Skip to content

Commit 909bd36

Browse files
update RELEASE.md
1 parent ac33e2c commit 909bd36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ git checkout -b update-release-x.y release-x.y
1616
```
1717
- *optional* Update subchart versions in `Chart.yaml` (if not already done in `codefresh(deps): bump subcharts` PR)
1818
- *optional* Update `values.yaml`, `templates/**` files if required
19+
- Run `./scripts/update_re_images.sh` to update runtime images with latest from SAAS to `codefresh/values.yaml`
1920
- Run `./scripts/helm-docs.sh` to update `README.md` files
2021
- Commit and push changes, trigger CI with `/test` comment, make sure all checks pass, then merge the PR
2122
- When the PR is merged, the release draft will be created automatically and `codefresh/x.y.z: prepare chart content for release` PR will be opened with the updated chart `.version` and `artifacthub.io/changes` annotation.

scripts/update_re_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
MYDIR=$(dirname $0)
4-
CHARTDIR="${MYDIR}/../codefresh"
4+
CHARTDIR="${MYDIR}/../charts/codefresh"
55

66
<<COMMENT
77
Script updates runtime images from system/root runtime on SAAS to codefresh/values.yaml

0 commit comments

Comments
 (0)