Skip to content

Commit 92d490a

Browse files
committed
update chart version
1 parent 377d661 commit 92d490a

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/guides/help/help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ To install Runtime Radar using Helm,
215215
1. 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' \

docs/quickstart/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To install Runtime Radar using Helm,
99
1. 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' \

install/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: runtime-radar
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1
5+
version: 'v0.1.0'
66
dependencies:
77
- name: auth-center
88
version: v0.x.x

install/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)