Skip to content

Commit 716d3c8

Browse files
chore: Apply suggestions
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 4db307d commit 716d3c8

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.github/ISSUE_TEMPLATE/pre-release-chart-updates.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ jupyterhub https://jupyterhub.github.io/helm-chart/
4141
opensearch https://opensearch-project.github.io/helm-charts
4242
```
4343

44+
To add any that are missing, run:
45+
46+
```shell
47+
helm repo add bitnami https://charts.bitnami.com/bitnami --force-update
48+
```
49+
50+
Then make sure you have the latest indexes:
51+
52+
```shell
53+
helm repo update
54+
```
55+
4456
Next, search for the latest version of the desired chart, eg `grafana/grafana`:
4557

4658
```shell
@@ -53,5 +65,11 @@ grafana/grafana 8.5.11 11.3.0
5365
grafana/grafana 8.5.10 11.3.0
5466
```
5567

56-
Use the latest version displayed to replace the current one in the YAML files. Take a look at
57-
previous PRs for additional guidance, eg. <https://github.com/stackabletech/demos/pull/119>.
68+
Use the applicable chart version displayed to replace the current one in the YAML files. Make sure
69+
to add the app version in the comments. Eg:
70+
71+
```yml
72+
version: 3.2.1 # 1.2.3
73+
```
74+
75+
Take a look at previous PRs for additional guidance, eg. <https://github.com/stackabletech/demos/pull/119>.

0 commit comments

Comments
 (0)