Skip to content

Commit

Permalink
chore: bump otelcontribcol to v0.87.0-gke.1 (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdowell authored Oct 24, 2023
1 parent 3a526f8 commit 3e5a602
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.87.0-gke.0
image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.1
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.87.0-gke.0
image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.1
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.87.0-gke.0
image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.1
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 @@ -547,7 +547,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
Expand Down

0 comments on commit 3e5a602

Please sign in to comment.