Skip to content

Commit

Permalink
[bitnami/minio] Fix syntax error in template (#6198)
Browse files Browse the repository at this point in the history
* [bitnami/minio] Fix syntax error in template

* Bump version

Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
  • Loading branch information
miguelaeh authored Apr 23, 2021
1 parent 87d78cb commit 570e5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitnami/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ name: minio
sources:
- https://github.com/bitnami/bitnami-docker-minio
- https://min.io
version: 6.7.4
version: 6.7.5
2 changes: 1 addition & 1 deletion bitnami/minio/templates/gateway/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
fsGroup: {{ .Values.securityContext.fsGroup }}
{{- end }}
{{- if .Values.initContainers }}
initContainers: {- include "common.tplvalues.render" (dict "value" .Values.initContainers "context" $) | nindent 8 }}
initContainers: {{- include "common.tplvalues.render" (dict "value" .Values.initContainers "context" $) | nindent 8 }}
{{- end }}
containers:
- name: minio
Expand Down

0 comments on commit 570e5b8

Please sign in to comment.