uptime-kuma: update version to 1.13.1 (#1482)

* charts/stable/uptime-kuma/Chart.yaml: update uptime-kuma version to 1.13.1 and chart version to 1.2.0

Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
This commit is contained in:
Johannes Kastl 2022-03-30 13:39:39 +02:00 committed by GitHub
parent 3ce30c8ac3
commit 57f9aabc7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v1.11.1
appVersion: 1.13.1
description: A fancy self-hosted monitoring tool for your websites and applications
name: uptime-kuma
version: 1.1.0
version: 1.2.0
kubeVersion: ">=1.16.0-0"
keywords:
- uptime-kuma
@ -21,6 +21,7 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.3.0
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`.
description: Update appVersion to v1.13.1, including a security fix in v1.11.4 ('Update vulnerable packages') and v1.12.1 ('Update axios to 0.26.0 due to vulnerability')

View File

@ -9,7 +9,8 @@ image:
# -- image repository
repository: louislam/uptime-kuma
# -- image tag
tag: "1.11.1"
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent