diff --git a/charts/nzbhydra2/Chart.yaml b/charts/nzbhydra2/Chart.yaml index 85116671..6106a48d 100644 --- a/charts/nzbhydra2/Chart.yaml +++ b/charts/nzbhydra2/Chart.yaml @@ -1,15 +1,15 @@ apiVersion: v2 -appVersion: v3.4.3 +appVersion: v3.8.1 description: Usenet meta search name: nzbhydra2 -version: 5.1.1 +version: 5.2.0 keywords: - nzbhydra2 - usenet home: https://github.com/k8s-at-home/charts/tree/master/charts/nzbhydra2 icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png sources: - - https://hub.docker.com/r/linuxserver/nzbhydra2/ + - https://hub.docker.com/r/linuxserver/nzbhydra2 - https://github.com/theotherp/nzbhydra2 maintainers: - name: billimek diff --git a/charts/nzbhydra2/values.yaml b/charts/nzbhydra2/values.yaml index 257a4243..2f07672f 100644 --- a/charts/nzbhydra2/values.yaml +++ b/charts/nzbhydra2/values.yaml @@ -3,7 +3,7 @@ image: repository: linuxserver/nzbhydra2 pullPolicy: IfNotPresent - tag: version-v3.4.3 + tag: version-v3.8.1 strategy: type: Recreate @@ -18,8 +18,40 @@ env: {} # PGID: 1001 probes: - startup: + liveness: + custom: true enabled: true + spec: + failureThreshold: 5 + httpGet: + path: /actuator/health/livenessState + port: http + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 10 + readiness: + custom: true + enabled: true + spec: + failureThreshold: 5 + httpGet: + path: /actuator/health/readinessState + port: http + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 10 + startup: + custom: true + enabled: true + spec: + failureThreshold: 5 + httpGet: + path: /actuator/health/readinessState + port: http + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 10 + persistence: config: