File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ git checkout -b onprem-X.Y.Z release-X.Y
10
10
```
11
11
- Update ` .version ` in Chart.yaml
12
12
- Update ` artifacthub.io/changes ` annotation in Chart.yaml
13
- - [ optional] Update ` dependencies ` in Chart.yaml
14
- - [ optional] Update ` values.yaml ` , ` templates/** ` , etc with required changes
13
+ - * optional* Update ` dependencies ` in Chart.yaml
14
+ - * optional* Update ` values.yaml ` , ` templates/** ` , etc with required changes
15
15
- Run ` helm dep update ` to update dependencies
16
- - [ optional] Run ` ./codefresh/.ci/runtime-images.sh `
16
+ - * optional* Run ` ./codefresh/.ci/runtime-images.sh `
17
17
- Run ` ./codefresh/.ci/helm-docs.sh `
18
18
- Commit changes and open the PR against the corresponding ` release-<MAJOR>.<MINOR> ` branch
19
19
- Comment ` /test ` to trigger CI pipeline
You can’t perform that action at this time.
0 commit comments