diff --git a/charts/sequencer/Chart.yaml b/charts/sequencer/Chart.yaml index cf08da5..25509b0 100644 --- a/charts/sequencer/Chart.yaml +++ b/charts/sequencer/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.11.4 +version: 0.11.5 # 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/sequencer/templates/ingress.yaml b/charts/sequencer/templates/ingress.yaml index 7c9f063..371a90d 100644 --- a/charts/sequencer/templates/ingress.yaml +++ b/charts/sequencer/templates/ingress.yaml @@ -26,7 +26,6 @@ metadata: {{- end }} {{- end }} {{- else }} - kubernetes.io/ingress.class: nginx {{- end }} spec: {{- if and $ingressSupportsIngressClassName $ingress.ingressClassName }} @@ -103,7 +102,6 @@ metadata: {{- end }} {{- end }} {{- else }} - kubernetes.io/ingress.class: nginx {{- end }} spec: {{- if and $ingressSupportsIngressClassName $ingress.ingressClassName }}