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