Skip to content

Commit

Permalink
chore: Bump to latest runtime-watcher release 1.1.5 to be used in KLM… (
Browse files Browse the repository at this point in the history
#1929)

* chore: Bump to latest runtime-watcher release 1.1.5 to be used in KLM release

* set image-tag
  • Loading branch information
lindnerby authored Oct 4, 2024
1 parent cd2b4a2 commit 4e356e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/watcher/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ patches:
value: --skr-watcher-path=/skr-webhook
- op: add
path: /spec/template/spec/containers/0/args/-
value: --skr-watcher-image-tag=1.1.4
value: --skr-watcher-image-tag=1.1.5
- op: add
path: /spec/template/spec/containers/0/args/-
value: --skr-watcher-image-registry=europe-docker.pkg.dev/kyma-project/prod
Expand Down
2 changes: 1 addition & 1 deletion skr-webhook/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
value: "v1"
- name: KCP_ADDR
value: "kcp-base-url-invalid"
image: "europe-docker.pkg.dev/kyma-project/prod/runtime-watcher-skr:0.1.1"
image: "europe-docker.pkg.dev/kyma-project/prod/runtime-watcher:1.1.5"
imagePullPolicy: Always
volumeMounts:
- name: ssl
Expand Down

0 comments on commit 4e356e0

Please sign in to comment.