diff --git a/charts/stable/reverse-proxy/Chart.yaml b/charts/stable/reverse-proxy/Chart.yaml index 195ee4fd..d7906b1c 100644 --- a/charts/stable/reverse-proxy/Chart.yaml +++ b/charts/stable/reverse-proxy/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -version: 2.1.0 +version: 2.1.1 description: Creates ingress reverse-proxies for external hosts with minimum boilerplate name: reverse-proxy appVersion: 1.2.0 diff --git a/charts/stable/reverse-proxy/README.md b/charts/stable/reverse-proxy/README.md index 2a3fd286..b8bdc54a 100644 --- a/charts/stable/reverse-proxy/README.md +++ b/charts/stable/reverse-proxy/README.md @@ -1,6 +1,6 @@ # reverse-proxy -![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) +![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) Creates ingress reverse-proxies for external hosts with minimum boilerplate @@ -98,6 +98,11 @@ N/A All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common#changelog). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.1.1] + +#### Changed + +- Bugfix for ingressclass ### [2.0.0] diff --git a/charts/stable/reverse-proxy/README_CHANGELOG.md.gotmpl b/charts/stable/reverse-proxy/README_CHANGELOG.md.gotmpl index 11e6b867..71e93034 100644 --- a/charts/stable/reverse-proxy/README_CHANGELOG.md.gotmpl +++ b/charts/stable/reverse-proxy/README_CHANGELOG.md.gotmpl @@ -8,6 +8,11 @@ All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common#changelog). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.1.1] + +#### Changed + +- Bugfix for ingressclass ### [2.0.0] diff --git a/charts/stable/reverse-proxy/templates/ingress.yaml b/charts/stable/reverse-proxy/templates/ingress.yaml index bf9078e9..933d3a5e 100644 --- a/charts/stable/reverse-proxy/templates/ingress.yaml +++ b/charts/stable/reverse-proxy/templates/ingress.yaml @@ -15,7 +15,7 @@ metadata: {{- end }} spec: {{- if .ingress.ingressClassName }} - ingressClassName: {{ .ingressClassName }} + ingressClassName: {{ .ingress.ingressClassName }} {{- end }} {{- if .ingress.tls }} tls: