From e3065ab669255c21239b8666138b9ef7680a927b Mon Sep 17 00:00:00 2001 From: oussama Dahmaz Date: Wed, 13 Nov 2024 17:33:23 +0100 Subject: [PATCH] fix duplication for livenessProbe and readinessProbe --- charts/homarr/Chart.yaml | 6 +++--- charts/homarr/README.md | 4 ++-- charts/homarr/templates/homarr-dc.yaml | 8 -------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/charts/homarr/Chart.yaml b/charts/homarr/Chart.yaml index 8a63681..d1a1471 100644 --- a/charts/homarr/Chart.yaml +++ b/charts/homarr/Chart.yaml @@ -3,7 +3,7 @@ name: homarr description: A Helm chart to deploy homarr for Kubernetes home: https://oben01.github.io/charts/charts/homarr/ type: application -version: 1.3.3 +version: 1.3.4 # renovate datasource=docker depName=ghcr.io/ajnart/homarr appVersion: "0.15.7" icon: https://raw.githubusercontent.com/oben01/charts/main/charts/homarr/icon.svg @@ -18,8 +18,8 @@ annotations: fingerprint: FA3F63F603B62356663A88F073AE49623786E060 url: https://oben01.github.io/charts/pgp_keys.asc artifacthub.io/changes: |- - - kind: changed - description: Update ghcr.io/ajnart/homarr docker tag to v0.15.7 + - kind: fixed + description: fix duplication for livenessProbe and readinessProbe artifacthub.io/links: |- - name: App Source url: https://github.com/ajnart/homarr diff --git a/charts/homarr/README.md b/charts/homarr/README.md index 2ae0bab..f1e7156 100644 --- a/charts/homarr/README.md +++ b/charts/homarr/README.md @@ -2,7 +2,7 @@ homarr logo -![Version: 1.3.3](https://img.shields.io/badge/Version-1.3.3-informational?style=flat) +![Version: 1.3.4](https://img.shields.io/badge/Version-1.3.4-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: 0.15.7](https://img.shields.io/badge/AppVersion-0.15.7-informational?style=flat) @@ -11,7 +11,7 @@ A Helm chart to deploy homarr for Kubernetes **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=homarr&version=1.3.3)** +[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=homarr&version=1.3.4)** ## Source Code diff --git a/charts/homarr/templates/homarr-dc.yaml b/charts/homarr/templates/homarr-dc.yaml index f9804a6..935ec2c 100644 --- a/charts/homarr/templates/homarr-dc.yaml +++ b/charts/homarr/templates/homarr-dc.yaml @@ -41,16 +41,8 @@ spec: protocol: TCP livenessProbe: {{ toYaml .Values.livenessProbe | indent 12 }} - initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }} - timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }} - periodSeconds: {{ .Values.livenessProbe.periodSeconds }} - failureThreshold: {{ .Values.livenessProbe.failureThreshold }} readinessProbe: {{ toYaml .Values.readinessProbe | indent 12 }} - initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }} - timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }} - periodSeconds: {{ .Values.readinessProbe.periodSeconds }} - failureThreshold: {{ .Values.readinessProbe.failureThreshold }} env: {{- range $key, $value := .Values.env }} - name: {{ $key }}