From d1eeba377da6c81fc95726751e66141a126089f7 Mon Sep 17 00:00:00 2001
From: rasmus <rasmus@k-space.ee>
Date: Fri, 18 Apr 2025 22:38:29 +0300
Subject: [PATCH] nextcloud: current version

---
 nextcloud/application.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nextcloud/application.yaml b/nextcloud/application.yaml
index 95f413f..8e25744 100644
--- a/nextcloud/application.yaml
+++ b/nextcloud/application.yaml
@@ -79,7 +79,7 @@ spec:
       enableServiceLinks: false
       initContainers:
         - name: setup-php-config
-          image: nextcloud@sha256:072d9d3b8428d6b31fe7ed603737d4173f0ca85c0f1d0d8607fd4741fdfa49a9
+          image: nextcloud:26.0.5@sha256:072d9d3b8428d6b31fe7ed603737d4173f0ca85c0f1d0d8607fd4741fdfa49a9
           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: nextcloud@sha256:072d9d3b8428d6b31fe7ed603737d4173f0ca85c0f1d0d8607fd4741fdfa49a9
+          image: nextcloud:26.0.5@sha256:072d9d3b8428d6b31fe7ed603737d4173f0ca85c0f1d0d8607fd4741fdfa49a9
           resources:
             limits:
               cpu: 4000m