File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 2.4.0
18+ version : 2.4.1
1919annotations :
2020 artifacthub.io/changes : |
21- - kind: added
22- description: "added optional HTTPRoute for Gateway API "
21+ - kind: fix
22+ description: "fix service Port of httproute "
2323
2424# This is the version number of the application being deployed. This version number should be
2525# 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.httpRoute.enabled -}}
22{{- $fullName := include "sophora-importer.fullname" . -}}
3- {{- $svcPort := .Values.service.port -}}
3+ {{- $svcPort := .Values.service.httpPort -}}
44apiVersion : gateway.networking.k8s.io/v1
55kind : HTTPRoute
66metadata :
You can’t perform that action at this time.
0 commit comments