Skip to content

Commit

Permalink
Use release name voyager
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Nov 15, 2023
1 parent 2bf2665 commit 0939f2a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/guides/ingress/configuration/custom-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ kubectl create configmap -n voyager voyager-templates --from-file=/tmp/default
Now, the ConfigMap `voyager-templates` has to be mounted in the voyager operator pod and `--custom-templates` flag has to be set. To do this, set `templates.cfgmap` value to Voyager operator chart.

```bash
$ helm install voyager-operator appscode/voyager --version {{< param "info.version" >}} \
$ helm install voyager appscode/voyager --version {{< param "info.version" >}} \
--namespace voyager \
--set cloudProvider=minikube \
--set templates.cfgmap=voyager-templates
Expand Down
4 changes: 2 additions & 2 deletions docs/setup/install/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ appscode/voyager-crds {{< param "info.version" >}} {{< param "info.version" >}
# provider=digitalocean
# provider=linode

$ helm install voyager-operator appscode/voyager \
$ helm install voyager appscode/voyager \
--version {{< param "info.version" >}} \
--namespace voyager --create-namespace \
--set cloudProvider=$provider \
Expand Down Expand Up @@ -126,7 +126,7 @@ appscode/voyager-crds {{< param "info.version" >}} {{< param "info.version" >}
# provider=linode

$ kubectl create ns voyager
$ helm template voyager-operator appscode/voyager \
$ helm template voyager appscode/voyager \
--version {{< param "info.version" >}} \
--namespace voyager \
--set cloudProvider=$provider \
Expand Down
4 changes: 2 additions & 2 deletions docs/setup/install/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ appscode/voyager-crds {{< param "info.version" >}} {{< param "info.version" >}
# provider=digitalocean
# provider=linode

$ helm install voyager-operator appscode/voyager \
$ helm install voyager appscode/voyager \
--version {{< param "info.version" >}} \
--namespace voyager --create-namespace \
--set cloudProvider=$provider \
Expand Down Expand Up @@ -132,7 +132,7 @@ appscode/voyager-crds {{< param "info.version" >}} {{< param "info.version" >}
# provider=linode

$ kubectl create ns voyager
$ helm template voyager-operator appscode/voyager \
$ helm template voyager appscode/voyager \
--version {{< param "info.version" >}} \
--namespace voyager \
--set cloudProvider=$provider \
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/uninstall/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ helm uninstall voyager-operator --namespace voyager
If you prefer to not use Helm, you can generate YAMLs from the Voyager chart and uninstall using `kubectl`.

```bash
$ helm template voyager-operator appscode/voyager --namespace voyager | kubectl delete -f -
$ helm template voyager appscode/voyager --namespace voyager | kubectl delete -f -
```

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/uninstall/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ helm uninstall voyager-operator --namespace voyager
If you prefer to not use Helm, you can generate YAMLs from Voyager chart and uninstall using `kubectl`.

```bash
$ helm template voyager-operator appscode/voyager --namespace voyager | kubectl delete -f -
$ helm template voyager appscode/voyager --namespace voyager | kubectl delete -f -
```

</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/setup/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kubectl apply -f https://github.com/voyagermesh/installer/raw/{{< param "info.ve
Now, upgrade the Voyager helm chart using the following command. You can find the latest installation guide [here](/docs/setup/README.md).

```bash
helm upgrade voyager-operator appscode/voyager \
helm upgrade voyager appscode/voyager \
--version {{< param "info.version" >}} \
--namespace voyager \
--set cloudProvider=$provider \
Expand Down Expand Up @@ -64,7 +64,7 @@ Voyager supports seamless migration between community edition and enterprise edi
In order to migrate from Voyager community edition to Voyager enterprise edition, please run the following command,

```bash
helm upgrade voyager-operator appscode/voyager \
helm upgrade voyager appscode/voyager \
--namespace voyager \
--reuse-values \
--set-file license=/path/to/voyager-enterprise-license.txt
Expand All @@ -75,7 +75,7 @@ helm upgrade voyager-operator appscode/voyager \
In order to migrate from Voyager enterprise edition to Voyager community edition, please run the following command,

```bash
helm upgrade voyager-operator appscode/voyager \
helm upgrade voyager appscode/voyager \
--namespace voyager \
--reuse-values \
--set-file license=/path/to/voyager-community-license.txt
Expand Down Expand Up @@ -142,7 +142,7 @@ Follow the below instructions to update the license:
helm ls -A | grep voyager

# update license key keeping the current version
helm upgrade voyager-operator appscode/voyager --version=<cur_version> \
helm upgrade voyager appscode/voyager --version=<cur_version> \
--namespace voyager \
--reuse-values \
--set-file license=/path/to/new/license.txt
Expand Down

0 comments on commit 0939f2a

Please sign in to comment.