Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .ci/updatecli/updatecli-bump-kube-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ sources:
kind: file
spec:
file: "testing/integration/k8s/k8s.go"
matchpattern: 'KubeStackChartVersion\s*=\s"(.*)"'
transformers:
- findsubmatch:
pattern: 'KubeStackChartVersion\s*=\s*"(.*)"'
# This tells Updatecli to only keep the 1st capture group
captureindex: 1

conditions:
is-new-version:
Expand Down