We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95382c commit b8fed05Copy full SHA for b8fed05
README.md
@@ -10,10 +10,10 @@ git checkout -b onprem-X.Y.Z release-X.Y
10
```
11
- Update `.version` in Chart.yaml
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
+- *optional* Update `dependencies` in Chart.yaml
+- *optional* Update `values.yaml`, `templates/**`, etc with required changes
15
- Run `helm dep update` to update dependencies
16
-- [optional] Run `./codefresh/.ci/runtime-images.sh`
+- *optional* Run `./codefresh/.ci/runtime-images.sh`
17
- Run `./codefresh/.ci/helm-docs.sh`
18
- Commit changes and open the PR against the corresponding `release-<MAJOR>.<MINOR>` branch
19
- Comment `/test` to trigger CI pipeline
0 commit comments