diff --git a/nextcloud/application.yaml b/nextcloud/application.yaml index c5433d0..23174dd 100644 --- a/nextcloud/application.yaml +++ b/nextcloud/application.yaml @@ -79,7 +79,7 @@ spec: enableServiceLinks: false initContainers: - name: setup-php-config - image: mirror.gcr.io/library/nextcloud:28.0.14@sha256:b6bdc923df7e1c8de683b621831fca404f63ff6ca578ddcba6c9d9fa5eb6a59b + image: mirror.gcr.io/library/nextcloud:29.0.14@sha256:e8a988d35a4e1a14ba92b2e66572b3717e00c1c4602fd203da12b771fa051a7e command: [ "/bin/sh","-c" ] args: ["cp -r /usr/local/etc/php/conf.d/. /config/"] volumeMounts: @@ -87,7 +87,7 @@ spec: name: php-config containers: - name: nextcloud - image: mirror.gcr.io/library/nextcloud:28.0.14@sha256:b6bdc923df7e1c8de683b621831fca404f63ff6ca578ddcba6c9d9fa5eb6a59b + image: mirror.gcr.io/library/nextcloud:29.0.14@sha256:e8a988d35a4e1a14ba92b2e66572b3717e00c1c4602fd203da12b771fa051a7e resources: limits: cpu: 4000m