[bitnami/elasticsearch] Fix volumePermissions image bug (#6054)

* Fix volumePermissions image bug

* Bump version
This commit is contained in:
C.YAO
2021-04-09 20:01:08 +08:00
committed by GitHub
parent f88bb46978
commit c8c4dcf2d6
2 changed files with 2 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ name: elasticsearch
sources:
- https://github.com/bitnami/bitnami-docker-elasticsearch
- https://www.elastic.co/products/elasticsearch
version: 15.1.0
version: 15.1.1

View File

@@ -151,7 +151,7 @@ Return the proper Docker Image Registry Secret Names
Return the proper image name (for the init container volume-permissions image)
*/}}
{{- define "elasticsearch.volumePermissions.image" -}}
{{ include "common.images.image" (dict "imageRoot" .Values.volumePermissions "global" .Values.global) }}
{{ include "common.images.image" (dict "imageRoot" .Values.volumePermissions.image "global" .Values.global) }}
{{- end -}}
{{/*