diff --git a/deploy/k8s/manifest.yaml b/deploy/k8s/manifest.yaml index 989effc5..644b6778 100644 --- a/deploy/k8s/manifest.yaml +++ b/deploy/k8s/manifest.yaml @@ -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: @@ -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