From 1bc51409942afa0c26619893dddf2e7a712f621c Mon Sep 17 00:00:00 2001 From: sachinshakya507 Date: Mon, 19 Aug 2024 15:56:15 +0545 Subject: [PATCH] push --- helm/web-service/Chart.yaml | 2 +- helm/web-service/templates/httpRoute.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: