From a0591361a635ea31bf90768fa930374a72c70136 Mon Sep 17 00:00:00 2001 From: atobaum Date: Thu, 13 Jun 2024 16:12:52 +0900 Subject: [PATCH 1/4] fix: liveness probe command --- charts/uptime-kuma/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/uptime-kuma/templates/deployment.yaml b/charts/uptime-kuma/templates/deployment.yaml index 90dac1b..73c714a 100644 --- a/charts/uptime-kuma/templates/deployment.yaml +++ b/charts/uptime-kuma/templates/deployment.yaml @@ -71,6 +71,7 @@ spec: livenessProbe: exec: command: + - node - extra/healthcheck timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds}} initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds}} From 63a3f66d931e2f6628ece7c83eecffa77edea90e Mon Sep 17 00:00:00 2001 From: atobaum Date: Fri, 21 Jun 2024 17:32:36 +0900 Subject: [PATCH 2/4] chore: update chart version --- charts/uptime-kuma/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/uptime-kuma/Chart.yaml b/charts/uptime-kuma/Chart.yaml index 4ca3372..2dd1294 100644 --- a/charts/uptime-kuma/Chart.yaml +++ b/charts/uptime-kuma/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.23.13" +appVersion: "1.23.14" deprecated: false description: A self-hosted Monitoring tool like "Uptime-Robot". home: https://github.com/dirsigler/uptime-kuma-helm From 5cd79666f52e8b0cbaac4b076dab89db4a69e8ff Mon Sep 17 00:00:00 2001 From: atobaum Date: Tue, 25 Jun 2024 09:14:16 +0900 Subject: [PATCH 3/4] fix: chart vertion --- charts/uptime-kuma/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/uptime-kuma/Chart.yaml b/charts/uptime-kuma/Chart.yaml index 2dd1294..7b56a86 100644 --- a/charts/uptime-kuma/Chart.yaml +++ b/charts/uptime-kuma/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.23.14" +appVersion: "1.23.13" deprecated: false description: A self-hosted Monitoring tool like "Uptime-Robot". home: https://github.com/dirsigler/uptime-kuma-helm @@ -11,4 +11,4 @@ name: uptime-kuma sources: - https://github.com/louislam/uptime-kuma type: application -version: 2.18.1 +version: 2.19.0 From b34e10c90cbf37f4abf206a7396bf36d434536bd Mon Sep 17 00:00:00 2001 From: atobaum Date: Tue, 25 Jun 2024 09:14:33 +0900 Subject: [PATCH 4/4] fix: run helm-docs --- charts/uptime-kuma/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/uptime-kuma/README.md b/charts/uptime-kuma/README.md index bc8b038..2f0bca1 100644 --- a/charts/uptime-kuma/README.md +++ b/charts/uptime-kuma/README.md @@ -1,6 +1,6 @@ # uptime-kuma -![Version: 2.18.1](https://img.shields.io/badge/Version-2.18.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.13](https://img.shields.io/badge/AppVersion-1.23.13-informational?style=flat-square) +![Version: 2.19.0](https://img.shields.io/badge/Version-2.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.13](https://img.shields.io/badge/AppVersion-1.23.13-informational?style=flat-square) A self-hosted Monitoring tool like "Uptime-Robot". @@ -79,5 +79,3 @@ A self-hosted Monitoring tool like "Uptime-Robot". | volume.existingClaim | string | `""` | | | volume.size | string | `"4Gi"` | | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)