diff --git a/manifests/templates/otel-collector.yaml b/manifests/templates/otel-collector.yaml index da4bc97514..2072d6d781 100644 --- a/manifests/templates/otel-collector.yaml +++ b/manifests/templates/otel-collector.yaml @@ -130,7 +130,7 @@ spec: spec: containers: - name: otel-collector - image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.0 + image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.1 command: - /otelcontribcol args: diff --git a/manifests/templates/reconciler-manager-configmap.yaml b/manifests/templates/reconciler-manager-configmap.yaml index 7b7b51d744..768971125f 100644 --- a/manifests/templates/reconciler-manager-configmap.yaml +++ b/manifests/templates/reconciler-manager-configmap.yaml @@ -181,7 +181,7 @@ data: cpu: "50m" memory: "200Mi" - name: otel-agent - image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.0 + image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.1 command: - /otelcontribcol args: diff --git a/manifests/templates/reconciler-manager.yaml b/manifests/templates/reconciler-manager.yaml index 35e18bddb0..5202a5d600 100644 --- a/manifests/templates/reconciler-manager.yaml +++ b/manifests/templates/reconciler-manager.yaml @@ -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.87.0-gke.0 + image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.1 command: - /otelcontribcol args: diff --git a/manifests/third_party/resourcegroup-manifest.yaml b/manifests/third_party/resourcegroup-manifest.yaml index dca5282e50..5e5eed7a94 100644 --- a/manifests/third_party/resourcegroup-manifest.yaml +++ b/manifests/third_party/resourcegroup-manifest.yaml @@ -555,7 +555,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.87.0-gke.0 + image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.1 name: otel-agent ports: - containerPort: 55678