[bitnami/kibana] Fix indents in deployment.yaml (#2645)

* [bitnami/kibana] Fix indents in deployment.yaml

* [bitnami/kibana] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
This commit is contained in:
Michał Plebański
2020-05-26 10:08:29 +02:00
committed by GitHub
co-authored by Bitnami Containers Javier J. Salmerón-García
parent e05e2f4deb
commit fe359b2b2a
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -175,14 +175,14 @@ spec:
{{- end }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{- tpl (toYaml .Values.nodeSelector) $ | nindent 6 }}
{{- tpl (toYaml .Values.nodeSelector) $ | nindent 8 }}
{{- end }}
{{- if .Values.affinity }}
affinity:
{{- tpl (toYaml .Values.affinity) $ | nindent 6 }}
{{- tpl (toYaml .Values.affinity) $ | nindent 8 }}
{{- end }}
{{- if .Values.tolerations }}
tolerations:
{{- tpl (toYaml .Values.tolerations) $ | nindent 6 }}
{{- tpl (toYaml .Values.tolerations) $ | nindent 8 }}
{{- end }}
{{- end }}
+1 -1
View File
@@ -14,7 +14,7 @@ global: {}
image:
registry: docker.io
repository: bitnami/kibana
tag: 7.7.0-debian-10-r9
tag: 7.7.0-debian-10-r12
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
+1 -1
View File
@@ -14,7 +14,7 @@ global: {}
image:
registry: docker.io
repository: bitnami/kibana
tag: 7.7.0-debian-10-r9
tag: 7.7.0-debian-10-r12
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images