File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ type: application
15
15
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
- version : 0.1.3
18
+ version : 0.1.4
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application.
22
- appVersion : 1.1.1
22
+ appVersion : 1.1.2
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ metadata:
24
24
{{- toYaml . | nindent 4 }}
25
25
{{- end }}
26
26
spec :
27
+ {{- if and ( hasKey .Values.ingress "className" ) ( and .Values.ingress.className (semverCompare ">=1.18-0" $root.Capabilities.KubeVersion.GitVersion) ) }}
28
+ ingressClassName : {{ .Values.ingress.className }}
29
+ {{- end }}
27
30
{{- if .Values.ingress.tls }}
28
31
tls :
29
32
{{- range .Values.ingress.tls }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
7
7
image :
8
8
repository : elkozmon/zoonavigator
9
- tag : 1.1.1
9
+ tag : 1.1.2
10
10
pullPolicy : IfNotPresent
11
11
12
12
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments