Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jan 8, 2025
1 parent 27ccc32 commit 677ea45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ helm ls -A | grep kubestash
# update license key keeping the current version
$ helm upgrade kubestash oci://ghcr.io/appscode-charts/kubestash \
--version=<cur_version> \
--namespace stash --create-namespace \
--namespace=<cur_namespace> \
--reuse-values \
--set-file global.license=/path/to/new/license.txt
```
Expand All @@ -87,7 +87,7 @@ $ helm ls -A | grep kubestash
# update license key keeping the current version
$ helm template kubestash oci://ghcr.io/appscode-charts/kubestash -n kubestash \
--version=<cur_version> \
--namespace stash --create-namespace \
--namespace=<cur_namespace> \
--set global.skipCleaner=true \
--show-only appscode/kubestash-operator/templates/license.yaml \
--set-file global.license=/path/to/new/license.txt | kubectl apply -f -
Expand Down

0 comments on commit 677ea45

Please sign in to comment.