From c39edb1b3e29a9e38561df25a45f3315fc2f8080 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Wed, 26 Feb 2025 13:26:49 +0200 Subject: [PATCH] Registration API: Fix ingress class name check --- charts/registration-api/Chart.yaml | 2 +- charts/registration-api/templates/registration-api-ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: