File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : library-chart
3- version : 1.5.44
3+ version : 1.5.45
44type : library
Original file line number Diff line number Diff line change 33*/ }}
44{{- define " library-chart.capabilities.kubeVersion" -}}
55{{- if .Values.global }}
6- {{- if .Values.global.kubeVersion }}
6+ {{- if ( .Values.global ) .kubeVersion }}
77 {{- .Values.global.kubeVersion -}}
88 {{- else }}
99 {{- default .Capabilities.KubeVersion.Version .Values.kubeVersion -}}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ acme.cert-manager.io/http01-ingress-class: {{ .Values.ingress.ingressClassName }
3939{ {/* Template to generate a standard Ingress */} }
4040{ {- define " library-chart.ingress" -} }
4141{ {- if .Values.ingress.enabled -} }
42- { {- if or .Values.autoscaling.enabled (not .Values.global.suspend) } }
42+ { {- if or .Values.autoscaling.enabled (not ( .Values.global) .suspend) } }
4343{ {- $fullName := include " library-chart.fullname" . -} }
4444{ {- $svcPort := .Values.networking.service.port -} }
4545apiVersion: networking.k8s.io/v1
8080{ {/* Template to generate a custom Ingress */} }
8181{ {- define " library-chart.ingressUser" -} }
8282{ {- if .Values.ingress.enabled -} }
83- { {- if or .Values.autoscaling.enabled (not .Values.global.suspend) } }
83+ { {- if or .Values.autoscaling.enabled (not ( .Values.global) .suspend) } }
8484{ {- if and .Values.networking.user .Values.networking.user.enabled -} }
8585{ {- $userPorts := list -} }
8686{ {- if or .Values.networking.user.ports .Values.networking.user.port -} }
Original file line number Diff line number Diff line change 22
33{ {/* Template to generate a Service */} }
44{ {- define " library-chart.service" -} }
5- { {- if or .Values.autoscaling.enabled (not .Values.global.suspend) } }
5+ { {- if or .Values.autoscaling.enabled (not ( .Values.global) .suspend) } }
66{ {- $userPorts := list -} }
77{ {- if and .Values.networking.user .Values.networking.user.enabled (or .Values.networking.user.ports .Values.networking.user.port) -} }
88{ {- $userPorts = .Values.networking.user.ports | default (list .Values.networking.user.port) -} }
You can’t perform that action at this time.
0 commit comments