Skip to content

Commit 0b04e1b

Browse files
authored
fix(docs): change capsule helm repo url (#406)
Signed-off-by: Paul Peereboom <[email protected]>
1 parent 4c7f85f commit 0b04e1b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

charts/capsule-proxy/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ The Capsule-proxy Chart can be used to instantly deploy the Capsule-proxy on you
2222

2323
1. Add this repository:
2424

25-
$ helm repo add clastix https://clastix.github.io/charts
25+
$ helm repo add projectcapsule https://projectcapsule.github.io/charts
2626

2727
2. Install the Chart:
2828

29-
$ helm install capsule-proxy clastix/capsule-proxy -n capsule-system
29+
$ helm install capsule-proxy projectcapsule/capsule-proxy -n capsule-system
3030

3131
3. Show the status:
3232

3333
$ helm status capsule-proxy -n capsule-system
3434

3535
4. Upgrade the Chart
3636

37-
$ helm upgrade capsule-proxy clastix/capsule-proxy -n capsule-system
37+
$ helm upgrade capsule-proxy projectcapsule/capsule-proxy -n capsule-system
3838

3939
5. Uninstall the Chart
4040

@@ -48,13 +48,13 @@ The `--values` option is the preferred method because it allows you to keep your
4848

4949
Specify your overrides file when you install the chart:
5050

51-
$ helm install capsule-proxy clastix/capsule-proxy --values myvalues.yaml -n capsule-system
51+
$ helm install capsule-proxy projectcapsule/capsule-proxy --values myvalues.yaml -n capsule-system
5252

5353
The values in your overrides file `myvalues.yaml` will override their counterparts in the chart’s values.yaml file. Any values in `values.yaml` that weren’t overridden will keep their defaults.
5454

5555
If you only need to make minor customizations, you can specify them on the command line by using the `--set` option. For example:
5656

57-
$ helm install capsule-proxy clastix/capsule-proxy --set "kind=DaemonSet" -n capsule-system
57+
$ helm install capsule-proxy projectcapsule/capsule-proxy --set "kind=DaemonSet" -n capsule-system
5858

5959
### General Parameters
6060

charts/capsule-proxy/README.md.gotmpl

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ The Capsule-proxy Chart can be used to instantly deploy the Capsule-proxy on you
2222

2323
1. Add this repository:
2424

25-
$ helm repo add clastix https://clastix.github.io/charts
25+
$ helm repo add projectcapsule https://projectcapsule.github.io/charts
2626

2727
2. Install the Chart:
2828

29-
$ helm install capsule-proxy clastix/capsule-proxy -n capsule-system
29+
$ helm install capsule-proxy projectcapsule/capsule-proxy -n capsule-system
3030

3131
3. Show the status:
3232

3333
$ helm status capsule-proxy -n capsule-system
3434

3535
4. Upgrade the Chart
3636

37-
$ helm upgrade capsule-proxy clastix/capsule-proxy -n capsule-system
37+
$ helm upgrade capsule-proxy projectcapsule/capsule-proxy -n capsule-system
3838

3939
5. Uninstall the Chart
4040

@@ -48,13 +48,13 @@ The `--values` option is the preferred method because it allows you to keep your
4848

4949
Specify your overrides file when you install the chart:
5050

51-
$ helm install capsule-proxy clastix/capsule-proxy --values myvalues.yaml -n capsule-system
51+
$ helm install capsule-proxy projectcapsule/capsule-proxy --values myvalues.yaml -n capsule-system
5252

5353
The values in your overrides file `myvalues.yaml` will override their counterparts in the chart’s values.yaml file. Any values in `values.yaml` that weren’t overridden will keep their defaults.
5454

5555
If you only need to make minor customizations, you can specify them on the command line by using the `--set` option. For example:
5656

57-
$ helm install capsule-proxy clastix/capsule-proxy --set "kind=DaemonSet" -n capsule-system
57+
$ helm install capsule-proxy projectcapsule/capsule-proxy --set "kind=DaemonSet" -n capsule-system
5858

5959
### General Parameters
6060

0 commit comments

Comments
 (0)