Changes for page XWiki (Helm)
Last modified by Itzhak Daniel on 2024/04/29 16:35
From version 21.1
edited by Itzhak Daniel
on 2024/04/29 01:50
on 2024/04/29 01:50
Change comment:
Uploaded new attachment "values.yaml", version 1.2
To version 22.1
edited by Itzhak Daniel
on 2024/04/29 16:35
on 2024/04/29 16:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -181,15 +181,15 @@ 181 181 Theoretically, if there aren't any breaking changes or prerequisites, you can run: 182 182 183 183 {{code language="sh" layout="LINENUMBERS" title="# Helm upgrade"}} 184 +helm repo update xwiki-helm 184 184 helm upgrade --namespace behemoth-wiki \ 185 185 --values values.yaml \ 186 186 behemoth-xwiki xwiki-helm/xwiki 187 - 188 188 {{/code}} 189 189 190 190 === Uninstall === 191 191 192 -To fully remove XWiki, use the following commands: 192 +To fully remove XWiki from your cluster, use the following commands: 193 193 194 194 {{code language="sh" layout="LINENUMBERS" title="# Uninstalling"}} 195 195 helm uninstall --namespace behemoth-wiki behemoth-xwiki