From fed0c7a8f1b6314e6df3b2853ea548acf5e203aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Nov 2020 13:02:05 -0500 Subject: [PATCH] [nzbhydra2] Update helm chart common to v1.7.0 (#268) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/nzbhydra2/Chart.yaml | 4 ++-- charts/nzbhydra2/values.yaml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/nzbhydra2/Chart.yaml b/charts/nzbhydra2/Chart.yaml index 489f5e7b..858d24ff 100644 --- a/charts/nzbhydra2/Chart.yaml +++ b/charts/nzbhydra2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v3.4.3 description: Usenet meta search name: nzbhydra2 -version: 4.6.1 +version: 4.7.0 keywords: - nzbhydra2 - usenet @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.6.2 + version: 1.7.0 diff --git a/charts/nzbhydra2/values.yaml b/charts/nzbhydra2/values.yaml index 23246921..72da0842 100644 --- a/charts/nzbhydra2/values.yaml +++ b/charts/nzbhydra2/values.yaml @@ -21,3 +21,7 @@ persistence: config: enabled: false emptyDir: false + +probes: + startup: + enabled: true