diff --git a/charts/hubone/Chart.yaml b/charts/hubone/Chart.yaml index 91b77a9..2bd4011 100644 --- a/charts/hubone/Chart.yaml +++ b/charts/hubone/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: 3.0.1 +version: 3.0.2 # 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/hubone/templates/route.yaml b/charts/hubone/templates/route.yaml index 78d64af..7659eed 100644 --- a/charts/hubone/templates/route.yaml +++ b/charts/hubone/templates/route.yaml @@ -16,5 +16,5 @@ spec: rules: - backendRefs: - name: {{ $fullName }} - port: {{ $svcPort }} + port: {{ $svcPort }} {{- end }}