Skip to content

Commit

Permalink
Revert "Bump wavefronthq/proxy from 13.4 to 13.7 (#579)" (#587)
Browse files Browse the repository at this point in the history
This reverts commit e037e63.
  • Loading branch information
joannatk authored Oct 9, 2024
1 parent e037e63 commit 5561049
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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: wavefronthq/proxy:13.7
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: wavefronthq/proxy:13.7
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: wavefronthq/proxy:13.7
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: wavefronthq/proxy:13.7
image: projects.registry.vmware.com/tanzu_observability/proxy:13.4
imagePullPolicy: Always
env:
- name: WAVEFRONT_URL
Expand Down
2 changes: 1 addition & 1 deletion deploy/wavefront-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ apiVersion: v1
data:
collector: 1.29.2
logging: 2.2.0
proxy: "13.7"
proxy: "13.4"
kind: ConfigMap
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion docs/operator/custom-configuration.md
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.2` | `YOUR_IMAGE_REGISTRY/kubernetes-operator:2.17.2` |
| Kubernetes Metrics Collector | `projects.registry.vmware.com/tanzu_observability/kubernetes-collector:1.29.2` | `YOUR_IMAGE_REGISTRY/kubernetes-collector:1.29.2` |
| Wavefront Proxy | `wavefronthq/proxy:13.7` | `YOUR_IMAGE_REGISTRY/proxy:13.7` |
| 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/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.2"
logging: "2.2.0"
proxy: "13.7"
proxy: "13.4"
2 changes: 1 addition & 1 deletion operator/dev-internal/deploy/wavefront-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ apiVersion: v1
data:
collector: 1.29.2
logging: 2.2.0
proxy: "13.7"
proxy: "13.4"
kind: ConfigMap
metadata:
labels:
Expand Down
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.2` | `YOUR_IMAGE_REGISTRY/kubernetes-operator:2.17.2` |
| Kubernetes Metrics Collector | `projects.registry.vmware.com/tanzu_observability/kubernetes-collector:1.29.2` | `YOUR_IMAGE_REGISTRY/kubernetes-collector:1.29.2` |
| Wavefront Proxy | `wavefronthq/proxy:13.7` | `YOUR_IMAGE_REGISTRY/proxy:13.7` |
| 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: wavefronthq/proxy:13.7
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: wavefronthq/proxy:13.7
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: wavefronthq/proxy:13.7
image: projects.registry.vmware.com/tanzu_observability/proxy:13.4
imagePullPolicy: IfNotPresent
env:
- name: WAVEFRONT_URL
Expand Down

0 comments on commit 5561049

Please sign in to comment.