Skip to content

Commit

Permalink
[bitnami/minio] Fix rendering of CIDR block list for loadBalancerSour…
Browse files Browse the repository at this point in the history
…ceRanges

Signed-off-by: Andrii Yakovyna <andjakovyna@gmail.com>
  • Loading branch information
YaKalmar0 committed Dec 13, 2024
1 parent 012f6b4 commit d6b5cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitnami/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ maintainers:
name: minio
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/minio
version: 14.10.0
version: 14.10.1
4 changes: 2 additions & 2 deletions bitnami/minio/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ spec:
externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy | quote }}
{{- end }}
{{- if and (eq .Values.service.type "LoadBalancer") .Values.service.loadBalancerSourceRanges }}
loadBalancerSourceRanges: {{ .Values.service.loadBalancerSourceRanges }}
{{ end }}
loadBalancerSourceRanges: {{- toYaml .Values.service.loadBalancerSourceRanges | -nindent 4 }}
{{- end }}
{{- if and (eq .Values.service.type "LoadBalancer") (not (empty .Values.service.loadBalancerIP)) }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}
Expand Down

0 comments on commit d6b5cad

Please sign in to comment.