[bitnami/elasticsearch] Bump major version (#6022)

* [bitnami/elasticsearch] Bump major version

- Elasticsearch container includes X-Pack.
- Elasticsearch component is now licensed under the Elastic License that is not currently accepted as an Open Source license by the Open Source Initiative (OSI).

* Update README.md

* Update README.md

* [bitnami/elasticsearch] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Andrés Bono
2021-04-07 11:42:23 +02:00
committed by GitHub
parent 3882ba8ab3
commit bc1fd400de
4 changed files with 18 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.4.1
version: 1.4.2
- name: kibana
repository: https://charts.bitnami.com/bitnami
version: 7.2.4
digest: sha256:f517a3c7a26bde235283c84fcd5471d975efd0b99d3726eb770efb803c46fe5d
generated: "2021-03-18T10:14:50.80464015+01:00"
version: 8.0.0
digest: sha256:dde5c1a73e02bd3f03d933c2d6a34703affc15caac0ec97c41f3165037fcbb09
generated: "2021-04-07T07:51:00.80975257Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: Analytics
apiVersion: v2
appVersion: 7.10.2
appVersion: 7.12.0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
@@ -11,7 +11,7 @@ dependencies:
- condition: global.kibanaEnabled
name: kibana
repository: https://charts.bitnami.com/bitnami
version: 7.x.x
version: 8.x.x
description: A highly scalable open-source full-text search and analytics engine
engine: gotpl
home: https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch
@@ -25,4 +25,4 @@ name: elasticsearch
sources:
- https://github.com/bitnami/bitnami-docker-elasticsearch
- https://www.elastic.co/products/elasticsearch
version: 14.5.3
version: 15.0.0

View File

@@ -436,6 +436,14 @@ Find more information about how to deal with common errors related to Bitnami
## Upgrading
### To 15.0.0
From this version onwards, Elasticsearch container components are now licensed under the [Elastic License](https://www.elastic.co/licensing/elastic-license) that is not currently accepted as an Open Source license by the Open Source Initiative (OSI).
Also, from now on, the Helm Chart will include the X-Pack plugin installed by default.
Regular upgrade is compatible from previous versions.
### To 14.0.0
This version standardizes the way of defining Ingress rules in the Kibana subchart. When configuring a single hostname for the Ingress rule, set the `kibana.ingress.hostname` value. When defining more than one, set the `kibana.ingress.extraHosts` array. Apart from this case, no issues are expected to appear when upgrading.

View File

@@ -19,7 +19,7 @@ global:
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 7.10.2-debian-10-r59
tag: 7.12.0-debian-10-r1
## 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
@@ -847,7 +847,7 @@ curator:
image:
registry: docker.io
repository: bitnami/elasticsearch-curator
tag: 5.8.3-debian-10-r91
tag: 5.8.3-debian-10-r110
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -1073,7 +1073,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/elasticsearch-exporter
tag: 1.1.0-debian-10-r387
tag: 1.1.0-debian-10-r405
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.