Skip to content

Commit f4df267

Browse files
mikhail-klimkomasontikhonov
authored andcommitted
update README.md
1 parent be191db commit f4df267

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## codefresh-onprem-helm
2+
3+
This repository contains the Helm chart for Codefresh On-Prem installation.
4+
5+
### How-to create on-prem patch release:
6+
7+
- Checkout from the corresponding `release-<MAJOR>.<MINOR>` branch
8+
```shell
9+
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
15+
- Run `helm dep update` to update dependencies
16+
- [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
20+
- Merge the PR after successful CI build

0 commit comments

Comments
 (0)