Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Bump wavefronthq/proxy from 13.4 to 13.7 (#579)" #587

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading