File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ type: application
66# This is the chart version. This version number should be incremented each time you make changes
77# to the chart and its templates, including the app version.
88# Versions are expected to follow Semantic Versioning (https://semver.org/)
9- version : 1.5.0
9+ version : 1.5.1
1010annotations :
1111 artifacthub.io/changes : |
12- - kind: added
13- description: "Added HTTPRoute support for Gateway API ."
12+ - kind: fixed
13+ description: "Fixed port of Ingress ."
1414
1515# This is the version number of the application being deployed. This version number should be
1616# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11{{- if .Values.ingress.enabled -}}
22{{- $fullName := include "webclient.fullname" . -}}
3+ {{- $svcPort := .Values.service.port -}}
34apiVersion : networking.k8s.io/v1
45kind : Ingress
56metadata :
3334 service :
3435 name : {{ $fullName }}
3536 port :
36- number : {{ .Values.service.port }}
37+ number : {{ $svcPort }}
3738 {{- end }}
3839{{- end }}
You can’t perform that action at this time.
0 commit comments