diff --git a/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml b/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml index dc383ef19..4ea7fd909 100644 --- a/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml +++ b/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml @@ -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: diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 600652f53..6080fcbc1 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -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: