This is an automated email from the ASF dual-hosted git repository.
valdar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new a80ea6105 fix(github actions): restircted image-pull-policy-always
patch apply to specific operator container name.
a80ea6105 is described below
commit a80ea6105e7f52c6fa9392353357e8cdce941277
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Thu Feb 1 17:29:15 2024 +0100
fix(github actions): restircted image-pull-policy-always patch apply to
specific operator container name.
---
.github/actions/kamel-build-bundle/build-bundle-image.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/kamel-build-bundle/build-bundle-image.sh
b/.github/actions/kamel-build-bundle/build-bundle-image.sh
index 6d17a3a16..aca0f3e2b 100755
--- a/.github/actions/kamel-build-bundle/build-bundle-image.sh
+++ b/.github/actions/kamel-build-bundle/build-bundle-image.sh
@@ -96,7 +96,7 @@ fi
# Use kustomize to patch the deployment resource
#
pushd config/manager > /dev/null
-kustomize edit add patch --path patch-image-pull-policy-always.yaml --kind
Deployment
+kustomize edit add patch --path patch-image-pull-policy-always.yaml --kind
Deployment --name camel-k-operator
popd
#