Skip to content

Commit cb453f7

Browse files
authored
Merge pull request #225 from dirsigler/chore/bump-uptime-kuma-2.1.1
chore!: Bump Uptime-Kuma to 2.1.1
2 parents 3f39a52 + c2f5484 commit cb453f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/uptime-kuma/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "1.23.17"
2+
appVersion: "2.1.1"
33
deprecated: false
44
description: A self-hosted Monitoring tool like "Uptime-Robot".
55
home: https://github.com/dirsigler/uptime-kuma-helm
@@ -16,4 +16,4 @@ dependencies:
1616
repository: https://charts.bitnami.com/bitnami
1717
condition: mariadb.enabled
1818
type: application
19-
version: 2.25.0
19+
version: 3.0.0

charts/uptime-kuma/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# uptime-kuma
22

3-
![Version: 2.25.0](https://img.shields.io/badge/Version-2.25.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.17](https://img.shields.io/badge/AppVersion-1.23.17-informational?style=flat-square)
3+
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.1](https://img.shields.io/badge/AppVersion-2.1.1-informational?style=flat-square)
44

55
A self-hosted Monitoring tool like "Uptime-Robot".
66

@@ -43,7 +43,7 @@ A self-hosted Monitoring tool like "Uptime-Robot".
4343
| fullnameOverride | string | `""` | |
4444
| image.pullPolicy | string | `"IfNotPresent"` | |
4545
| image.repository | string | `"louislam/uptime-kuma"` | |
46-
| image.tag | string | `"1.23.17-debian"` | |
46+
| image.tag | string | `"2.1.1"` | |
4747
| imagePullSecrets | list | `[]` | |
4848
| ingress.annotations."nginx.ingress.kubernetes.io/proxy-read-timeout" | string | `"3600"` | |
4949
| ingress.annotations."nginx.ingress.kubernetes.io/proxy-send-timeout" | string | `"3600"` | |

charts/uptime-kuma/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image:
66
repository: louislam/uptime-kuma
77
pullPolicy: IfNotPresent
88
# Overrides the image tag whose default is the chart appVersion.
9-
tag: "1.23.17-debian"
9+
tag: "2.1.1"
1010

1111
imagePullSecrets: []
1212
nameOverride: ""

0 commit comments

Comments
 (0)