diff --git a/charts/registration-api/Chart.yaml b/charts/registration-api/Chart.yaml index 859f113..063286f 100644 --- a/charts/registration-api/Chart.yaml +++ b/charts/registration-api/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: 2.0.0-beta2 +version: 2.0.0-dev8 # 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/registration-api/templates/registration-api-ingress.yaml b/charts/registration-api/templates/registration-api-ingress.yaml index 9a15d0a..05ffc15 100644 --- a/charts/registration-api/templates/registration-api-ingress.yaml +++ b/charts/registration-api/templates/registration-api-ingress.yaml @@ -23,7 +23,7 @@ metadata: {{- end }} {{- end }} spec: - {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} + {{- if and .Values.ingress.class (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} ingressClassName: {{ .Values.ingress.class }} {{- end }} rules: