From dc12dfb58b5c1b477890e2f4dcff55f83c053267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:41:54 -0500 Subject: [PATCH] [grocy] Update helm chart common to v2 (#375) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <6213398+bjw-s@users.noreply.github.com> --- charts/grocy/Chart.yaml | 4 ++-- charts/grocy/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/grocy/ci/ct-values.yaml diff --git a/charts/grocy/Chart.yaml b/charts/grocy/Chart.yaml index 025ddd74..bd71afe8 100644 --- a/charts/grocy/Chart.yaml +++ b/charts/grocy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.7.1 description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home name: grocy -version: 3.0.0 +version: 4.0.0 keywords: - grocy home: https://github.com/k8s-at-home/charts/tree/master/charts/grocy @@ -14,5 +14,5 @@ maintainers: email: jeff@billimek.com dependencies: - name: common - version: 1.7.0 + version: 2.0.3 repository: https://k8s-at-home.com/charts/ diff --git a/charts/grocy/ci/ct-values.yaml b/charts/grocy/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/grocy/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true