Skip to content

Commit

Permalink
run improved update-images-operator-otel.sh, fix bad repository refer…
Browse files Browse the repository at this point in the history
…ence for nginx
  • Loading branch information
jvoravong committed Mar 13, 2024
1 parent 48b1cea commit 5d787d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -62,10 +62,10 @@ spec:
- name: OTEL_RESOURCE_ATTRIBUTES
value: splunk.zc.method=splunk-otel-java:v1.31.0
nginx:
image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nginx:1.0.4
image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-apache-httpd:1.0.4
env:
- name: OTEL_RESOURCE_ATTRIBUTES
value: splunk.zc.method=autoinstrumentation-nginx:1.0.4
value: splunk.zc.method=autoinstrumentation-apache-httpd:1.0.4
nodejs:
image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v2.7.1
env:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/splunk-otel-collector/values.yaml
Expand Up @@ -1216,7 +1216,7 @@ operator:
repository: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-python
tag: 0.43b0
nginx:
repository: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nginx
repository: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-apache-httpd
tag: 1.0.4
# Auto-instrumentation Libraries (End)
admissionWebhooks:
Expand Down

0 comments on commit 5d787d6

Please sign in to comment.