Upgrade nextcloud to 28

This commit is contained in:
Pim Kunis 2024-04-29 16:08:16 +02:00
parent ade93dc61b
commit 3f87796d04

View file

@ -21,7 +21,7 @@
volumes.data.persistentVolumeClaim.claimName = "nextcloud";
containers.nextcloud = {
image = "nextcloud:27";
image = "nextcloud:28";
envFrom = [{ configMapRef.name = "nextcloud"; }];
ports.web.containerPort = 80;