Skip to content

Commit

Permalink
chore: remove not found docker repo (#3249)
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
mowies committed Mar 12, 2024
1 parent 1d099d7 commit 2222e77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/lifecycle-only/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8925,7 +8925,7 @@ spec:
value: cluster.local
- name: CERT_MANAGER_ENABLED
value: "false"
image: testreg/myrep:v0.0.1
image: testreg/busybox:1.35
imagePullPolicy: Always
name: lifecycle-operator
ports:
Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/.helm-tests/lifecycle-only/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ lifecycleOperator:
promotionTasksEnabled: true
lifecycleOperator:
image:
repository: myrep
tag: v0.0.1
repository: busybox
tag: 1.35
imagePullPolicy: Always
scheduler:
image:
Expand Down

0 comments on commit 2222e77

Please sign in to comment.