update to version 29.0.3 of Nextcloud
update mariadb to 10.11LTS
This commit is contained in:
@@ -47,7 +47,7 @@ apps:
|
|||||||
namespace: stashapp
|
namespace: stashapp
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
enabled: false
|
enabled: true
|
||||||
namespace: mariadb
|
namespace: mariadb
|
||||||
pvc: data-mariadb-0
|
pvc: data-mariadb-0
|
||||||
state: present
|
state: present
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ architecture: standalone
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/mariadb
|
repository: bitnami/mariadb
|
||||||
tag: 10.9
|
tag: 10.11
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: nextcloud
|
repository: nextcloud
|
||||||
tag: "29.0.1" #https://hub.docker.com/_/nextcloud/tags?page=1&name=28.
|
tag: "29.0.3" #https://hub.docker.com/_/nextcloud/tags?page=1&name=28.
|
||||||
flavor: apache
|
flavor: apache
|
||||||
# pullSecrets: regcred
|
# pullSecrets: regcred
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user