diff --git a/README.md b/README.md index 00bc78a..632786e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Uptime-Kuma Helm Chart +[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/uptime-kuma)](https://artifacthub.io/packages/search?repo=uptime-kuma) + This is a Helm Chart for the awesome [Uptime-Kuma](https://github.com/louislam/uptime-kuma) project. Please be advised that the Helm Chart my not fulfill all needs and is work-in-progress. @@ -17,8 +19,8 @@ the latest versions of the packages. You can then run `helm search repo uptime-k To install the uptime-kuma chart: - helm install my-uptime-kuma uptime-kuma/uptime-kuma + helm upgrade my-uptime-kuma uptime-kuma/uptime-kuma --install --namespace monitoring --create-namespace To uninstall the chart: - helm delete my-uptime-kuma + helm delete my-uptime-kuma --namespace monitoring diff --git a/charts/uptime-kuma/Chart.yaml b/charts/uptime-kuma/Chart.yaml index b068eb3..e50aab4 100644 --- a/charts/uptime-kuma/Chart.yaml +++ b/charts/uptime-kuma/Chart.yaml @@ -1,30 +1,14 @@ apiVersion: v2 -name: uptime-kuma +appVersion: "1.10.2" +deprecated: false description: A self-hosted Monitoring tool like "Uptime-Robot". - home: https://github.com/dirsigler/uptime-kuma-helm - +icon: https://raw.githubusercontent.com/louislam/uptime-kuma/master/public/icon.png maintainers: - name: dirsigler email: dennis@irsigler.dev - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. +name: uptime-kuma +sources: +- https://github.com/louislam/uptime-kuma type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.5 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "1.10.0" +version: 0.3.6 diff --git a/charts/uptime-kuma/values.yaml b/charts/uptime-kuma/values.yaml index 967990e..4fbfcd8 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" + tag: "1.10.2-alpine" imagePullSecrets: [] nameOverride: "" @@ -44,7 +44,6 @@ ingress: enabled: true annotations: kubernetes.io/ingress.class: nginx - kubernetes.io/tls-acme: "true" nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" nginx.ingress.kubernetes.io/server-snippets: | @@ -88,7 +87,7 @@ resources: {} autoscaling: enabled: false minReplicas: 1 - maxReplicas: 100 + maxReplicas: 10 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80