-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reference chart and container image in release notes
Also print some output for each step in the release script for visibility and to ease troubleshooting
- Loading branch information
Showing
2 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
${GIT_TAG_ANNOTATION} | ||
|
||
## Release Artifacts | ||
- Container image: `${RELEASE_IMAGE_REF}` | ||
- `fiaas-deploy-daemon` Helm chart version `${CHART_VERSION}` | ||
|
||
Find the helm chart by adding the FIAAS helm repo and inspecting the chart from there: | ||
```shell | ||
helm repo add fiaas https://fiaas.github.io/helm | ||
helm search repo fiaas-deploy-daemon --version ${CHART_VERSION} | ||
``` |