Skip to content

Commit

Permalink
fix image names
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jan 28, 2025
1 parent a9621de commit 4bfc52b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration/instrumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
- baggage
- b3
java:
image: java-autoinstrumentation:latest
image: java-autoinstrumentation:dev
4 changes: 2 additions & 2 deletions tests/integration/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ spec:
spec:
serviceAccountName: operator
containers:
- image: manager:latest
- image: manager:dev
name: operator
imagePullPolicy: IfNotPresent
env:
- name: RELATED_IMAGE_AUTO_INSTRUMENTATION_JAVA
value: java-autoinstrumentation
value: java-autoinstrumentation:dev
- name: KUBERNETES_MASTER
value: kube-apiserver-kind-control-plane
ports:
Expand Down

0 comments on commit 4bfc52b

Please sign in to comment.