diff --git a/helm/web-service/Chart.yaml b/helm/web-service/Chart.yaml index 39983ac..63046a5 100644 --- a/helm/web-service/Chart.yaml +++ b/helm/web-service/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.21 +version: 2.0.22 # 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/helm/web-service/templates/httpRoute.yaml b/helm/web-service/templates/httpRoute.yaml index 847b489..2703c32 100644 --- a/helm/web-service/templates/httpRoute.yaml +++ b/helm/web-service/templates/httpRoute.yaml @@ -1,9 +1,9 @@ {{- if .Values.httpRoute.enabled -}} -{{- $fullName := include "service.fullname" . -}} +{{- $fullName := include "web-service.fullname" . -}} apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: - name: {{ $fullname }} + name: {{ $fullName }} labels: {{- include "web-service.labels" . | nindent 4 }} spec: