Skip to content

Commit

Permalink
Update emojivoto-instrumented.yaml (#149)
Browse files Browse the repository at this point in the history
* Update emojivoto-instrumented.yaml

add "imagePullPolicy: IfNotPresent"

* Add changelog entry

---------

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <codingalias@gmail.com>
  • Loading branch information
3 people authored May 9, 2023
1 parent 8e191d9 commit eadc6bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/getting-started/emojivoto-instrumented.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eadc6bc

Please sign in to comment.