File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ maintainers:
34
34
name : minio
35
35
sources :
36
36
- https://github.com/bitnami/charts/tree/main/bitnami/minio
37
- version : 12.8.7
37
+ version : 12.8.8
Original file line number Diff line number Diff line change 45
45
{{- if .Values.apiIngress.extraRules }}
46
46
{{- include "common.tplvalues.render" (dict "value" .Values.apiIngress.extraRules "context" $) | nindent 4 }}
47
47
{{- end }}
48
- {{- if or (and .Values.apiIngress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" $annotations )) .Values.apiIngress.selfSigned)) .Values.apiIngress.extraTls }}
48
+ {{- $annotationsMap := include "common.tplvalues.render" (dict "value" $annotations "context" $) | fromYaml }}
49
+ {{- if or (and .Values.apiIngress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" $annotationsMap )) .Values.apiIngress.selfSigned)) .Values.apiIngress.extraTls }}
49
50
tls :
50
- {{- if and .Values.apiIngress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" $annotations )) .Values.apiIngress.selfSigned) }}
51
+ {{- if and .Values.apiIngress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" $annotationsMap )) .Values.apiIngress.selfSigned) }}
51
52
- hosts :
52
53
- {{ include "minio.apiIngress.hostname" . }}
53
54
secretName : {{ printf "%s-tls" (include "minio.apiIngress.hostname" .) }}
Original file line number Diff line number Diff line change 45
45
{{- if .Values.ingress.extraRules }}
46
46
{{- include "common.tplvalues.render" (dict "value" .Values.ingress.extraRules "context" $) | nindent 4 }}
47
47
{{- end }}
48
- {{- if or (and .Values.ingress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" $annotations )) .Values.ingress.selfSigned)) .Values.ingress.extraTls }}
48
+ {{- $annotationsMap := include "common.tplvalues.render" (dict "value" $annotations "context" $) | fromYaml }}
49
+ {{- if or (and .Values.ingress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" $annotationsMap )) .Values.ingress.selfSigned)) .Values.ingress.extraTls }}
49
50
tls :
50
- {{- if and .Values.ingress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" $annotations )) .Values.ingress.selfSigned) }}
51
+ {{- if and .Values.ingress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" $annotationsMap )) .Values.ingress.selfSigned) }}
51
52
- hosts :
52
53
- {{ include "minio.ingress.hostname" . }}
53
54
secretName : {{ printf "%s-tls" (include "minio.ingress.hostname" .) }}
You can’t perform that action at this time.
0 commit comments