Skip to content

Commit a863272

Browse files
authored
Merge pull request #178 from dirsigler/renovate/all
Update all
2 parents 5550a4e + 3a948e4 commit a863272

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.13"
3333

3434
- name: Set up chart-testing
35-
uses: helm/chart-testing-action@v2.6.1
35+
uses: helm/chart-testing-action@v2.7.0
3636

3737
- name: Run chart-testing (list-changed --target-branch main)
3838
id: list-changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE}}"
3939

4040
- name: Run chart-releaser
41-
uses: helm/chart-releaser-action@v1.6.0
41+
uses: helm/chart-releaser-action@v1.7.0
4242
with:
4343
config: "./.github/configs/cr.yaml"
4444
env:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/gruntwork-io/pre-commit
3-
rev: v0.1.23
3+
rev: v0.1.30
44
hooks:
55
- id: helmlint
66
- repo: https://github.com/norwoodj/helm-docs

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.13"
2+
appVersion: "1.23.16"
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.21.4
19+
version: 2.22.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.21.4](https://img.shields.io/badge/Version-2.21.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.13](https://img.shields.io/badge/AppVersion-1.23.13-informational?style=flat-square)
3+
![Version: 2.22.0](https://img.shields.io/badge/Version-2.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.16](https://img.shields.io/badge/AppVersion-1.23.16-informational?style=flat-square)
44

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

@@ -34,7 +34,7 @@ A self-hosted Monitoring tool like "Uptime-Robot".
3434
| fullnameOverride | string | `""` | |
3535
| image.pullPolicy | string | `"IfNotPresent"` | |
3636
| image.repository | string | `"louislam/uptime-kuma"` | |
37-
| image.tag | string | `"1.23.13-debian"` | |
37+
| image.tag | string | `"1.23.16-debian"` | |
3838
| imagePullSecrets | list | `[]` | |
3939
| ingress.annotations."nginx.ingress.kubernetes.io/proxy-read-timeout" | string | `"3600"` | |
4040
| 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.13-debian"
9+
tag: "1.23.16-debian"
1010

1111
imagePullSecrets: []
1212
nameOverride: ""

0 commit comments

Comments
 (0)