Skip to content

Commit

Permalink
Fix Helm repo URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bethke committed Jun 6, 2024
1 parent e896205 commit f127066
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ If you're using [k3d](https://k3d.io/) as a cluster, your Docker install will ne
The [Helm chart cmcc-operator](charts/cmcc-operator) can be used to install and configure the operator.

```console
$ helm repo add cmcc-operator https://t-systems-mms.github.io/cmcc-operator/
$ helm repo add cmcc-operator https://telekom-mms.github.io/cmcc-operator/
$ helm upgrade --install --create-namespace --namespace cmcc-operator cmcc-operator cmcc-operator/cmcc-operator
```

Expand Down Expand Up @@ -191,7 +191,7 @@ The license secrets need to be created in the same namespace you plan to install
The [Helm chart cmcc](charts/cmcc) can be used to create a deployment for CoreMedia Content Cloud. See the documentation there for information on how to supply the necessary values to Helm.

````shell
$ helm repo add cmcc-operator https://t-systems-mms.github.io/cmcc-operator/
$ helm repo add cmcc-operator https://telekom-mms.github.io/cmcc-operator/
$ helm upgrade --install my-release cmcc-operator/cmcc --values my-values.yaml
````

Expand Down
2 changes: 1 addition & 1 deletion charts/cmcc-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ operator; an accompanying chart helps managing the custom resource or config map
## TL;DR

```console
$ helm repo add cmcc-operator https://t-systems-mms.github.io/cmcc-operator/
$ helm repo add cmcc-operator https://telekom-mms.github.io/cmcc-operator/
$ helm upgrade --install --create-namespace --namespace cmcc-operator cmcc-operator cmcc-operator/cmcc-operator
```

Expand Down
2 changes: 1 addition & 1 deletion charts/cmcc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This helm chart creates a custom resource for the [CoreMedia Content Cloud Opera
## TL;DR

```console
$ helm repo add cmcc-operator https://t-systems-mms.github.io/cmcc-operator/
$ helm repo add cmcc-operator https://telekom-mms.github.io/cmcc-operator/
$ helm upgrade --install my-release cmcc-operator/cmcc --values my-values.yaml
```

Expand Down

0 comments on commit f127066

Please sign in to comment.