Upgrade to 28.0.3.3-1
This commit is contained in:
parent
24d594f81b
commit
b22515a6d3
|
@ -30,7 +30,7 @@ spec:
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
containers:
|
containers:
|
||||||
- name: customer
|
- name: customer
|
||||||
image: docker.sunet.se/drive/nextcloud-custom:28.0.2.6-2
|
image: docker.sunet.se/drive/nextcloud-custom:28.0.3.3-1
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-data
|
- name: nextcloud-data
|
||||||
mountPath: /var/www/html/config/
|
mountPath: /var/www/html/config/
|
||||||
|
@ -127,7 +127,7 @@ spec:
|
||||||
- name: NEXTCLOUD_ADMIN_USER
|
- name: NEXTCLOUD_ADMIN_USER
|
||||||
value: admin
|
value: admin
|
||||||
- name: NEXTCLOUD_VERSION_STRING
|
- name: NEXTCLOUD_VERSION_STRING
|
||||||
value: "28.0.2.6"
|
value: "28.0.3.3"
|
||||||
- name: NEXTCLOUD_ADMIN_PASSWORD
|
- name: NEXTCLOUD_ADMIN_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Reference in a new issue