File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: server
3
3
description : A Helm chart for the server component of Amplication
4
4
5
5
type : application
6
- version : 2.0.3
6
+ version : 2.0.4
7
7
appVersion : " 0.0.0"
8
8
9
9
sources :
Original file line number Diff line number Diff line change 1
1
{{- if .Values.ingress.enabled -}}
2
2
{{- $fullName := include "server.fullname" . -}}
3
- {{- $svcPort := .Values.service.port -}}
3
+ {{- $svcPort := .Values.service.port.https -}}
4
4
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
5
5
{{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }}
6
6
{{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}}
You can’t perform that action at this time.
0 commit comments