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