Skip to content

Commit

Permalink
Merge pull request #5 from dirsigler/dev
Browse files Browse the repository at this point in the history
bump versions
  • Loading branch information
Dennis Irsigler authored Nov 10, 2021
2 parents 881eda3 + 64364e0 commit a330c4f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 28 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
30 changes: 7 additions & 23 deletions charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]

# 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
5 changes: 2 additions & 3 deletions charts/uptime-kuma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -88,7 +87,7 @@ resources: {}
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
maxReplicas: 10
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

Expand Down

0 comments on commit a330c4f

Please sign in to comment.