This is an automated email from the ASF dual-hosted git repository.

pcongiusti 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 d748fa3ae fix(olm): bundle script
d748fa3ae is described below

commit d748fa3aecbce7692796524f7f808c15401a716b
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Mon Apr 1 15:18:19 2024 +0200

    fix(olm): bundle script
---
 .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 aca0f3e2b..b448930b4 100755
--- a/.github/actions/kamel-build-bundle/build-bundle-image.sh
+++ b/.github/actions/kamel-build-bundle/build-bundle-image.sh
@@ -95,7 +95,7 @@ fi
 #
 # Use kustomize to patch the deployment resource
 #
-pushd config/manager > /dev/null
+pushd pkg/resources/config/manager > /dev/null
 kustomize edit add patch --path patch-image-pull-policy-always.yaml --kind 
Deployment --name camel-k-operator
 popd
 

Reply via email to