Updating nextcloud to latest release

This commit is contained in:
Moritz Graf 2024-02-11 15:51:39 +01:00
parent 166bd68880
commit f8686a7e33
2 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@ kubectl apply $(ls octobot-fabi/*.yaml | awk ' { print " -f " $1 } ')
```sh ```sh
helm repo add nextcloud https://nextcloud.github.io/helm/ helm repo add nextcloud https://nextcloud.github.io/helm/
helm repo update helm repo update
helm upgrade --install nextcloud nextcloud/nextcloud -n nextcloud --version 3.0.0 -f nextcloud/nextcloud.secret.yml helm upgrade --install nextcloud nextcloud/nextcloud -n nextcloud --version 4.6.2 -f nextcloud/nextcloud.secret.yml
helm upgrade --install nextcloud-phpmyadmin bitnami/phpmyadmin -n nextcloud -f nextcloud/nextcloud-phpmyadmin.yml helm upgrade --install nextcloud-phpmyadmin bitnami/phpmyadmin -n nextcloud -f nextcloud/nextcloud-phpmyadmin.yml
``` ```

View File

@ -9,4 +9,4 @@ controller:
reportNodeInternalIp: true reportNodeInternalIp: true
config: config:
proxy-body-size: "0" proxy-body-size: "0"
allow-snippet-annotations: true