File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,18 @@ jupyterhub https://jupyterhub.github.io/helm-chart/
4141opensearch 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+
4456Next, 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
5365grafana/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>.
You can’t perform that action at this time.
0 commit comments