Skip to content

Commit

Permalink
Bump tanzu_observability/proxy from 13.3 to 13.4 in /.github/docker-d…
Browse files Browse the repository at this point in the history
…ependabot (#482)

* Bump tanzu_observability/proxy in /.github/docker-dependabot

Bumps tanzu_observability/proxy from 13.3 to 13.4.

Co-authored-by: Mark Michael <mamichael@vmware.com>

---
updated-dependencies:
- dependency-name: tanzu_observability/proxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Finish bumping proxy version to 13.4

Co-authored-by: Jerry Belmonte <bjerry@vmware.com>

* Bump proxy version in component versions file

Co-authored-by: Jerry Belmonte <bjerry@vmware.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Michael <mamichael@vmware.com>
Co-authored-by: Jerry Belmonte <bjerry@vmware.com>
Co-authored-by: Glenn Oppegard <goppegard@vmware.com>
  • Loading branch information
4 people authored Dec 15, 2023
1 parent bf56da3 commit 00b63bb
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/docker-dependabot/dummy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
# 2. Manually update the version in operator/config/manager/component_versions.yaml
# 3. Copy the proxy image to Harbor, see "Copying the proxy image to Harbor" in our Technical References confluence page for details
- name: wf-proxy
image: projects.registry.vmware.com/tanzu_observability/proxy:13.3
image: projects.registry.vmware.com/tanzu_observability/proxy:13.4
# Fluent Bit Updates:
# 1. Copy fluent-bit image to Harbor, see "Copying Latest fluentbit image to Harbor" in our Technical References confluence page for details
# 2. Manually search/replace for references of `kubernetes-operator-fluentbit:<old.version.num>` and substitute <new.version.num>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: wavefront-proxy
image: projects.registry.vmware.com/tanzu_observability/proxy:13.3
image: projects.registry.vmware.com/tanzu_observability/proxy:13.4
imagePullPolicy: IfNotPresent
env:
- name: WAVEFRONT_URL
Expand Down
2 changes: 1 addition & 1 deletion collector/hack/deploy/kubernetes/6-wavefront-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
value: arm64
containers:
- name: wavefront-proxy
image: projects.registry.vmware.com/tanzu_observability/proxy:13.3
image: projects.registry.vmware.com/tanzu_observability/proxy:13.4
imagePullPolicy: IfNotPresent
env:
- name: WAVEFRONT_URL
Expand Down
2 changes: 1 addition & 1 deletion collector/hack/test/base/proxy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
value: arm64
containers:
- name: wavefront-proxy
image: projects.registry.vmware.com/tanzu_observability/proxy:13.3
image: projects.registry.vmware.com/tanzu_observability/proxy:13.4
imagePullPolicy: Always
env:
- name: WAVEFRONT_URL
Expand Down
2 changes: 1 addition & 1 deletion operator/config/manager/component_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ metadata:
data:
collector: "1.29.0"
logging: "2.2.0"
proxy: "13.3"
proxy: "13.4"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install the Observability for Kubernetes Operator into `observability-system` na
|---|---|---|
| Observability for Kubernetes Operator | `projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.17.0` | `YOUR_IMAGE_REGISTRY/kubernetes-operator:2.17.0` |
| Kubernetes Metrics Collector | `projects.registry.vmware.com/tanzu_observability/kubernetes-collector:1.29.0` | `YOUR_IMAGE_REGISTRY/kubernetes-collector:1.29.0` |
| Wavefront Proxy | `projects.registry.vmware.com/tanzu_observability/proxy:13.3` | `YOUR_IMAGE_REGISTRY/proxy:13.3` |
| Wavefront Proxy | `projects.registry.vmware.com/tanzu_observability/proxy:13.4` | `YOUR_IMAGE_REGISTRY/proxy:13.4` |
| Operations for Applications logging | `projects.registry.vmware.com/tanzu_observability/kubernetes-operator-fluentbit:2.2.0` | `YOUR_IMAGE_REGISTRY/kubernetes-operator-fluentbit:2.2.0` |

2. Create a local directory called `observability`.
Expand Down
2 changes: 1 addition & 1 deletion operator/hack/migration/wavefront-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: wavefront-proxy
image: projects.registry.vmware.com/tanzu_observability/proxy:13.3
image: projects.registry.vmware.com/tanzu_observability/proxy:13.4
imagePullPolicy: IfNotPresent
env:
- name: WAVEFRONT_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: wavefront-proxy
image: projects.registry.vmware.com/tanzu_observability/proxy:13.3
image: projects.registry.vmware.com/tanzu_observability/proxy:13.4
imagePullPolicy: IfNotPresent
env:
- name: WAVEFRONT_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: wavefront-proxy
image: projects.registry.vmware.com/tanzu_observability/proxy:13.3
image: projects.registry.vmware.com/tanzu_observability/proxy:13.4
imagePullPolicy: IfNotPresent
env:
- name: WAVEFRONT_URL
Expand Down

0 comments on commit 00b63bb

Please sign in to comment.