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/
41
41
opensearch https://opensearch-project.github.io/helm-charts
42
42
```
43
43
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
+
44
56
Next, search for the latest version of the desired chart, eg ` grafana/grafana ` :
45
57
46
58
``` shell
@@ -53,5 +65,11 @@ grafana/grafana 8.5.11 11.3.0
53
65
grafana/grafana 8.5.10 11.3.0
54
66
```
55
67
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