Skip to content

Commit bddb3a4

Browse files
committed
Updated sample config
1 parent 868a05e commit bddb3a4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

jelease.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ packages:
2929
file: go.mod
3030
match: '(github.com/joho/godotenv) v.*'
3131
replace: '{{ index .Groups 1 }} {{ .Version }}'
32-
- exec:
33-
cmd: [helm, dep, update]
34-
dir: charts/jelease
32+
- yaml:
33+
file: charts/jelease/Chart.yaml
34+
yamlPath: .appVersion
35+
replace: '{{ .Version }}'
36+
- helmDepUpdate:
37+
chart: charts/jelease
3538

3639
# GitHub settings
3740
github:

0 commit comments

Comments
 (0)