From fccdd882e3641ad3380a669d50fe3c2c55c81051 Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Thu, 1 Jun 2023 09:01:32 -0300 Subject: [PATCH] Upgraded catalog item(s) (#1232) This commit upgrades nextcloud catalog item(s). Co-authored-by: sonicaj --- library/ix-dev/charts/nextcloud/Chart.yaml | 4 ++-- library/ix-dev/charts/nextcloud/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/ix-dev/charts/nextcloud/Chart.yaml b/library/ix-dev/charts/nextcloud/Chart.yaml index 230fe63168..1b0fdfe18d 100644 --- a/library/ix-dev/charts/nextcloud/Chart.yaml +++ b/library/ix-dev/charts/nextcloud/Chart.yaml @@ -4,9 +4,9 @@ description: A file sharing server that puts the control and security of your ow annotations: title: Nextcloud type: application -version: 1.6.27 +version: 1.6.28 apiVersion: v2 -appVersion: 26.0.1 +appVersion: 26.0.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/nextcloud/values.yaml b/library/ix-dev/charts/nextcloud/values.yaml index 80a9a31f8e..1824725da1 100644 --- a/library/ix-dev/charts/nextcloud/values.yaml +++ b/library/ix-dev/charts/nextcloud/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: 26.0.1 + tag: 26.0.2 nginx: image: pullPolicy: IfNotPresent