diff --git a/bitnami/elasticsearch/Chart.yaml b/bitnami/elasticsearch/Chart.yaml index dcf8cb0c6..b94387900 100644 --- a/bitnami/elasticsearch/Chart.yaml +++ b/bitnami/elasticsearch/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: elasticsearch -version: 12.0.0 +version: 12.0.1 appVersion: 7.6.2 description: A highly scalable open-source full-text search and analytics engine keywords: diff --git a/bitnami/elasticsearch/values-production.yaml b/bitnami/elasticsearch/values-production.yaml index 9916feefe..91e832776 100644 --- a/bitnami/elasticsearch/values-production.yaml +++ b/bitnami/elasticsearch/values-production.yaml @@ -19,7 +19,7 @@ global: image: registry: docker.io repository: bitnami/elasticsearch - tag: 7.6.2-debian-10-r25 + tag: 7.6.2-debian-10-r30 ## 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 @@ -548,7 +548,7 @@ curator: image: registry: docker.io repository: bitnami/elasticsearch-curator - tag: 5.8.1-debian-10-r87 + tag: 5.8.1-debian-10-r91 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -713,7 +713,7 @@ metrics: image: registry: docker.io repository: bitnami/elasticsearch-exporter - tag: 1.1.0-debian-10-r86 + tag: 1.1.0-debian-10-r90 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/elasticsearch/values.yaml b/bitnami/elasticsearch/values.yaml index e25a11fc2..aad251806 100644 --- a/bitnami/elasticsearch/values.yaml +++ b/bitnami/elasticsearch/values.yaml @@ -19,7 +19,7 @@ global: image: registry: docker.io repository: bitnami/elasticsearch - tag: 7.6.2-debian-10-r25 + tag: 7.6.2-debian-10-r30 ## 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 @@ -548,7 +548,7 @@ curator: image: registry: docker.io repository: bitnami/elasticsearch-curator - tag: 5.8.1-debian-10-r87 + tag: 5.8.1-debian-10-r91 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -713,7 +713,7 @@ metrics: image: registry: docker.io repository: bitnami/elasticsearch-exporter - tag: 1.1.0-debian-10-r86 + tag: 1.1.0-debian-10-r90 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.