From 9720f26b8d84d6e38f3f2651c3bebad7dd3754ae Mon Sep 17 00:00:00 2001 From: Pascal Iske Date: Fri, 27 Oct 2023 06:29:50 +0200 Subject: [PATCH] refactor(uptime-kuma): switch traefik api group from traefik.containo.us to traefik.io --- charts/uptime-kuma/Chart.yaml | 8 +++++--- charts/uptime-kuma/README.md | 2 +- charts/uptime-kuma/templates/ingressroute.yaml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/charts/uptime-kuma/Chart.yaml b/charts/uptime-kuma/Chart.yaml index 1e6cbd76..335b584c 100644 --- a/charts/uptime-kuma/Chart.yaml +++ b/charts/uptime-kuma/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 type: application name: uptime-kuma description: A Helm chart for Uptime-Kuma -version: 1.0.6 +version: 2.0.0 # renovate: image=louislam/uptime-kuma appVersion: "1.23.3" @@ -27,5 +27,7 @@ dependencies: annotations: artifacthub.io/changes: | - - kind: changed - description: 'Updated Uptime-Kuma to v1.22.1.' + - kind: removed + description: 'Remove support for CRDs from "traefik.containo.us".' + - kind: added + description: 'Add support for CRDs from "traefik.io".' diff --git a/charts/uptime-kuma/README.md b/charts/uptime-kuma/README.md index bfdd5fb1..3e8a6bfb 100644 --- a/charts/uptime-kuma/README.md +++ b/charts/uptime-kuma/README.md @@ -2,7 +2,7 @@ > A Helm chart for Uptime-Kuma -[![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/uptime-kuma/)[![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/uptime-kuma/)[![AppVersion: 1.22.1](https://img.shields.io/badge/AppVersion-1.22.1-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/uptime-kuma/) +[![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/uptime-kuma/)[![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/uptime-kuma/)[![AppVersion: 1.23.3](https://img.shields.io/badge/AppVersion-1.23.3-informational?style=flat-square) ](https://charts.pascaliske.dev/charts/uptime-kuma/) * * diff --git a/charts/uptime-kuma/templates/ingressroute.yaml b/charts/uptime-kuma/templates/ingressroute.yaml index 5f256b0d..59126033 100644 --- a/charts/uptime-kuma/templates/ingressroute.yaml +++ b/charts/uptime-kuma/templates/ingressroute.yaml @@ -1,5 +1,5 @@ {{- if and .Values.ingressRoute.create .Values.service.enabled -}} -apiVersion: traefik.containo.us/v1alpha1 +apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: {{ printf "%s-route" (include "uptime-kuma.fullname" . ) }}