From dda45d92d61c0bda724a46f2cb8234a134eb4d7d Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 26 Apr 2024 13:07:05 +0200 Subject: [PATCH] update instructions --- doc/LiveUpgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/LiveUpgrade.md b/doc/LiveUpgrade.md index 1a6491c..d57200d 100644 --- a/doc/LiveUpgrade.md +++ b/doc/LiveUpgrade.md @@ -13,7 +13,7 @@ ## Uprgrading process 1. Change the version of the docker image in the deployment to the next major version - - `kubectl edit deploy cloud-deployment` + - `kubectl -n=nextcloud edit deploy cloud-deployment` - change `image: domaindrivenarchitecture/c4k-cloud:4.0.3` 2. Wait for the pod to finish restarting 3. Verify the website is working and https://URL/settings/admin/overview shows the correct version