Skip to content

Commit

Permalink
Update otelcontribcol version to address CVEs (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyanmeng authored Oct 16, 2023
1 parent 9ab2932 commit 7c79f62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.86.0-gke.1
image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.0
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.86.0-gke.1
image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.0
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.86.0-gke.1
image: gcr.io/config-management-release/otelcontribcol:v0.87.0-gke.0
command:
- /otelcontribcol
args:
Expand Down

0 comments on commit 7c79f62

Please sign in to comment.