From 17f765727dabde64f06bdc976782870f6eaadf4c Mon Sep 17 00:00:00 2001 From: ABC Taylor Date: Sat, 10 Aug 2024 12:04:09 +0100 Subject: [PATCH 1/3] Commented-out environment variable example for using a custom CA --- charts/uptime-kuma/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/uptime-kuma/values.yaml b/charts/uptime-kuma/values.yaml index 0c5c830..5bbb9b5 100644 --- a/charts/uptime-kuma/values.yaml +++ b/charts/uptime-kuma/values.yaml @@ -32,6 +32,9 @@ podEnv: # a default port must be set. required by container - name: "UPTIME_KUMA_PORT" value: "3001" + # For using a custom CA with additionalVolumes, the CA must be passed as an env variable to node + # - name: "NODE_EXTRA_CA_CERTS" + # value: "/etc/ssl/certs/additional/additional-ca.pem" podSecurityContext: {} From 33250dca2a21287010e6a22162c328a31a4efe3f Mon Sep 17 00:00:00 2001 From: ABC Taylor Date: Sat, 10 Aug 2024 12:08:16 +0100 Subject: [PATCH 2/3] Bump 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 b9658d8..c20b86c 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 ef9cfc4daf6d50b25d85bc66c35c8ce234a5df76 Mon Sep 17 00:00:00 2001 From: ABC Taylor Date: Sat, 10 Aug 2024 12:10:47 +0100 Subject: [PATCH 3/3] Add README.md variable --- charts/uptime-kuma/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/uptime-kuma/README.md b/charts/uptime-kuma/README.md index 47b77d7..cb2ae11 100644 --- a/charts/uptime-kuma/README.md +++ b/charts/uptime-kuma/README.md @@ -51,6 +51,8 @@ A self-hosted Monitoring tool like "Uptime-Robot". | podAnnotations | object | `{}` | | | podEnv[0].name | string | `"UPTIME_KUMA_PORT"` | | | podEnv[0].value | string | `"3001"` | | +| podEnv[0].name | string | `"NODE_EXTRA_CA_CERTS"` | | +| podEnv[0].value | string | `"/etc/ssl/certs/additional/additional-ca.pem"` | | | podLabels | object | `{}` | | | podSecurityContext | object | `{}` | | | readinessProbe.enabled | bool | `true` | |