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

astefanutti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f452dabbe43ab804d6bf44f716164e09f08a6789
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Tue May 11 14:00:04 2021 +0200

    fix(e2e): Use correct OLM bundle CSV name in Kustomize patch
---
 .github/workflows/upgrade.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml
index 02fb210..bc872ca 100644
--- a/.github/workflows/upgrade.yml
+++ b/.github/workflows/upgrade.yml
@@ -123,7 +123,7 @@ jobs:
         kind: ClusterServiceVersion
         metadata:
           namespace: placeholder
-          name: camel-k.v$(make get-last-released-version)
+          name: camel-k.v$(make get-version | grep -Po "\d.\d.\d")
         spec:
           replaces: camel-k-operator.v$(make get-last-released-version)
         EOF

Reply via email to