Skip to content

Commit

Permalink
Fix upgrade operation
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 11, 2023
1 parent 7866dcd commit d463aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/v2023.12.11/setup/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Now, upgrade the KubeDB helm chart using the following command. You can find the
helm upgrade -i kubedb oci://ghcr.io/appscode-charts/kubedb \
--version {{< param "info.version" >}} \
--namespace kubedb --create-namespace \
--set kubedb-catalog.skipDeprecated=false \
--set-file global.license=/path/to/the/license.txt \
--wait --burst-limit=10000 --debug
```
Expand All @@ -59,6 +60,7 @@ helm upgrade -i kubedb oci://ghcr.io/appscode-charts/kubedb \
helm upgrade -i kubedb oci://ghcr.io/appscode-charts/kubedb \
--version {{< param "info.version" >}} \
--namespace kubedb --create-namespace \
--set kubedb-catalog.skipDeprecated=false \
--set global.insecureRegistries[0]=hub.example.com \
--set global.insecureRegistries[1]=hub2.example.com \
--set-file global.license=/path/to/the/license.txt \
Expand Down

0 comments on commit d463aa0

Please sign in to comment.