File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,18 @@ docker run --name trickster -d -v /path/to/trickster.yaml:/etc/trickster/trickst
2424<summary >Run via kubernetes/helm</summary >
2525
2626``` bash
27- helm install trickster oci://ghcr.io/trickstercache/charts/trickster --version ${TAG}
27+ helm install trickster oci://ghcr.io/trickstercache/charts/trickster --version ' ^2 ' --set image.tag= " ${TAG} "
2828```
29+
30+ Note:
31+
32+ * The trickster chart version is managed separately from the Trickster version.
33+ * The latest major version is 2.x, and supports a minimum Trickster version of 2.0.0 (beta3 or later).
34+
2935</details >
3036
31- For more information, see:
37+ ---
38+
39+ For ** more information** , see:
3240* [ Trying Out Trickster] ( https://github.com/${REPO}/tree/${TAG}#trying-out-trickster )
3341* trickster's [ helm chart] ( https://github.com/trickstercache/helm-charts ) .
You can’t perform that action at this time.
0 commit comments