Skip to content

Commit

Permalink
Merge pull request #54 from solarwinds/feature/NH-15671
Browse files Browse the repository at this point in the history
NH-15671: Fixing image in the manifest
  • Loading branch information
gantrior authored Jul 19, 2022
2 parents 6b0d884 + a4b1331 commit c62f281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/k8s/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,8 @@ spec:
- /swi-otelcol
- --config=/conf/relay.yaml
securityContext: {}
image: "solarwinds/swi-opentelemetry-collector:latest"
imagePullPolicy: Always
image: "solarwinds/swi-opentelemetry-collector:0.1.0"
imagePullPolicy: IfNotPresent
env:
- name: MY_POD_IP
valueFrom:
Expand Down Expand Up @@ -966,8 +966,8 @@ spec:
runAsGroup: 0
containers:
- name: swi-opentelemetry-collector
image: "solarwinds/swi-opentelemetry-collector:latest"
imagePullPolicy: Always
image: "solarwinds/swi-opentelemetry-collector:0.1.0"
imagePullPolicy: IfNotPresent
command:
- /swi-otelcol
- --config=/conf/relay.yaml
Expand Down

0 comments on commit c62f281

Please sign in to comment.