diff --git a/CHANGELOG.md b/CHANGELOG.md index 79de3d4ee..78af29356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http - Fix gRPC instrumentation memory access issue on newer kernels. ([#150](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/150)) +### Changed + +- Only pull docker image if not present for the emojivoto example. ([#149](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/149)) + ## [v0.2.0-alpha] - 2023-05-03 ### Added diff --git a/docs/getting-started/emojivoto-instrumented.yaml b/docs/getting-started/emojivoto-instrumented.yaml index 3f3c5699e..067b553ee 100644 --- a/docs/getting-started/emojivoto-instrumented.yaml +++ b/docs/getting-started/emojivoto-instrumented.yaml @@ -40,6 +40,7 @@ spec: cpu: 100m - name: emojivoto-emoji-instrumentation image: otel-go-instrumentation + imagePullPolicy: IfNotPresent env: - name: OTEL_GO_AUTO_TARGET_EXE value: /usr/local/bin/emojivoto-emoji-svc @@ -96,6 +97,7 @@ spec: cpu: 100m - name: emojivoto-voting-instrumentation image: otel-go-instrumentation + imagePullPolicy: IfNotPresent env: - name: OTEL_GO_AUTO_TARGET_EXE value: /usr/local/bin/emojivoto-voting-svc @@ -154,6 +156,7 @@ spec: cpu: 100m - name: emojivoto-web-instrumentation image: otel-go-instrumentation + imagePullPolicy: IfNotPresent env: - name: OTEL_GO_AUTO_TARGET_EXE value: /usr/local/bin/emojivoto-web