From 3f2e96162dda220b51e3c5bccbb2d31ae130e7fa Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 24 Sep 2021 13:56:40 +0200 Subject: [PATCH] chore: update README for uptime-kuma --- charts/uptime-kuma/README.md | 8 +++++--- charts/uptime-kuma/README.md.gotmpl | 21 +++++++++++++++++++++ charts/uptime-kuma/values.yaml | 2 +- 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 charts/uptime-kuma/README.md.gotmpl diff --git a/charts/uptime-kuma/README.md b/charts/uptime-kuma/README.md index fc70dd2..cf2b7b7 100644 --- a/charts/uptime-kuma/README.md +++ b/charts/uptime-kuma/README.md @@ -28,10 +28,12 @@ Kubernetes: `>= 1.18.0` | image | string | `"louislam/uptime-kuma"` | | | istio.enabled | bool | `true` | | | istio.gateway | string | `"istio-ingress/private-ingressgateway"` | | -| istio.url | string | `"uptime.dev.mayneinc.com"` | | +| istio.url | string | `"uptime.example.com"` | | | nameOverride | string | `""` | override the name of the uptime-kuma chart | | service.port | int | `3001` | The port to be used by the uptime-kuma service | | version | string | `"1.6.3-alpine"` | | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +## Resources + +- https://github.com/louislam/uptime-kuma + diff --git a/charts/uptime-kuma/README.md.gotmpl b/charts/uptime-kuma/README.md.gotmpl new file mode 100644 index 0000000..ff91e13 --- /dev/null +++ b/charts/uptime-kuma/README.md.gotmpl @@ -0,0 +1,21 @@ +{{ template "chart.header" . }} +{{ template "chart.deprecationWarning" . }} + +{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} + +{{ template "chart.description" . }} + +{{ template "chart.homepageLine" . }} + +{{ template "chart.maintainersSection" . }} + +{{ template "chart.sourcesSection" . }} + +{{ template "chart.requirementsSection" . }} + +{{ template "chart.valuesSection" . }} + +## Resources + +- https://github.com/louislam/uptime-kuma + diff --git a/charts/uptime-kuma/values.yaml b/charts/uptime-kuma/values.yaml index 32f3961..dd9d676 100644 --- a/charts/uptime-kuma/values.yaml +++ b/charts/uptime-kuma/values.yaml @@ -27,6 +27,6 @@ version: 1.6.3-alpine # memory: 2000M istio: + enabled: false gateway: istio-ingress/private-ingressgateway - enabled: true url: uptime.example.com