pin nextcloud to 27.1.3, and helm chart 3.5
This commit is contained in:
@@ -42,8 +42,8 @@ helm:
|
|||||||
|
|
||||||
apps:
|
apps:
|
||||||
stash:
|
stash:
|
||||||
enabled: true
|
enabled: false
|
||||||
state: present
|
state: absent
|
||||||
namespace: stashapp
|
namespace: stashapp
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
@@ -81,6 +81,7 @@ apps:
|
|||||||
enabled: true
|
enabled: true
|
||||||
namespace: nextcloud
|
namespace: nextcloud
|
||||||
state: present
|
state: present
|
||||||
|
chart_version: 3.5 # https://github.com/nextcloud/helm/releases?page=2
|
||||||
|
|
||||||
hello_world:
|
hello_world:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: nextcloud
|
repository: nextcloud
|
||||||
tag: "26.0.7"
|
tag: "27.1.3" #https://hub.docker.com/_/nextcloud/tags?page=1&name=26.
|
||||||
flavor: apache
|
flavor: apache
|
||||||
# pullSecrets: regcred
|
# pullSecrets: regcred
|
||||||
|
|
||||||
|
|||||||
@@ -50,5 +50,6 @@
|
|||||||
create_namespace: yes
|
create_namespace: yes
|
||||||
update_repo_cache: True
|
update_repo_cache: True
|
||||||
chart_ref: nextcloud/nextcloud
|
chart_ref: nextcloud/nextcloud
|
||||||
|
chart_version: "{{apps.nextcloud.chart_version}}"
|
||||||
values: "{{stash_values}}"
|
values: "{{stash_values}}"
|
||||||
wait: true
|
wait: true
|
||||||
|
|||||||
Reference in New Issue
Block a user