From df149093aad0036ff7f9e0c3a8d2a91406f27a7a Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 5 Nov 2025 09:56:28 +1300 Subject: [PATCH 1/3] traefik v3 api --- charts/common/templates/middleware-httpBasicAuth.yaml | 2 +- charts/common/templates/middleware-httpWwwRedirect.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/common/templates/middleware-httpBasicAuth.yaml b/charts/common/templates/middleware-httpBasicAuth.yaml index 9763dd1..6845d1b 100644 --- a/charts/common/templates/middleware-httpBasicAuth.yaml +++ b/charts/common/templates/middleware-httpBasicAuth.yaml @@ -11,7 +11,7 @@ stringData: {{ $item }} {{- end }} --- -apiVersion: traefik.containo.us/v1alpha1 +apiVersion: traefik.io/v1alpha1 kind: Middleware metadata: name: {{ $fullName }}-http-basic-auth diff --git a/charts/common/templates/middleware-httpWwwRedirect.yaml b/charts/common/templates/middleware-httpWwwRedirect.yaml index bf5746b..38d1c5e 100644 --- a/charts/common/templates/middleware-httpWwwRedirect.yaml +++ b/charts/common/templates/middleware-httpWwwRedirect.yaml @@ -1,7 +1,7 @@ {{- if .Values.httpWwwRedirect.enabled }} {{- $fullName := include "common.fullname" . -}} --- -apiVersion: traefik.containo.us/v1alpha1 +apiVersion: traefik.io/v1alpha1 kind: Middleware metadata: name: {{ $fullName }}-http-www-redirect From 14a23a97d8b55b457de774fd69995ff867c48b72 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 5 Nov 2025 09:58:45 +1300 Subject: [PATCH 2/3] update chart version --- charts/common/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 6099aeb..96e6344 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.9 +version: 0.2.0-beta # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 9fc40d4e0dd0f6744d121a62706a1c61504546db Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 5 Nov 2025 10:35:49 +1300 Subject: [PATCH 3/3] update version --- charts/common/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 96e6344..a2c28dd 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0-beta +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to