Upgrade nextcloud to 28
This commit is contained in:
parent
ade93dc61b
commit
3f87796d04
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
volumes.data.persistentVolumeClaim.claimName = "nextcloud";
|
volumes.data.persistentVolumeClaim.claimName = "nextcloud";
|
||||||
|
|
||||||
containers.nextcloud = {
|
containers.nextcloud = {
|
||||||
image = "nextcloud:27";
|
image = "nextcloud:28";
|
||||||
envFrom = [{ configMapRef.name = "nextcloud"; }];
|
envFrom = [{ configMapRef.name = "nextcloud"; }];
|
||||||
ports.web.containerPort = 80;
|
ports.web.containerPort = 80;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue