diff --git a/charts/uptime-kuma/Chart.yaml b/charts/uptime-kuma/Chart.yaml index 420bf64..a775e3b 100644 --- a/charts/uptime-kuma/Chart.yaml +++ b/charts/uptime-kuma/Chart.yaml @@ -11,4 +11,4 @@ name: uptime-kuma sources: - https://github.com/louislam/uptime-kuma type: application -version: 2.4.4 +version: 2.5.4 diff --git a/charts/uptime-kuma/README.md b/charts/uptime-kuma/README.md index 1377f59..6f3dddb 100644 --- a/charts/uptime-kuma/README.md +++ b/charts/uptime-kuma/README.md @@ -1,6 +1,6 @@ # uptime-kuma -![Version: 2.3.6](https://img.shields.io/badge/Version-2.3.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.1](https://img.shields.io/badge/AppVersion-1.15.1-informational?style=flat-square) +![Version: 2.5.4](https://img.shields.io/badge/Version-2.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.19.4](https://img.shields.io/badge/AppVersion-1.19.4-informational?style=flat-square) A self-hosted Monitoring tool like "Uptime-Robot". @@ -28,7 +28,7 @@ A self-hosted Monitoring tool like "Uptime-Robot". | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"louislam/uptime-kuma"` | | -| image.tag | string | `"1.15.1-alpine"` | | +| image.tag | string | `"1.19.4-debian"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations."nginx.ingress.kubernetes.io/proxy-read-timeout" | string | `"3600"` | | | ingress.annotations."nginx.ingress.kubernetes.io/proxy-send-timeout" | string | `"3600"` | | @@ -39,6 +39,8 @@ A self-hosted Monitoring tool like "Uptime-Robot". | ingress.hosts[0].paths[0].path | string | `"/"` | | | ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | | ingress.tls | list | `[]` | | +| livenessProbe.initialDelaySeconds | int | `15` | | +| livenessProbe.timeoutSeconds | int | `2` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | | | podAnnotations | object | `{}` | | @@ -46,12 +48,13 @@ A self-hosted Monitoring tool like "Uptime-Robot". | podEnv[0].value | string | `"3001"` | | | podLabels | object | `{}` | | | podSecurityContext | object | `{}` | | +| readinessProbe.initialDelaySeconds | int | `5` | | | replicaCount | int | `1` | | | resources | object | `{}` | | | securityContext | object | `{}` | | | service.annotations | object | `{}` | | +| service.nodePort | string | `nil` | | | service.port | int | `3001` | | -| service.nodePort | int | `` | | | service.type | string | `"ClusterIP"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `false` | | @@ -63,9 +66,6 @@ A self-hosted Monitoring tool like "Uptime-Robot". | volume.enabled | bool | `true` | | | volume.existingClaim | object | `{}` | | | volume.size | string | `"4Gi"` | | -| livenessProbe.timeoutSeconds | int | `2` | | -| livenessProbe.initialDelaySeconds | int | `15` | | -| readinessProbe.initialDelaySeconds | int | `5` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/uptime-kuma/values.yaml b/charts/uptime-kuma/values.yaml index 17aa8bd..3461482 100644 --- a/charts/uptime-kuma/values.yaml +++ b/charts/uptime-kuma/values.yaml @@ -8,7 +8,7 @@ image: repository: louislam/uptime-kuma pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.19.4-alpine" + tag: "1.19.4-debian" imagePullSecrets: [] nameOverride: "" diff --git a/helm-docs_1.11.0_Linux_x86_64.deb b/helm-docs_1.11.0_Linux_x86_64.deb new file mode 100644 index 0000000..83b4def Binary files /dev/null and b/helm-docs_1.11.0_Linux_x86_64.deb differ