diff --git a/k8s/README.md b/k8s/README.md index 1a97a4f..fb2ce56 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -383,7 +383,7 @@ kubectl apply $(ls octobot-fabi/*.yaml | awk ' { print " -f " $1 } ') ```sh helm repo add nextcloud https://nextcloud.github.io/helm/ 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 ``` diff --git a/k8s/ingress-nginx/ingress-nginx.yaml b/k8s/ingress-nginx/ingress-nginx.yaml index 51f6281..0d6a0f9 100644 --- a/k8s/ingress-nginx/ingress-nginx.yaml +++ b/k8s/ingress-nginx/ingress-nginx.yaml @@ -9,4 +9,4 @@ controller: reportNodeInternalIp: true config: proxy-body-size: "0" - + allow-snippet-annotations: true