From df18109726f2f82dfe219b6faffe247012033fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:52:39 -0500 Subject: [PATCH] [heimdall] Update helm chart common to v2 (#407) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/heimdall/Chart.yaml | 4 ++-- charts/heimdall/ci/ct-values.yaml | 5 +++-- charts/heimdall/values.yaml | 4 ---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/charts/heimdall/Chart.yaml b/charts/heimdall/Chart.yaml index 4b156ed4..a929ea24 100644 --- a/charts/heimdall/Chart.yaml +++ b/charts/heimdall/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.2.2 description: An Application dashboard and launcher name: heimdall -version: 3.0.0 +version: 4.0.0 keywords: - heimdall home: https://github.com/k8s-at-home/charts/tree/master/charts/heimdall @@ -15,5 +15,5 @@ maintainers: email: jeff@billimek.com dependencies: - name: common - version: 1.7.0 + version: 2.0.4 repository: https://k8s-at-home.com/charts/ diff --git a/charts/heimdall/ci/ct-values.yaml b/charts/heimdall/ci/ct-values.yaml index f6ccc628..7d8be863 100644 --- a/charts/heimdall/ci/ct-values.yaml +++ b/charts/heimdall/ci/ct-values.yaml @@ -1,2 +1,3 @@ -ingress: - enabled: true +probes: + startup: + enabled: true diff --git a/charts/heimdall/values.yaml b/charts/heimdall/values.yaml index a40e5f71..f5d0d5bb 100644 --- a/charts/heimdall/values.yaml +++ b/charts/heimdall/values.yaml @@ -21,7 +21,3 @@ persistence: config: enabled: false emptyDir: false - -probes: - startup: - enabled: true