File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ To install Runtime Radar using Helm,
2152151 . Run the following command:
216216 ``` bash
217217 helm install runtime-radar -n runtime-radar --create-namespace oci://ghcr.io/runtime-radar/runtime-radar:0.2 \
218+ helm install runtime-radar -n runtime-radar --create-namespace oci://ghcr.io/runtime-radar/runtime-radar:v0.1.0 \
218219 --set-string ' global.ownCsUrl=https://your-domain.com:32000' \
219220 --set-string ' global.keys.publicAccessTokenSalt=INIT-DO-NOT-USE' \
220221 --set-string ' global.keys.encryption=INIT-DO-NOT-USE' \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ To install Runtime Radar using Helm,
991 . Run the following command:
1010
1111 ``` bash
12- helm install runtime-radar -n runtime-radar --create-namespace oci://ghcr.io/runtime-radar/runtime-radar:0.2 \
12+ helm install runtime-radar -n runtime-radar --create-namespace oci://ghcr.io/runtime-radar/runtime-radar:v0.1.0 \
1313 --set-string ' global.ownCsUrl=https://your-domain.com:32000' \
1414 --set-string ' global.keys.publicAccessTokenSalt=INIT-DO-NOT-USE' \
1515 --set-string ' global.keys.encryption=INIT-DO-NOT-USE' \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : runtime-radar
33description : A Helm chart for Kubernetes
44type : application
5- version : 0.1
5+ version : ' v0.1.0 '
66dependencies :
77 - name : auth-center
88 version : v0.x.x
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ global:
7777 # -- Is this a child cluster
7878 isChildCluster : false
7979 # @skip global.csVersion
80- csVersion : " 0.1 "
80+ csVersion : " v0.1.0 "
8181
8282# @section Common RR parameters
8383# -- String to fully override common.fullname
You can’t perform that action at this time.
0 commit comments