Skip to content

Commit

Permalink
chore: Use --skr-watcher-image-registry flag to configure registry (#390
Browse files Browse the repository at this point in the history
)

* chore: Use --skr-watcher-image-registry flag to configure registry

* junk test change

* Revert "junk test change"

This reverts commit 218c055.
  • Loading branch information
c-pius authored Sep 24, 2024
1 parent 36c6356 commit 0ea5c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/patch-lifecycle-manager/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
echo \
"- op: add
path: /spec/template/spec/containers/0/args/-
value: --watcher-dev-registry=true
value: --skr-watcher-image-registry=europe-docker.pkg.dev/kyma-project/dev
- op: add
path: /spec/template/spec/containers/0/args/-
value: --skr-watcher-image-tag=PR-${{ github.event.pull_request.number }}" >> patch_watcher_img.yaml
Expand Down

0 comments on commit 0ea5c90

Please sign in to comment.