diff --git a/deploy/ci/console-dev-releases.yml b/deploy/ci/console-dev-releases.yml index 4696f6a39b..e52789e24f 100644 --- a/deploy/ci/console-dev-releases.yml +++ b/deploy/ci/console-dev-releases.yml @@ -13,8 +13,8 @@ resources: uri: git@github.com:((stratos-repository-organization))/((stratos-repository)) branch: ((stratos-repository-branch)) private_key: ((github-private-key)) - # Match any Version 3 release (alpha, beta, rc) other than the actual release - tag_filter: "3*-*" + # Match any Version 4 release (alpha, beta, rc) other than the actual release + tag_filter: "4*-*" - name: helm-repo type: git source: diff --git a/deploy/ci/suse-console-dev-releases.yml b/deploy/ci/suse-console-dev-releases.yml index eb40b5b8c0..e05f578318 100644 --- a/deploy/ci/suse-console-dev-releases.yml +++ b/deploy/ci/suse-console-dev-releases.yml @@ -14,8 +14,8 @@ resources: uri: git@github.com:((stratos-repository-organization))/((stratos-repository)) branch: ((stratos-repository-branch)) private_key: ((github-private-key)) - # Match any Version 3 release (alpha, beta, rc) other than the actual release - tag_filter: "3*-*" + # Match any Version 4 release (alpha, beta, rc) other than the actual release + tag_filter: "4*-*" - name: helm-repo type: git source: