Skip to content

Commit

Permalink
[chore] Update otel-collector for CVE fix (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanny29631 committed Feb 7, 2024
1 parent 47868fb commit 03439e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/templates/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
spec:
containers:
- name: otel-collector
image: gcr.io/config-management-release/otelcontribcol:v0.91.0-gke.4
image: gcr.io/config-management-release/otelcontribcol:v0.91.0-gke.5
command:
- /otelcontribcol
args:
Expand Down
2 changes: 1 addition & 1 deletion manifests/templates/reconciler-manager-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data:
- NET_RAW
runAsUser: 65533
- name: otel-agent
image: gcr.io/config-management-release/otelcontribcol:v0.91.0-gke.4
image: gcr.io/config-management-release/otelcontribcol:v0.91.0-gke.5
command:
- /otelcontribcol
args:
Expand Down
2 changes: 1 addition & 1 deletion manifests/templates/reconciler-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
name: reconciler-manager
optional: true # Currently nothing mandatory in the ConfigMap
- name: otel-agent
image: gcr.io/config-management-release/otelcontribcol:v0.91.0-gke.4
image: gcr.io/config-management-release/otelcontribcol:v0.91.0-gke.5
command:
- /otelcontribcol
args:
Expand Down
2 changes: 1 addition & 1 deletion manifests/templates/resourcegroup-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ spec:
fieldPath: metadata.labels['configsync.gke.io/deployment-name']
- name: OTEL_RESOURCE_ATTRIBUTES
value: k8s.pod.name=$(KUBE_POD_NAME),k8s.pod.namespace=$(KUBE_POD_NAMESPACE),k8s.pod.uid=$(KUBE_POD_UID),k8s.pod.ip=$(KUBE_POD_IP),k8s.node.name=$(KUBE_NODE_NAME),k8s.deployment.name=$(KUBE_DEPLOYMENT_NAME)
image: gcr.io/config-management-release/otelcontribcol:v0.91.0-gke.4
image: gcr.io/config-management-release/otelcontribcol:v0.91.0-gke.5
name: otel-agent
ports:
- containerPort: 55678
Expand Down

0 comments on commit 03439e6

Please sign in to comment.