From b7f37bd82a33143e4a9e4a26c5b611b651ad55ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:45:19 +0000 Subject: [PATCH 1/2] chore(deps): update all --- .github/workflows/lint-test.yaml | 2 +- charts/uptime-kuma/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 1142a71..a9ab10b 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -46,7 +46,7 @@ jobs: run: ct lint --config ".github/configs/ct.yaml" --target-branch main - name: Create kind ${{ matrix.k8s }} cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 if: steps.list-changed.outputs.changed == 'true' with: node_image: kindest/node:${{ matrix.k8s }} diff --git a/charts/uptime-kuma/values.yaml b/charts/uptime-kuma/values.yaml index 5128bd2..55773a1 100644 --- a/charts/uptime-kuma/values.yaml +++ b/charts/uptime-kuma/values.yaml @@ -6,7 +6,7 @@ image: repository: louislam/uptime-kuma pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.23.11-debian" + tag: "1.23.13-debian" imagePullSecrets: [] nameOverride: "" From 7f9d1a0d15ad5e0139f15ced97d6d60b06edc7bb Mon Sep 17 00:00:00 2001 From: Dennis Irsigler Date: Thu, 13 Jun 2024 11:09:25 +0200 Subject: [PATCH 2/2] update Debian image --- charts/uptime-kuma/Chart.yaml | 4 ++-- charts/uptime-kuma/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/uptime-kuma/Chart.yaml b/charts/uptime-kuma/Chart.yaml index 669c4f1..4ca3372 100644 --- a/charts/uptime-kuma/Chart.yaml +++ b/charts/uptime-kuma/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.23.11" +appVersion: "1.23.13" deprecated: false description: A self-hosted Monitoring tool like "Uptime-Robot". home: https://github.com/dirsigler/uptime-kuma-helm @@ -11,4 +11,4 @@ name: uptime-kuma sources: - https://github.com/louislam/uptime-kuma type: application -version: 2.18.0 +version: 2.18.1 diff --git a/charts/uptime-kuma/README.md b/charts/uptime-kuma/README.md index ee94c34..bc8b038 100644 --- a/charts/uptime-kuma/README.md +++ b/charts/uptime-kuma/README.md @@ -1,6 +1,6 @@ # uptime-kuma -![Version: 2.18.0](https://img.shields.io/badge/Version-2.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.11](https://img.shields.io/badge/AppVersion-1.23.11-informational?style=flat-square) +![Version: 2.18.1](https://img.shields.io/badge/Version-2.18.1-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) A self-hosted Monitoring tool like "Uptime-Robot". @@ -28,7 +28,7 @@ A self-hosted Monitoring tool like "Uptime-Robot". | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"louislam/uptime-kuma"` | | -| image.tag | string | `"1.23.11-debian"` | | +| image.tag | string | `"1.23.13-debian"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations."nginx.ingress.kubernetes.io/proxy-read-timeout" | string | `"3600"` | | | ingress.annotations."nginx.ingress.kubernetes.io/proxy-send-timeout" | string | `"3600"` | | @@ -80,4 +80,4 @@ A self-hosted Monitoring tool like "Uptime-Robot". | volume.size | string | `"4Gi"` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) +Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)