diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 6099aeb..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.1.9 +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 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