pin nextcloud to 27.1.3, and helm chart 3.5

This commit is contained in:
2023-11-18 19:01:41 -05:00
parent bd9247d792
commit e1c2e8a7d2
3 changed files with 5 additions and 3 deletions

View File

@@ -42,8 +42,8 @@ helm:
apps:
stash:
enabled: true
state: present
enabled: false
state: absent
namespace: stashapp
mariadb:
@@ -81,6 +81,7 @@ apps:
enabled: true
namespace: nextcloud
state: present
chart_version: 3.5 # https://github.com/nextcloud/helm/releases?page=2
hello_world:
enabled: true

View File

@@ -2,7 +2,7 @@
image:
repository: nextcloud
tag: "26.0.7"
tag: "27.1.3" #https://hub.docker.com/_/nextcloud/tags?page=1&name=26.
flavor: apache
# pullSecrets: regcred

View File

@@ -50,5 +50,6 @@
create_namespace: yes
update_repo_cache: True
chart_ref: nextcloud/nextcloud
chart_version: "{{apps.nextcloud.chart_version}}"
values: "{{stash_values}}"
wait: true