Skip to content

Commit 22637c9

Browse files
committed
ci: fix helm-packages and helm-templates version filters
1 parent f4e3a8b commit 22637c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

stackgres-k8s/ci/build/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,11 @@ modules:
468468
target_image: *ubi8_micro_image
469469
filtered_sources:
470470
- |
471-
sed 's/^\(version\|appVersion\): \([0-9]\+\.[0-9]\+\.[0-9]\+\(-.*\)\?\)$/\1: \2/' stackgres-k8s/install/helm/stackgres-operator/Chart.yaml
471+
sed 's/^\(version\|appVersion\): "\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(-.*\)\?"$/\1: "\2"/' stackgres-k8s/install/helm/stackgres-operator/Chart.yaml
472472
- |
473473
sed 's/^\(\s*tag\): .*$/\1: REDACTED/' stackgres-k8s/install/helm/stackgres-operator/values.yaml
474474
- |
475-
sed 's/^\(version\|appVersion\): \([0-9]\+\.[0-9]\+\.[0-9]\+\(-.*\)\?\)$/\1: \2/' stackgres-k8s/install/helm/stackgres-cluster/Chart.yaml
475+
sed 's/^\(version\|appVersion\): "\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(-.*\)\?"$/\1: "\2"/' stackgres-k8s/install/helm/stackgres-cluster/Chart.yaml
476476
sources:
477477
0: stackgres-k8s/install/helm/stackgres-operator/README.md
478478
1: stackgres-k8s/install/helm/stackgres-operator/templates
@@ -497,11 +497,11 @@ modules:
497497
target_image: *ubi8_micro_image
498498
filtered_sources:
499499
- |
500-
sed 's/^\(version\|appVersion\): \([0-9]\+\.[0-9]\+\.[0-9]\+\(-.*\)\?\)$/\1: \2/' stackgres-k8s/install/helm/stackgres-operator/Chart.yaml
500+
sed 's/^\(version\|appVersion\): "\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(-.*\)\?"$/\1: "\2"/' stackgres-k8s/install/helm/stackgres-operator/Chart.yaml
501501
- |
502502
sed 's/^\(\s*tag\): .*$/\1: REDACTED/' stackgres-k8s/install/helm/stackgres-operator/values.yaml
503503
- |
504-
sed 's/^\(version\|appVersion\): \([0-9]\+\.[0-9]\+\.[0-9]\+\(-.*\)\?\)$/\1: \2/' stackgres-k8s/install/helm/stackgres-cluster/Chart.yaml
504+
sed 's/^\(version\|appVersion\): "\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(-.*\)\?"$/\1: "\2"/' stackgres-k8s/install/helm/stackgres-cluster/Chart.yaml
505505
sources:
506506
0: stackgres-k8s/install/helm/stackgres-operator/README.md
507507
1: stackgres-k8s/install/helm/stackgres-operator/templates

0 commit comments

Comments
 (0)