[bitnami/kibana] Updated the auth URL for Elasticsearch (#9428)

* Updated the URL to a newer one

Signed-off-by: alukic <alukic@vmware.com>

* Removed a new line

Signed-off-by: alukic <alukic@vmware.com>

* Bumped chart version

Signed-off-by: alukic <alukic@vmware.com>
This commit is contained in:
superaleks
2022-03-16 08:54:31 +01:00
committed by GitHub
parent 9c5a02c5da
commit ea68c79ba0
2 changed files with 2 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ name: kibana
sources:
- https://github.com/bitnami/bitnami-docker-kibana
- https://www.elastic.co/products/kibana
version: 9.3.8
version: 9.3.9

View File

@@ -42,7 +42,7 @@ Replacing "YOUR_ES_HOST" and "YOUR_ES_PORT" placeholders by the proper values of
{{- if or .Values.ingress.enabled (contains "NodePort" .Values.service.type) (contains "LoadBalancer" .Values.service.type) }}
WARNING: Kibana is externally accessible from the cluster but the dashboard does not contain authentication mechanisms. Make sure you follow the authentication guidelines in your Elastic stack.
+info https://www.elastic.co/guide/en/elastic-stack-overview/current/setting-up-authentication.html
+info https://www.elastic.co/guide/en/elasticsearch/reference/current/setting-up-authentication.html
{{- end }}
{{- if .Values.metrics.enabled }}