diff --git a/apps/nextcloud/deployment.yaml b/apps/nextcloud/deployment.yaml index f403dba0..4e4cc2a7 100644 --- a/apps/nextcloud/deployment.yaml +++ b/apps/nextcloud/deployment.yaml @@ -34,7 +34,7 @@ spec: type: "RuntimeDefault" initContainers: - name: init - image: "nextcloud:29.0.8-fpm" + image: "nextcloud:30.0.2-fpm" command: ["sh", "-c", "rsync -ar /usr/src/nextcloud/ /dest/html"] volumeMounts: - name: "shared-data" @@ -94,7 +94,7 @@ spec: readOnly: true mountPath: "/var/www" - name: "nextcloud" - image: "nextcloud:29.0.8-fpm" + image: "nextcloud:30.0.2-fpm" imagePullPolicy: "IfNotPresent" envFrom: - configMapRef: