diff --git a/.vib/jupyterhub/cypress/cypress.config.js b/.vib/jupyterhub/cypress/cypress.config.js
index b78ed1f426f5b4..6cc93310b4c5fc 100644
--- a/.vib/jupyterhub/cypress/cypress.config.js
+++ b/.vib/jupyterhub/cypress/cypress.config.js
@@ -8,4 +8,5 @@ module.exports = {
setupNodeEvents(on, config) {},
baseUrl: 'http://localhost/',
},
+ retries: 5
}
diff --git a/.vib/jupyterhub/cypress/cypress/e2e/jupyterhub.cy.js b/.vib/jupyterhub/cypress/cypress/e2e/jupyterhub.cy.js
index 01e6044536abda..53d9ef1d86e474 100644
--- a/.vib/jupyterhub/cypress/cypress/e2e/jupyterhub.cy.js
+++ b/.vib/jupyterhub/cypress/cypress/e2e/jupyterhub.cy.js
@@ -11,6 +11,7 @@ it('allows to upload and execute a python notebook', () => {
const notebookName = `notebook_template_${random}.ipynb`;
const userName = Cypress.env('username');
+ cy.clearCookies()
cy.login();
cy.visit(`/user/${userName}/tree/tmp`);
cy.contains('Upload').should('be.visible');
@@ -29,6 +30,7 @@ it('allows to upload and execute a python notebook', () => {
it('allows generating an API token', () => {
cy.session('test_token', () => {
+ cy.clearCookies()
cy.login();
cy.visit('/hub/token');
// We need to wait until the background API request is finished
diff --git a/.vib/jupyterhub/cypress/cypress/support/commands.js b/.vib/jupyterhub/cypress/cypress/support/commands.js
index 958d94042f0f49..c1d10b6f00dd74 100644
--- a/.vib/jupyterhub/cypress/cypress/support/commands.js
+++ b/.vib/jupyterhub/cypress/cypress/support/commands.js
@@ -20,13 +20,13 @@ for (const command of ['click']) {
Cypress.Commands.add(
'login',
(username = Cypress.env('username'), password = Cypress.env('password')) => {
- cy.visit('/hub/login');
+ cy.visit('/');
cy.get('#username_input').type(username);
cy.get('#password_input').type(password);
cy.get('#login_submit').click();
// The authentication is not completed until the page is rendered
// Accessing the for the first time may take extra-time: "Your server is starting up"
- cy.contains('Launcher', {timeout: 120000});
+ cy.contains('Launcher', {timeout: 60000});
}
);
diff --git a/bitnami/airflow/CHANGELOG.md b/bitnami/airflow/CHANGELOG.md
index 27ee21ae3f14ee..300e062154e884 100644
--- a/bitnami/airflow/CHANGELOG.md
+++ b/bitnami/airflow/CHANGELOG.md
@@ -1,8 +1,17 @@
# Changelog
-## 18.2.1 (2024-05-27)
+## 18.2.3 (2024-06-05)
-* [bitnami/airflow] Fix Airflow k8s config generation in the initContainer and filesystem writability ([#26341](https://github.com/bitnami/charts/pull/26341))
+* [bitnami/airflow] Bump chart version ([#26818](https://github.com/bitnami/charts/pull/26818))
+
+## 18.2.2 (2024-06-05)
+
+* [bitnami/airflow] Bump chart version (#26760) ([96556e4](https://github.com/bitnami/charts/commit/96556e4ba1f5f72b6092ab7895235c2ba1fb9a13)), closes [#26760](https://github.com/bitnami/charts/issues/26760)
+
+## 18.2.1 (2024-05-30)
+
+* [bitnami/airflow] feat: :sparkles: :lock: Add warning when original images are replaced (#26172) ([7e78942](https://github.com/bitnami/charts/commit/7e78942907eef861e3b06c23be93c32037aca391)), closes [#26172](https://github.com/bitnami/charts/issues/26172)
+* [bitnami/airflow] Fix Airflow k8s config generation in the initContainer and filesystem writability ([b21c6f4](https://github.com/bitnami/charts/commit/b21c6f4ad75320fa613d6f9d0523d696ae241959)), closes [#26341](https://github.com/bitnami/charts/issues/26341)
## 18.2.0 (2024-05-21)
diff --git a/bitnami/airflow/Chart.lock b/bitnami/airflow/Chart.lock
index 0df1b99b30e3eb..c01942665c4a4d 100644
--- a/bitnami/airflow/Chart.lock
+++ b/bitnami/airflow/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.3.4
+ version: 19.5.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.3.5
+ version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:633b7efcc7d7cfc2a74f8072a0857b604a8acd3a65837e8ac1d791ac8e2b68b4
-generated: "2024-05-21T13:05:44.799030153+02:00"
+digest: sha256:dbc7fccac12ae5ed50716c30e49e3fe68991360135dfeaf3c2a4fd45d82c82cf
+generated: "2024-06-05T15:01:51.69405+02:00"
diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml
index 7586dcdb5237a2..ea6195bd0a17f4 100644
--- a/bitnami/airflow/Chart.yaml
+++ b/bitnami/airflow/Chart.yaml
@@ -20,31 +20,31 @@ annotations:
apiVersion: v2
appVersion: 2.9.1
dependencies:
-- condition: redis.enabled
- name: redis
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.x.x
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: redis.enabled
+ name: redis
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 19.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Apache Airflow is a tool to express and execute workflows as directed acyclic graphs (DAGs). It includes utilities to schedule tasks, monitor task progress and handle task dependencies.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/airflow/img/airflow-stack-220x234.png
keywords:
-- apache
-- airflow
-- workflow
-- dag
+ - apache
+ - airflow
+ - workflow
+ - dag
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: airflow
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/airflow
-version: 18.2.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/airflow
+version: 18.2.3
diff --git a/bitnami/apisix/CHANGELOG.md b/bitnami/apisix/CHANGELOG.md
index 43ac7fdc85c28b..db6f7f72c47bcb 100644
--- a/bitnami/apisix/CHANGELOG.md
+++ b/bitnami/apisix/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 3.1.1 (2024-05-22)
+## 3.1.3 (2024-06-05)
-* [bitnami/apisix] Use different liveness/readiness probes ([#26337](https://github.com/bitnami/charts/pull/26337))
+* [bitnami/apisix] Bump chart version ([#26819](https://github.com/bitnami/charts/pull/26819))
+
+## 3.1.2 (2024-06-05)
+
+* [bitnami/apisix] Bump chart version (#26761) ([85c6bf2](https://github.com/bitnami/charts/commit/85c6bf23151bdd8fc4a651152959fb05fed024ec)), closes [#26761](https://github.com/bitnami/charts/issues/26761)
+
+## 3.1.1 (2024-05-23)
+
+* [bitnami/apisix] Use different liveness/readiness probes (#26337) ([b9e533c](https://github.com/bitnami/charts/commit/b9e533cb5bc8ee31882457136c00e4d253941797)), closes [#26337](https://github.com/bitnami/charts/issues/26337)
## 3.1.0 (2024-05-21)
diff --git a/bitnami/apisix/Chart.lock b/bitnami/apisix/Chart.lock
index 3944604eaf3080..22613eb8f8352a 100644
--- a/bitnami/apisix/Chart.lock
+++ b/bitnami/apisix/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
- version: 10.1.0
+ version: 10.1.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:49e467e0f8013df87e6183f90612ff1322a54918c16f57fa47e04ed8d3fc2930
-generated: "2024-05-22T16:02:07.897582+02:00"
+digest: sha256:60c485540ebde9aac60f509d6db021cebeeb5ae1ea24cd28425262be007393ad
+generated: "2024-06-05T15:02:00.688905+02:00"
diff --git a/bitnami/apisix/Chart.yaml b/bitnami/apisix/Chart.yaml
index 1a93df7ab60875..56fbc4c270d6a6 100644
--- a/bitnami/apisix/Chart.yaml
+++ b/bitnami/apisix/Chart.yaml
@@ -16,33 +16,33 @@ annotations:
apiVersion: v2
appVersion: 3.9.1
dependencies:
-- name: etcd
- repository: oci://registry-1.docker.io/bitnamicharts
- condition: etcd.enabled
- version: 10.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - name: etcd
+ repository: oci://registry-1.docker.io/bitnamicharts
+ condition: etcd.enabled
+ version: 10.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Apache APISIX is high-performance, real-time API Gateway. Features load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, amongst others.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/apisix/img/apisix-stack-220x234.png
keywords:
-- apisix
-- ingress
-- openresty
-- controller
-- http
-- web
-- www
-- reverse proxy
+ - apisix
+ - ingress
+ - openresty
+ - controller
+ - http
+ - web
+ - www
+ - reverse proxy
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: apisix
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/apisix
-- https://github.com/bitnami/charts/tree/main/bitnami/apisix-dashboard
-- https://github.com/bitnami/charts/tree/main/bitnami/apisix-ingress-controller
-version: 3.1.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/apisix
+ - https://github.com/bitnami/charts/tree/main/bitnami/apisix-dashboard
+ - https://github.com/bitnami/charts/tree/main/bitnami/apisix-ingress-controller
+version: 3.1.3
diff --git a/bitnami/appsmith/CHANGELOG.md b/bitnami/appsmith/CHANGELOG.md
index e9e08a56394cc8..7526a2c4910e1e 100644
--- a/bitnami/appsmith/CHANGELOG.md
+++ b/bitnami/appsmith/CHANGELOG.md
@@ -1,8 +1,20 @@
# Changelog
-## 3.3.0 (2024-05-24)
+## 3.3.3 (2024-06-05)
-* [bitnami/appsmith] Enable PodDisruptionBudgets ([#26410](https://github.com/bitnami/charts/pull/26410))
+* [bitnami/appsmith] Bump chart version ([#26820](https://github.com/bitnami/charts/pull/26820))
+
+## 3.3.2 (2024-06-05)
+
+* [bitnami/appsmith] Release 3.3.2 (#26813) ([bdadb29](https://github.com/bitnami/charts/commit/bdadb29000813c97e0de13211fea29a799d18ad2)), closes [#26813](https://github.com/bitnami/charts/issues/26813)
+
+## 3.3.1 (2024-06-05)
+
+* [bitnami/appsmith] Bump chart version (#26762) ([aad49d4](https://github.com/bitnami/charts/commit/aad49d465f802301cb0529bb42243a451e62a20b)), closes [#26762](https://github.com/bitnami/charts/issues/26762)
+
+## 3.3.0 (2024-06-03)
+
+* [bitnami/appsmith] Enable PodDisruptionBudgets (#26410) ([fc66381](https://github.com/bitnami/charts/commit/fc66381315382c4d51cd617840c5d606c9940f48)), closes [#26410](https://github.com/bitnami/charts/issues/26410)
## 3.2.2 (2024-05-24)
diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock
index 175a6c30aefa1b..5b6c2d5fdf1a37 100644
--- a/bitnami/appsmith/Chart.lock
+++ b/bitnami/appsmith/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.5.0
+ version: 19.5.1
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.6.0
+ version: 15.6.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:8216481ca2a4d5ad9cc0019aeeb73393d720d6ff7b8b29dc908611dcbf4c4c9c
-generated: "2024-05-24T16:49:57.748946+02:00"
+digest: sha256:9b1933d632bdf59236ff9bcceb30725addae42532f910c7a2628bda12933874d
+generated: "2024-06-05T11:42:03.095362377Z"
diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml
index d5ac4e67f12ada..6848c3a10a953e 100644
--- a/bitnami/appsmith/Chart.yaml
+++ b/bitnami/appsmith/Chart.yaml
@@ -8,35 +8,35 @@ annotations:
- name: appsmith
image: docker.io/bitnami/appsmith:1.26.0-debian-12-r0
- name: haproxy
- image: docker.io/bitnami/haproxy:2.9.7-debian-12-r5
+ image: docker.io/bitnami/haproxy:3.0.0-debian-12-r0
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r21
+ image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
appVersion: 1.26.0
dependencies:
-- condition: redis.enabled
- name: redis
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.x.x
-- condition: mongodb.enabled
- name: mongodb
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: redis.enabled
+ name: redis
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 19.x.x
+ - condition: mongodb.enabled
+ name: mongodb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Appsmith is an open source platform for building and maintaining internal tools, such as custom dashboards, admin panels or CRUD apps.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/appsmith/img/appsmith-stack-220x234.png
keywords:
-- development
-- dashboards
+ - development
+ - dashboards
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: appsmith
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
-version: 3.3.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/appsmith
+version: 3.3.3
diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml
index e9c90b54ea086c..17d48be4f2935f 100644
--- a/bitnami/appsmith/values.yaml
+++ b/bitnami/appsmith/values.yaml
@@ -860,7 +860,7 @@ backend:
image:
registry: docker.io
repository: bitnami/haproxy
- tag: 2.9.7-debian-12-r5
+ tag: 3.0.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1555,7 +1555,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r21
+ tag: 12-debian-12-r22
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
diff --git a/bitnami/argo-cd/CHANGELOG.md b/bitnami/argo-cd/CHANGELOG.md
index 9d6a249c2858c4..32f132a6bb7502 100644
--- a/bitnami/argo-cd/CHANGELOG.md
+++ b/bitnami/argo-cd/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 6.4.1 (2024-06-04)
+## 6.4.3 (2024-06-05)
-* [bitnami/argo-cd] Release 6.4.1 ([#26720](https://github.com/bitnami/charts/pull/26720))
+* [bitnami/argo-cd] Bump chart version ([#26821](https://github.com/bitnami/charts/pull/26821))
+
+## 6.4.2 (2024-06-05)
+
+* [bitnami/argo-cd] Bump chart version (#26763) ([179050f](https://github.com/bitnami/charts/commit/179050f2fa0e8c5e661213c6e9690d628cac4bd6)), closes [#26763](https://github.com/bitnami/charts/issues/26763)
+
+## 6.4.1 (2024-06-05)
+
+* [bitnami/argo-cd] Release 6.4.1 (#26720) ([834b448](https://github.com/bitnami/charts/commit/834b4487c5e0d2356625ecc2923ee02865b41fb0)), closes [#26720](https://github.com/bitnami/charts/issues/26720)
## 6.4.0 (2024-05-30)
diff --git a/bitnami/argo-cd/Chart.yaml b/bitnami/argo-cd/Chart.yaml
index c86837705516d3..ae15b7079ce549 100644
--- a/bitnami/argo-cd/Chart.yaml
+++ b/bitnami/argo-cd/Chart.yaml
@@ -16,27 +16,27 @@ annotations:
apiVersion: v2
appVersion: 2.11.2
dependencies:
-- condition: redis.enabled
- name: redis
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: redis.enabled
+ name: redis
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 19.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Argo CD is a continuous delivery tool for Kubernetes based on GitOps.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/argo-cd/img/argo-cd-stack-220x234.png
keywords:
-- Continuous delivery
-- Continuous deployment
-- Devops
-- Kubernetes
+ - Continuous delivery
+ - Continuous deployment
+ - Devops
+ - Kubernetes
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: argo-cd
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
-version: 6.4.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
+version: 6.4.3
diff --git a/bitnami/argo-workflows/CHANGELOG.md b/bitnami/argo-workflows/CHANGELOG.md
index 6daa97de572aa6..eaf8239311090e 100644
--- a/bitnami/argo-workflows/CHANGELOG.md
+++ b/bitnami/argo-workflows/CHANGELOG.md
@@ -1,8 +1,20 @@
# Changelog
-## 9.0.2 (2024-06-04)
+## 9.1.1 (2024-06-05)
-* [bitnami/argo-workflows] Release 9.0.2 ([#26719](https://github.com/bitnami/charts/pull/26719))
+* [bitnami/argo-workflows] Bump chart version ([#26822](https://github.com/bitnami/charts/pull/26822))
+
+## 9.1.0 (2024-06-05)
+
+* [bitnami/argo-workflows] Enable PodDisruptionBudgets (#26595) ([4a87ecd](https://github.com/bitnami/charts/commit/4a87ecd4fc9fd817655426839843a65f8eda47e5)), closes [#26595](https://github.com/bitnami/charts/issues/26595)
+
+## 9.0.3 (2024-06-05)
+
+* [bitnami/argo-workflows] Bump chart version (#26764) ([3ad8f3b](https://github.com/bitnami/charts/commit/3ad8f3bd66903b2f844698f8bdfd21d58c8a2385)), closes [#26764](https://github.com/bitnami/charts/issues/26764)
+
+## 9.0.2 (2024-06-05)
+
+* [bitnami/argo-workflows] Release 9.0.2 (#26719) ([8935f8c](https://github.com/bitnami/charts/commit/8935f8c7f1736c2ec9134be621e5cfcaf10fe539)), closes [#26719](https://github.com/bitnami/charts/issues/26719)
## 9.0.1 (2024-05-27)
diff --git a/bitnami/argo-workflows/Chart.yaml b/bitnami/argo-workflows/Chart.yaml
index f9cd10214347cb..8871620a211f2b 100644
--- a/bitnami/argo-workflows/Chart.yaml
+++ b/bitnami/argo-workflows/Chart.yaml
@@ -14,32 +14,32 @@ annotations:
apiVersion: v2
appVersion: 3.5.7
dependencies:
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- condition: mysql.enabled
- name: mysql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - condition: mysql.enabled
+ name: mysql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 11.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Argo Workflows is meant to orchestrate Kubernetes jobs in parallel. It uses DAG and step-based workflows
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/argo-workflows/img/argo-workflows-stack-220x234.png
keywords:
-- Devops
-- Kubernetes
-- Jobs
-- Continuous delivery
-- Continous deployment
+ - Devops
+ - Kubernetes
+ - Jobs
+ - Continuous delivery
+ - Continous deployment
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: argo-workflows
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows
-version: 9.0.2
+ - https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows
+version: 9.1.1
diff --git a/bitnami/argo-workflows/README.md b/bitnami/argo-workflows/README.md
index cc6a1808c17da4..ac88e845e6eb63 100644
--- a/bitnami/argo-workflows/README.md
+++ b/bitnami/argo-workflows/README.md
@@ -283,9 +283,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
| `server.auth.sso.scopes` | Scopes requested from the SSO ID provider | `[]` |
| `server.clusterWorkflowTemplates.enabled` | Create ClusterRole and CRB for the controoler to access ClusterWorkflowTemplates | `true` |
| `server.clusterWorkflowTemplates.enableEditing` | Give the server permissions to edit ClusterWorkflowTemplates | `true` |
-| `server.pdb.enabled` | Create Pod Disruption Budget for the server component | `false` |
-| `server.pdb.minAvailable` | Sets the min number of pods availables for the Pod Disruption Budget | `1` |
-| `server.pdb.maxUnavailable` | Sets the max number of pods unavailable for the Pod Disruption Budget | `1` |
+| `server.pdb.enabled` | Create Pod Disruption Budget for the server component | `true` |
+| `server.pdb.minAvailable` | Sets the min number of pods availables for the Pod Disruption Budget | `""` |
+| `server.pdb.maxUnavailable` | Sets the max number of pods unavailable for the Pod Disruption Budget | `""` |
| `server.secure` | Run Argo server in secure mode | `false` |
| `server.baseHref` | Base href of the Argo Workflows deployment | `/` |
| `server.containerPorts.web` | argo Server container port | `2746` |
@@ -407,9 +407,9 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
| `controller.workflowDefaults` | Default Workflow Values | `{}` |
| `controller.logging.level` | Level for the controller logging | `info` |
| `controller.logging.globalLevel` | Global logging level for the controller | `0` |
-| `controller.pdb.enabled` | Create Pod Disruption Budget for the controller component | `false` |
-| `controller.pdb.minAvailable` | Sets the min number of pods availables for the Pod Disruption Budget | `1` |
-| `controller.pdb.maxUnavailable` | Sets the max number of pods unavailable for the Pod Disruption Budget | `1` |
+| `controller.pdb.enabled` | Create Pod Disruption Budget for the controller component | `true` |
+| `controller.pdb.minAvailable` | Sets the min number of pods availables for the Pod Disruption Budget | `""` |
+| `controller.pdb.maxUnavailable` | Sets the max number of pods unavailable for the Pod Disruption Budget | `""` |
| `controller.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `controller.serviceAccount.name` | Name of the service account to use. If not set and create is true, a name is generated using the fullname template. | `""` |
| `controller.serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `false` |
diff --git a/bitnami/argo-workflows/templates/controller/pdb.yaml b/bitnami/argo-workflows/templates/controller/pdb.yaml
index 52f67737f954bb..5e25580a41b6da 100644
--- a/bitnami/argo-workflows/templates/controller/pdb.yaml
+++ b/bitnami/argo-workflows/templates/controller/pdb.yaml
@@ -3,8 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0
*/}}
-{{- $replicaCount := int .Values.controller.replicaCount }}
-{{- if and .Values.controller.pdb.enabled (gt $replicaCount 1) }}
+{{- if .Values.controller.pdb.enabled }}
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
kind: PodDisruptionBudget
metadata:
@@ -21,12 +20,11 @@ metadata:
spec:
{{- if .Values.controller.pdb.minAvailable }}
minAvailable: {{ .Values.controller.pdb.minAvailable }}
- {{- else if .Values.controller.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.controller.pdb.maxUnavailable }}
- {{- else }}
- minAvailable: 0
{{- end }}
- {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.controller.podLabels .Values.commonLabels ) "context" . ) }}
+ {{- if or .Values.controller.pdb.maxUnavailable (not .Values.controller.pdb.minAvailable) }}
+ maxUnavailable: {{ .Values.controller.pdb.maxUnavailable | default 1 }}
+ {{- end }}
+ {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.controller.podLabels .Values.commonLabels $versionLabel ) "context" . ) }}
selector:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
app.kubernetes.io/component: controller
diff --git a/bitnami/argo-workflows/templates/server/pdb.yaml b/bitnami/argo-workflows/templates/server/pdb.yaml
index 081c3f5d6fb8f8..fc331f7950743c 100644
--- a/bitnami/argo-workflows/templates/server/pdb.yaml
+++ b/bitnami/argo-workflows/templates/server/pdb.yaml
@@ -3,8 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0
*/}}
-{{- $replicaCount := int .Values.server.replicaCount }}
-{{- if and .Values.server.enabled .Values.server.pdb.enabled (or (gt $replicaCount 1) .Values.server.autoscaling.enabled) -}}
+{{- if and .Values.server.enabled .Values.server.pdb.enabled -}}
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
kind: PodDisruptionBudget
metadata:
@@ -21,12 +20,11 @@ metadata:
spec:
{{- if .Values.server.pdb.minAvailable }}
minAvailable: {{ .Values.server.pdb.minAvailable }}
- {{- else if .Values.server.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.server.pdb.maxUnavailable }}
- {{- else }}
- minAvailable: 0
{{- end }}
- {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.server.podLabels .Values.commonLabels ) "context" . ) }}
+ {{- if or .Values.server.pdb.maxUnavailable ( not .Values.server.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.server.pdb.maxUnavailable | default 1 }}
+ {{- end }}
+ {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.server.podLabels .Values.commonLabels $versionLabel ) "context" . ) }}
selector:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
app.kubernetes.io/component: server
diff --git a/bitnami/argo-workflows/values.yaml b/bitnami/argo-workflows/values.yaml
index d9c9fe0334e111..92b497fa57eb2c 100644
--- a/bitnami/argo-workflows/values.yaml
+++ b/bitnami/argo-workflows/values.yaml
@@ -289,9 +289,9 @@ server:
## @param server.pdb.maxUnavailable Sets the max number of pods unavailable for the Pod Disruption Budget
##
pdb:
- enabled: false
- minAvailable: 1
- maxUnavailable: 1
+ enabled: true
+ minAvailable: ""
+ maxUnavailable: ""
## Run the argo server in "secure" mode.
## Ref: https://argoproj.github.io/argo-workflows/tls/
## @param server.secure Run Argo server in secure mode
@@ -857,9 +857,9 @@ controller:
## @param controller.pdb.maxUnavailable Sets the max number of pods unavailable for the Pod Disruption Budget
##
pdb:
- enabled: false
- minAvailable: 1
- maxUnavailable: 1
+ enabled: true
+ minAvailable: ""
+ maxUnavailable: ""
## Controller Service Account
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
## @param controller.serviceAccount.create Specifies whether a ServiceAccount should be created
diff --git a/bitnami/aspnet-core/CHANGELOG.md b/bitnami/aspnet-core/CHANGELOG.md
index f8acd55eed1b66..a5fcc3f6a1022d 100644
--- a/bitnami/aspnet-core/CHANGELOG.md
+++ b/bitnami/aspnet-core/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 6.1.2 (2024-06-04)
+## 6.2.0 (2024-06-04)
-* [bitnami/aspnet-core] Bump chart version ([#26621](https://github.com/bitnami/charts/pull/26621))
+* [bitnami/aspnet-core] Enable PodDisruptionBudgets ([#26686](https://github.com/bitnami/charts/pull/26686))
+
+## 6.1.2 (2024-06-04)
+
+* [bitnami/aspnet-core] Bump chart version (#26621) ([2f31401](https://github.com/bitnami/charts/commit/2f31401c926f6f39e7bb4333348cd23c281a6bd9)), closes [#26621](https://github.com/bitnami/charts/issues/26621)
## 6.1.1 (2024-05-29)
diff --git a/bitnami/aspnet-core/Chart.yaml b/bitnami/aspnet-core/Chart.yaml
index e26d2a3ca26b78..eb744587fa1cd1 100644
--- a/bitnami/aspnet-core/Chart.yaml
+++ b/bitnami/aspnet-core/Chart.yaml
@@ -31,4 +31,4 @@ maintainers:
name: aspnet-core
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/aspnet-core
-version: 6.1.2
+version: 6.2.0
diff --git a/bitnami/aspnet-core/README.md b/bitnami/aspnet-core/README.md
index 9775accbb7acae..af7debd6a7a908 100644
--- a/bitnami/aspnet-core/README.md
+++ b/bitnami/aspnet-core/README.md
@@ -304,8 +304,8 @@ For annotations, please see [this document](https://github.com/kubernetes/ingres
| `customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
| `customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
| `customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
-| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
-| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
+| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `autoscaling.enabled` | Enable autoscaling for ASP.NET Core | `false` |
| `autoscaling.minReplicas` | Minimum number of ASP.NET Core replicas | `1` |
diff --git a/bitnami/aspnet-core/templates/pdb.yaml b/bitnami/aspnet-core/templates/pdb.yaml
index 8a74edb9b7b7b2..e34aa458a98c49 100644
--- a/bitnami/aspnet-core/templates/pdb.yaml
+++ b/bitnami/aspnet-core/templates/pdb.yaml
@@ -17,8 +17,8 @@ spec:
{{- if .Values.pdb.minAvailable }}
minAvailable: {{ .Values.pdb.minAvailable }}
{{- end }}
- {{- if .Values.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.pdb.maxUnavailable }}
+ {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/aspnet-core/values.yaml b/bitnami/aspnet-core/values.yaml
index e5bc9b405879b6..8fa9945d286fa2 100644
--- a/bitnami/aspnet-core/values.yaml
+++ b/bitnami/aspnet-core/values.yaml
@@ -369,8 +369,8 @@ customReadinessProbe: {}
## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## ASP.NET Core Autoscaling parameters.
## @param autoscaling.enabled Enable autoscaling for ASP.NET Core
diff --git a/bitnami/cassandra/CHANGELOG.md b/bitnami/cassandra/CHANGELOG.md
index 2b7c6d7665282f..6ef085e0948afd 100644
--- a/bitnami/cassandra/CHANGELOG.md
+++ b/bitnami/cassandra/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 11.2.1 (2024-06-04)
+## 11.3.0 (2024-06-04)
-* [bitnami/cassandra] Bump chart version ([#26622](https://github.com/bitnami/charts/pull/26622))
+* [bitnami/cassandra] Enable PodDisruptionBudgets ([#26687](https://github.com/bitnami/charts/pull/26687))
+
+## 11.2.1 (2024-06-04)
+
+* [bitnami/cassandra] Bump chart version (#26622) ([c46fcac](https://github.com/bitnami/charts/commit/c46fcacea5c0f1e3688fe4c35c3bd79ea68de122)), closes [#26622](https://github.com/bitnami/charts/issues/26622)
## 11.2.0 (2024-05-21)
diff --git a/bitnami/cassandra/Chart.yaml b/bitnami/cassandra/Chart.yaml
index bd957dd490493a..fbcb4aef801116 100644
--- a/bitnami/cassandra/Chart.yaml
+++ b/bitnami/cassandra/Chart.yaml
@@ -32,4 +32,4 @@ maintainers:
name: cassandra
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/cassandra
-version: 11.2.1
+version: 11.3.0
diff --git a/bitnami/cassandra/README.md b/bitnami/cassandra/README.md
index 56e896bcec9489..2e1e646c867598 100644
--- a/bitnami/cassandra/README.md
+++ b/bitnami/cassandra/README.md
@@ -264,8 +264,8 @@ As the image run as non-root by default, it is necessary to adjust the ownership
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for cassandra container | `[]` |
| `initContainers` | Add additional init containers to the cassandra pods | `[]` |
| `sidecars` | Add additional sidecar containers to the cassandra pods | `[]` |
-| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
-| `pdb.minAvailable` | Mininimum number of pods that must still be available after the eviction | `1` |
+| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
+| `pdb.minAvailable` | Mininimum number of pods that must still be available after the eviction | `""` |
| `pdb.maxUnavailable` | Max number of pods that can be unavailable after the eviction | `""` |
| `hostNetwork` | Enable HOST Network | `false` |
| `containerPorts.intra` | Intra Port on the Host and Container | `7000` |
diff --git a/bitnami/cassandra/templates/pdb.yaml b/bitnami/cassandra/templates/pdb.yaml
index 8a74edb9b7b7b2..e34aa458a98c49 100644
--- a/bitnami/cassandra/templates/pdb.yaml
+++ b/bitnami/cassandra/templates/pdb.yaml
@@ -17,8 +17,8 @@ spec:
{{- if .Values.pdb.minAvailable }}
minAvailable: {{ .Values.pdb.minAvailable }}
{{- end }}
- {{- if .Values.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.pdb.maxUnavailable }}
+ {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/cassandra/values.yaml b/bitnami/cassandra/values.yaml
index 4b80f9a99518a1..cb7c494ac11963 100644
--- a/bitnami/cassandra/values.yaml
+++ b/bitnami/cassandra/values.yaml
@@ -430,10 +430,10 @@ sidecars: []
pdb:
## @param pdb.create Enable/disable a Pod Disruption Budget creation
##
- create: false
+ create: true
## @param pdb.minAvailable Mininimum number of pods that must still be available after the eviction
##
- minAvailable: 1
+ minAvailable: ""
## @param pdb.maxUnavailable Max number of pods that can be unavailable after the eviction
##
maxUnavailable: ""
diff --git a/bitnami/clickhouse/CHANGELOG.md b/bitnami/clickhouse/CHANGELOG.md
index 213315027f19f5..083bf1b4ac4b45 100644
--- a/bitnami/clickhouse/CHANGELOG.md
+++ b/bitnami/clickhouse/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 6.2.1 (2024-06-01)
+## 6.2.3 (2024-06-05)
-* [bitnami/clickhouse] Release 6.2.1 ([#26592](https://github.com/bitnami/charts/pull/26592))
+* [bitnami/clickhouse] Bump chart version ([#26823](https://github.com/bitnami/charts/pull/26823))
+
+## 6.2.2 (2024-06-05)
+
+* [bitnami/clickhouse] Bump chart version (#26765) ([b3a9d2b](https://github.com/bitnami/charts/commit/b3a9d2bec8b12e76a570565d378c659dafd73906)), closes [#26765](https://github.com/bitnami/charts/issues/26765)
+
+## 6.2.1 (2024-06-01)
+
+* [bitnami/clickhouse] Release 6.2.1 (#26592) ([f6b1de0](https://github.com/bitnami/charts/commit/f6b1de068bd96fa0e411171dc342c92e1fef9400)), closes [#26592](https://github.com/bitnami/charts/issues/26592)
## 6.2.0 (2024-05-28)
diff --git a/bitnami/clickhouse/Chart.lock b/bitnami/clickhouse/Chart.lock
index d45e6879222b4a..f6bc8d9d82a3b4 100644
--- a/bitnami/clickhouse/Chart.lock
+++ b/bitnami/clickhouse/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
- version: 13.4.0
+ version: 13.4.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:d4cf95ede3f4616d73105423fee2b123c0b9afb19bf552cef106e46152e113a7
-generated: "2024-05-24T18:18:39.965282+02:00"
+digest: sha256:207dbb88735403b2f537d721164d1eccadd845c1be10cb0ca9b57c8c32d00e4d
+generated: "2024-06-05T15:02:25.681442+02:00"
diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml
index 793b5ccd18fb69..e16f932f22be1b 100644
--- a/bitnami/clickhouse/Chart.yaml
+++ b/bitnami/clickhouse/Chart.yaml
@@ -14,25 +14,25 @@ annotations:
apiVersion: v2
appVersion: 24.5.1
dependencies:
-- condition: zookeeper.enabled
- name: zookeeper
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 13.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: zookeeper.enabled
+ name: zookeeper
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 13.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: ClickHouse is an open-source column-oriented OLAP database management system. Use it to boost your database performance while providing linear scalability and hardware efficiency.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/clickhouse/img/clickhouse-stack-220x234.png
keywords:
-- database
-- sharding
+ - database
+ - sharding
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: clickhouse
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
-version: 6.2.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
+version: 6.2.3
diff --git a/bitnami/common/CHANGELOG.md b/bitnami/common/CHANGELOG.md
index 38521318bc2edc..2eaa3aa0563379 100644
--- a/bitnami/common/CHANGELOG.md
+++ b/bitnami/common/CHANGELOG.md
@@ -1,820 +1,561 @@
-## (2024-05-21)
-
-* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359)
+# Changelog
+## 2.20.0 (2024-06-05)
+* [bitnami/common] Capabilities to return latest apiVersion if kubeVersion is undefined ([#26758](https://github.com/bitnami/charts/pull/26758))
## 2.19.3 (2024-05-20)
-* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628)
-* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558)
-* [bitnami/common] feat: :sparkles: Show warning when original images are replaced (#25952) ([855045a](https://github.com/bitnami/charts/commit/855045a)), closes [#25952](https://github.com/bitnami/charts/issues/25952)
-
-
+* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628)
+* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558)
+* [bitnami/common] feat: :sparkles: Show warning when original images are replaced (#25952) ([855045a](https://github.com/bitnami/charts/commit/855045a1a62618154c1216e8da31a4d2c14c7586)), closes [#25952](https://github.com/bitnami/charts/issues/25952)
## 2.19.2 (2024-04-29)
-* [bitnami/common] Simplify syntax to deal with nullable objects (#25446) ([7dcea6a](https://github.com/bitnami/charts/commit/7dcea6a)), closes [#25446](https://github.com/bitnami/charts/issues/25446)
-* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306)
-
-
+* [bitnami/common] Simplify syntax to deal with nullable objects (#25446) ([7dcea6a](https://github.com/bitnami/charts/commit/7dcea6aeb7c45d56bd6175b457bb8a2cddf8defc)), closes [#25446](https://github.com/bitnami/charts/issues/25446)
+* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306)
## 2.19.1 (2024-03-27)
-* [bitnami/common] chore: :wrench: Relax preset resource requests xlarge and 2xlarge instances (#24713 ([fdd93bb](https://github.com/bitnami/charts/commit/fdd93bb)), closes [#24713](https://github.com/bitnami/charts/issues/24713)
-
-
+* [bitnami/common] chore: :wrench: Relax preset resource requests xlarge and 2xlarge instances (#24713 ([fdd93bb](https://github.com/bitnami/charts/commit/fdd93bb2a2f73a7df3e498b5072736a54610a908)), closes [#24713](https://github.com/bitnami/charts/issues/24713)
## 2.19.0 (2024-03-08)
-* [bitnami/common] feat: :sparkles: Remove empty seLinuxOptions in adapted Openshift rendered security ([1f2f5ef](https://github.com/bitnami/charts/commit/1f2f5ef)), closes [#24268](https://github.com/bitnami/charts/issues/24268)
-
-
+* [bitnami/common] feat: :sparkles: Remove empty seLinuxOptions in adapted Openshift rendered security ([1f2f5ef](https://github.com/bitnami/charts/commit/1f2f5ef476efba7f284df0c36c265216325ffda9)), closes [#24268](https://github.com/bitnami/charts/issues/24268)
## 2.18.0 (2024-03-04)
-* [bitnami/common] feat: :sparkles: :lock: Add compatibility support for securityContext in Openshift ([8fb0dd4](https://github.com/bitnami/charts/commit/8fb0dd4)), closes [#24040](https://github.com/bitnami/charts/issues/24040)
-
-
+* [bitnami/common] feat: :sparkles: :lock: Add compatibility support for securityContext in Openshift ([8fb0dd4](https://github.com/bitnami/charts/commit/8fb0dd48b6d7ec69bb59db2376365f6d76b26d97)), closes [#24040](https://github.com/bitnami/charts/issues/24040)
## 2.17.0 (2024-02-20)
-* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602)
-
-
+* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602)
## 2.16.1 (2024-02-19)
-* [bitnami/common] chore: :wrench: Bump ephemeral storage limits (#23564) ([18c4d88](https://github.com/bitnami/charts/commit/18c4d88)), closes [#23564](https://github.com/bitnami/charts/issues/23564)
-
-
+* [bitnami/common] chore: :wrench: Bump ephemeral storage limits (#23564) ([18c4d88](https://github.com/bitnami/charts/commit/18c4d88f7d4ae93f36d0896fa66dbe872bba1c48)), closes [#23564](https://github.com/bitnami/charts/issues/23564)
## 2.16.0 (2024-02-15)
-* [bitnami/common] feat: :sparkles: Add ephemeral-storage to resources preset (#23544) ([23b6856](https://github.com/bitnami/charts/commit/23b6856)), closes [#23544](https://github.com/bitnami/charts/issues/23544)
-
-
+* [bitnami/common] feat: :sparkles: Add ephemeral-storage to resources preset (#23544) ([23b6856](https://github.com/bitnami/charts/commit/23b68563a0e2e721aa07864cff1b877e1d074388)), closes [#23544](https://github.com/bitnami/charts/issues/23544)
## 2.15.3 (2024-02-14)
-* [bitnami/common] chore: :pencil2: Fix typo in comment ([d07fb32](https://github.com/bitnami/charts/commit/d07fb32))
-
-
+* [bitnami/common] chore: :pencil2: Fix typo in comment ([d07fb32](https://github.com/bitnami/charts/commit/d07fb324bd6455bf8607f66c642ff346443199ba))
## 2.15.2 (2024-02-14)
-* [bitnami/common] fix: :children_crossing: Improve resource warning message (#23425) ([7593e4f](https://github.com/bitnami/charts/commit/7593e4f)), closes [#23425](https://github.com/bitnami/charts/issues/23425)
-
-
+* [bitnami/common] fix: :children_crossing: Improve resource warning message (#23425) ([7593e4f](https://github.com/bitnami/charts/commit/7593e4fc69fb8c50f7d626cc305c5adc56d23f48)), closes [#23425](https://github.com/bitnami/charts/issues/23425)
## 2.15.1 (2024-02-13)
-* [bitnami/common] fix: :bug: Check if section is enabled before printing resource warning ([262b6ee](https://github.com/bitnami/charts/commit/262b6ee))
-
-
+* [bitnami/common] fix: :bug: Check if section is enabled before printing resource warning ([262b6ee](https://github.com/bitnami/charts/commit/262b6ee64c57a5293333879ec423ad41c44f162c))
## 2.15.0 (2024-02-13)
-* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901)
-* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203)
-* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815)
-* [bitnami/common] feat: :sparkles: Add support for resource presets (#23410) ([310d9f9](https://github.com/bitnami/charts/commit/310d9f9)), closes [#23410](https://github.com/bitnami/charts/issues/23410)
-
-
+* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901)
+* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203)
+* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815)
+* [bitnami/common] feat: :sparkles: Add support for resource presets (#23410) ([310d9f9](https://github.com/bitnami/charts/commit/310d9f9e44cb913a2e482f57107970ed5bde9a69)), closes [#23410](https://github.com/bitnami/charts/issues/23410)
## 2.14.1 (2023-12-19)
-* [bitnami/common] Fix typo with new line in common.secrets.passwords.manage (#21653) ([7e70463](https://github.com/bitnami/charts/commit/7e70463)), closes [#21653](https://github.com/bitnami/charts/issues/21653)
-
-
+* [bitnami/common] Fix typo with new line in common.secrets.passwords.manage (#21653) ([7e70463](https://github.com/bitnami/charts/commit/7e704634ef564adac330f1e0a67feb2a40a271dc)), closes [#21653](https://github.com/bitnami/charts/issues/21653)
## 2.14.0 (2023-12-19)
-* [bitnami/common] add params skipB64enc and skipQuote to common.secrets.passwords.manage (#21595) ([2070eeb](https://github.com/bitnami/charts/commit/2070eeb)), closes [#21595](https://github.com/bitnami/charts/issues/21595)
-
-
+* [bitnami/common] add params skipB64enc and skipQuote to common.secrets.passwords.manage (#21595) ([2070eeb](https://github.com/bitnami/charts/commit/2070eeb30bbf48639e0177a42f65a1d13f42a180)), closes [#21595](https://github.com/bitnami/charts/issues/21595)
## 2.13.4 (2023-12-15)
-* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967)
-* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361)
-* [bitnami/common] fix failOnNew implementation in common.secrets.passwords.manage (#21342) ([76a5f24](https://github.com/bitnami/charts/commit/76a5f24)), closes [#21342](https://github.com/bitnami/charts/issues/21342)
-* [bitnami/common] Standardize documentation (#20334) ([3af2426](https://github.com/bitnami/charts/commit/3af2426)), closes [#20334](https://github.com/bitnami/charts/issues/20334)
-
-
+* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967)
+* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361)
+* [bitnami/common] fix failOnNew implementation in common.secrets.passwords.manage (#21342) ([76a5f24](https://github.com/bitnami/charts/commit/76a5f248fbceb3d1d948c7e60fbba74fd7eb3200)), closes [#21342](https://github.com/bitnami/charts/issues/21342)
+* [bitnami/common] Standardize documentation (#20334) ([3af2426](https://github.com/bitnami/charts/commit/3af242606877aea25c623b4185e6fcd285b7308d)), closes [#20334](https://github.com/bitnami/charts/issues/20334)
## 2.13.3 (2023-10-17)
-* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745)
-* [bitnami/common]: Address admission configuration typo (#19840) ([9a936f1](https://github.com/bitnami/charts/commit/9a936f1)), closes [#19840](https://github.com/bitnami/charts/issues/19840)
-
-
+* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745)
+* [bitnami/common]: Address admission configuration typo (#19840) ([9a936f1](https://github.com/bitnami/charts/commit/9a936f158646e101c2507421fdcb85b787bbaf64)), closes [#19840](https://github.com/bitnami/charts/issues/19840)
## 2.13.2 (2023-10-05)
-* [bitnami/common] update imagePullSecrets to handle map and list format (#19702) ([1d30563](https://github.com/bitnami/charts/commit/1d30563)), closes [#19702](https://github.com/bitnami/charts/issues/19702)
-
-
+* [bitnami/common] update imagePullSecrets to handle map and list format (#19702) ([1d30563](https://github.com/bitnami/charts/commit/1d30563bf53d4c0ac898cf1070af57aa28a039f1)), closes [#19702](https://github.com/bitnami/charts/issues/19702)
## 2.13.1 (2023-10-04)
-* [bitnami/common] render labels correctly when they contains templates (#19680) ([3cb44e3](https://github.com/bitnami/charts/commit/3cb44e3)), closes [#19680](https://github.com/bitnami/charts/issues/19680)
-
-
+* [bitnami/common] render labels correctly when they contains templates (#19680) ([3cb44e3](https://github.com/bitnami/charts/commit/3cb44e376a472ca6721866b09f6d0ab412338cbc)), closes [#19680](https://github.com/bitnami/charts/issues/19680)
## 2.13.0 (2023-09-29)
-* [bitnami/common]: Add capabilities macros to manage Pod Security Standard objects (#19428) ([322b76d](https://github.com/bitnami/charts/commit/322b76d)), closes [#19428](https://github.com/bitnami/charts/issues/19428)
-
-
+* [bitnami/common]: Add capabilities macros to manage Pod Security Standard objects (#19428) ([322b76d](https://github.com/bitnami/charts/commit/322b76d6450840f08d53ecfddb5e151cac5c9e88)), closes [#19428](https://github.com/bitnami/charts/issues/19428)
## 2.12.1 (2023-09-29)
-* [bitnami/common] allow for empty appVersion (#19467) ([8b46a33](https://github.com/bitnami/charts/commit/8b46a33)), closes [#19467](https://github.com/bitnami/charts/issues/19467)
-
-
+* [bitnami/common] allow for empty appVersion (#19467) ([8b46a33](https://github.com/bitnami/charts/commit/8b46a3366abc7d216d16ace89675f3fc42691e8f)), closes [#19467](https://github.com/bitnami/charts/issues/19467)
## 2.12.0 (2023-09-22)
-* [bitnami/common] new macro to checksum config resources (#19261) ([73945fe](https://github.com/bitnami/charts/commit/73945fe)), closes [#19261](https://github.com/bitnami/charts/issues/19261)
-* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335)
-
-
+* [bitnami/common] new macro to checksum config resources (#19261) ([73945fe](https://github.com/bitnami/charts/commit/73945fedfa2acff03fe172430fcc4b8bcf55282f)), closes [#19261](https://github.com/bitnami/charts/issues/19261)
+* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335)
## 2.11.1 (2023-09-15)
-* Common - Adding app.kubernetes.io/version to common labels (#17201) ([9c497be](https://github.com/bitnami/charts/commit/9c497be)), closes [#17201](https://github.com/bitnami/charts/issues/17201)
-
-
+* Common - Adding app.kubernetes.io/version to common labels (#17201) ([9c497be](https://github.com/bitnami/charts/commit/9c497be9d99a98a20cd01e5858014e097ebe0eaa)), closes [#17201](https://github.com/bitnami/charts/issues/17201)
## 2.11.0 (2023-09-12)
-* [bitnami/common] New helper to return image version (#19223) ([db46696](https://github.com/bitnami/charts/commit/db46696)), closes [#19223](https://github.com/bitnami/charts/issues/19223)
-* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194)
-
-
+* [bitnami/common] New helper to return image version (#19223) ([db46696](https://github.com/bitnami/charts/commit/db466964c6cfb3368ab87be6bb4d16f74d5c6fd0)), closes [#19223](https://github.com/bitnami/charts/issues/19223)
+* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194)
## 2.10.1 (2023-09-08)
-* [bitnami/common]: Compatiblity with Helm 3.2.0+ (#19177) ([e4fc03d](https://github.com/bitnami/charts/commit/e4fc03d)), closes [#19177](https://github.com/bitnami/charts/issues/19177)
-
-
+* [bitnami/common]: Compatiblity with Helm 3.2.0+ (#19177) ([e4fc03d](https://github.com/bitnami/charts/commit/e4fc03d96bef6ab0318d642fb65ba508c49844f1)), closes [#19177](https://github.com/bitnami/charts/issues/19177)
## 2.10.0 (2023-09-04)
-* [bitnami/common] new macro to merge a list of values with rendering (#18889) ([0fb66f2](https://github.com/bitnami/charts/commit/0fb66f2)), closes [#18889](https://github.com/bitnami/charts/issues/18889)
-
-
+* [bitnami/common] new macro to merge a list of values with rendering (#18889) ([0fb66f2](https://github.com/bitnami/charts/commit/0fb66f2c6f6828a240a0c1e6857c337bf9f4202a)), closes [#18889](https://github.com/bitnami/charts/issues/18889)
## 2.9.2 (2023-08-31)
-* Avoid using a tpl when there is no template (#18792) ([134924a](https://github.com/bitnami/charts/commit/134924a)), closes [#18792](https://github.com/bitnami/charts/issues/18792)
-
-
+* Avoid using a tpl when there is no template (#18792) ([134924a](https://github.com/bitnami/charts/commit/134924a260fe2cd758a954f34e89ccb14012f348)), closes [#18792](https://github.com/bitnami/charts/issues/18792)
## 2.9.1 (2023-08-29)
-* [bitnami/common] Add extraLabelSelectors to affinities templates (#18127) ([b9ecfdb](https://github.com/bitnami/charts/commit/b9ecfdb)), closes [#18127](https://github.com/bitnami/charts/issues/18127)
-
-
+* [bitnami/common] Add extraLabelSelectors to affinities templates (#18127) ([b9ecfdb](https://github.com/bitnami/charts/commit/b9ecfdb3421a057b76e6f35f58c26e631c74e686)), closes [#18127](https://github.com/bitnami/charts/issues/18127)
## 2.9.0 (2023-08-22)
-* [bitnami/common] Add support for customizing standard labels (#18154) ([9a20483](https://github.com/bitnami/charts/commit/9a20483)), closes [#18154](https://github.com/bitnami/charts/issues/18154)
-
-
+* [bitnami/common] Add support for customizing standard labels (#18154) ([9a20483](https://github.com/bitnami/charts/commit/9a20483cfd1daa6bfe08fd8116516a9bb5cd9754)), closes [#18154](https://github.com/bitnami/charts/issues/18154)
## 2.8.0 (2023-08-07)
-* [bitnami/common] Delete app kubernetes version field (#18240) ([5fe3ee4](https://github.com/bitnami/charts/commit/5fe3ee4)), closes [#18240](https://github.com/bitnami/charts/issues/18240)
-
-
+* [bitnami/common] Delete app kubernetes version field (#18240) ([5fe3ee4](https://github.com/bitnami/charts/commit/5fe3ee44eed88e9b6843c70cbeb6378194b2276b)), closes [#18240](https://github.com/bitnami/charts/issues/18240)
## 2.7.0 (2023-08-07)
-* Add app.kubernetes.io/version based on AppVersion (#18194) ([4f698f8](https://github.com/bitnami/charts/commit/4f698f8)), closes [#18194](https://github.com/bitnami/charts/issues/18194)
-
-
+* Add app.kubernetes.io/version based on AppVersion (#18194) ([4f698f8](https://github.com/bitnami/charts/commit/4f698f8ac54fc68cd8dab433b7c2d8ffb77a4067)), closes [#18194](https://github.com/bitnami/charts/issues/18194)
## 2.6.0 (2023-07-04)
-* [bitnami/common] Add scope for common.tplvalues.render (#17033) ([daf1b54](https://github.com/bitnami/charts/commit/daf1b54)), closes [#17033](https://github.com/bitnami/charts/issues/17033)
-
-
+* [bitnami/common] Add scope for common.tplvalues.render (#17033) ([daf1b54](https://github.com/bitnami/charts/commit/daf1b5445a5e1c961ab78673899dd8007b4f1000)), closes [#17033](https://github.com/bitnami/charts/issues/17033)
## 2.5.0 (2023-06-30)
-* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006)
-* [bitnami/common] Update common.secrets.passwords.manage and common.secrets.lookup (#17397) ([5a73cf1](https://github.com/bitnami/charts/commit/5a73cf1)), closes [#17397](https://github.com/bitnami/charts/issues/17397)
-* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989)
-* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300)
-* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217)
-
-
+* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006)
+* [bitnami/common] Update common.secrets.passwords.manage and common.secrets.lookup (#17397) ([5a73cf1](https://github.com/bitnami/charts/commit/5a73cf19f92b93d88ee766669a947375135db903)), closes [#17397](https://github.com/bitnami/charts/issues/17397)
+* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989)
+* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300)
+* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217)
## 2.4.0 (2023-05-18)
-* [bitnami/common] feat: :sparkles: Add apiVersions for DaemonSet and VPA ([a86cfaf](https://github.com/bitnami/charts/commit/a86cfaf))
-
-
+* [bitnami/common] feat: :sparkles: Add apiVersions for DaemonSet and VPA ([a86cfaf](https://github.com/bitnami/charts/commit/a86cfaf0acb7cc26a7a91256f4b76db8f31797ef))
## 2.3.0 (2023-05-12)
-* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560)
-* Remove duplicate in image pull secrets (#16529) ([ddfea70](https://github.com/bitnami/charts/commit/ddfea70)), closes [#16529](https://github.com/bitnami/charts/issues/16529)
-
-
+* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560)
+* Remove duplicate in image pull secrets (#16529) ([ddfea70](https://github.com/bitnami/charts/commit/ddfea70831875639cb298a555ad6dd5e68f059e4)), closes [#16529](https://github.com/bitnami/charts/issues/16529)
## 2.2.6 (2023-05-09)
-* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546)
-
-
+* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546)
## 2.2.5 (2023-05-02)
-* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998)
-* [bitnami/common] Fix typo in README.md to test chart publishing from GitHub (#16143) ([5b05ec3](https://github.com/bitnami/charts/commit/5b05ec3)), closes [#16143](https://github.com/bitnami/charts/issues/16143)
-
-
+* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998)
+* [bitnami/common] Fix typo in README.md to test chart publishing from GitHub (#16143) ([5b05ec3](https://github.com/bitnami/charts/commit/5b05ec32caa73240d38135e19501ab2658397d2e)), closes [#16143](https://github.com/bitnami/charts/issues/16143)
## 2.2.4 (2023-03-07)
-* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874)
-* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890)
-* [bitnami/common] Allow empty registry name (#15296) ([f13df7b](https://github.com/bitnami/charts/commit/f13df7b)), closes [#15296](https://github.com/bitnami/charts/issues/15296)
-
-
+* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874)
+* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890)
+* [bitnami/common] Allow empty registry name (#15296) ([f13df7b](https://github.com/bitnami/charts/commit/f13df7b00f38e5fce67eab7a1b78afb0b064344e)), closes [#15296](https://github.com/bitnami/charts/issues/15296)
## 2.2.3 (2023-02-03)
-* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293)
-* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682)
-* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377)
-* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472)
-* [bitnami/common] chore: Correct common.images.image global in example (#14735) ([69ada7d](https://github.com/bitnami/charts/commit/69ada7d)), closes [#14735](https://github.com/bitnami/charts/issues/14735)
-
-
+* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293)
+* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682)
+* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377)
+* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472)
+* [bitnami/common] chore: Correct common.images.image global in example (#14735) ([69ada7d](https://github.com/bitnami/charts/commit/69ada7da0c9c6b7ce718faef6920c61e3632fd02)), closes [#14735](https://github.com/bitnami/charts/issues/14735)
## 2.2.2 (2022-12-12)
-* [bitnami/common] resolve namespace using common.names.namespace macro (#13481) ([35b84e8](https://github.com/bitnami/charts/commit/35b84e8)), closes [#13481](https://github.com/bitnami/charts/issues/13481)
-
-
+* [bitnami/common] resolve namespace using common.names.namespace macro (#13481) ([35b84e8](https://github.com/bitnami/charts/commit/35b84e8ba209681d4f160ca102188af61307fccf)), closes [#13481](https://github.com/bitnami/charts/issues/13481)
## 2.2.1 (2022-11-25)
-* [bitnami/common] fix common topology key affinity function (#13593) ([f95dec8](https://github.com/bitnami/charts/commit/f95dec8)), closes [#13593](https://github.com/bitnami/charts/issues/13593)
-
-
+* [bitnami/common] fix common topology key affinity function (#13593) ([f95dec8](https://github.com/bitnami/charts/commit/f95dec803bd138b76d67a296545974c5a644d63e)), closes [#13593](https://github.com/bitnami/charts/issues/13593)
## 2.2.0 (2022-11-14)
-* [bitnami/common] affinity topologyKey override (#13435) ([624c14e](https://github.com/bitnami/charts/commit/624c14e)), closes [#13435](https://github.com/bitnami/charts/issues/13435)
-* [bitnami/common] Fixed naming of common.secrets.passwords.manage function in README (#13250) ([39a8bcb](https://github.com/bitnami/charts/commit/39a8bcb)), closes [#13250](https://github.com/bitnami/charts/issues/13250)
-
-
+* [bitnami/common] affinity topologyKey override (#13435) ([624c14e](https://github.com/bitnami/charts/commit/624c14e7121557e6a29ff0e814cb800c2f3cf619)), closes [#13435](https://github.com/bitnami/charts/issues/13435)
+* [bitnami/common] Fixed naming of common.secrets.passwords.manage function in README (#13250) ([39a8bcb](https://github.com/bitnami/charts/commit/39a8bcbb1b606cc165643ae4ddcdc15f05e91583)), closes [#13250](https://github.com/bitnami/charts/issues/13250)
## 2.1.2 (2022-10-31)
-* [bitnami/common] Do not explicitly specify namespace in affinity term. (#12932) ([638a48e](https://github.com/bitnami/charts/commit/638a48e)), closes [#12932](https://github.com/bitnami/charts/issues/12932) [/kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#podaffinityterm-v1](https://github.com//kubernetes.io/docs/reference/generated/kubernetes-api/v1.23//issues/podaffinityterm-v1) [#12668](https://github.com/bitnami/charts/issues/12668)
-
-
+* [bitnami/common] Do not explicitly specify namespace in affinity term. (#12932) ([638a48e](https://github.com/bitnami/charts/commit/638a48e4d3ec7b5d160f4b525ec40218512c464b)), closes [#12932](https://github.com/bitnami/charts/issues/12932) [/kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#podaffinityterm-v1](https://github.com//kubernetes.io/docs/reference/generated/kubernetes-api/v1.23//issues/podaffinityterm-v1) [#12668](https://github.com/bitnami/charts/issues/12668)
## 2.1.1 (2022-10-27)
-* [bitnami/common] Fix appVersion mismatch (#13189) ([42b3b3e](https://github.com/bitnami/charts/commit/42b3b3e)), closes [#13189](https://github.com/bitnami/charts/issues/13189)
-
-
+* [bitnami/common] Fix appVersion mismatch (#13189) ([42b3b3e](https://github.com/bitnami/charts/commit/42b3b3e6c68e6af8ba19f7ec42be0d71b4c21852)), closes [#13189](https://github.com/bitnami/charts/issues/13189)
## 2.1.0 (2022-10-27)
-* [bitnami/common] Add new function 'common.secrets.lookup' (#13150) ([e848934](https://github.com/bitnami/charts/commit/e848934)), closes [#13150](https://github.com/bitnami/charts/issues/13150)
-
-
+* [bitnami/common] Add new function 'common.secrets.lookup' (#13150) ([e848934](https://github.com/bitnami/charts/commit/e84893410321b88adbd7d2e40b891685a15ce640)), closes [#13150](https://github.com/bitnami/charts/issues/13150)
## 2.0.4 (2022-10-24)
-* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943)
-* [bitnami/common] kubernetes.io/tls-acme Ingress annotation triggers IngressTLS array (#13054) ([2008857](https://github.com/bitnami/charts/commit/2008857)), closes [#13054](https://github.com/bitnami/charts/issues/13054)
-* [bitnami/common] quote secret value when lookup (#11276) ([c8e3019](https://github.com/bitnami/charts/commit/c8e3019)), closes [#11276](https://github.com/bitnami/charts/issues/11276)
-
-
+* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943)
+* [bitnami/common] kubernetes.io/tls-acme Ingress annotation triggers IngressTLS array (#13054) ([2008857](https://github.com/bitnami/charts/commit/200885790b34afd6fd04ea45949c887a907b6b38)), closes [#13054](https://github.com/bitnami/charts/issues/13054)
+* [bitnami/common] quote secret value when lookup (#11276) ([c8e3019](https://github.com/bitnami/charts/commit/c8e301965f05996a2ae18e0fc8dbfcbe64428356)), closes [#11276](https://github.com/bitnami/charts/issues/11276)
## 2.0.3 (2022-09-12)
-* [bitnami/common] Revert changes in HPA context from #12282 (#12372) ([55fdc3a](https://github.com/bitnami/charts/commit/55fdc3a)), closes [#12282](https://github.com/bitnami/charts/issues/12282) [#12372](https://github.com/bitnami/charts/issues/12372)
-
-
+* [bitnami/common] Revert changes in HPA context from #12282 (#12372) ([55fdc3a](https://github.com/bitnami/charts/commit/55fdc3aff3e32502abfd8f0607ac2be54e585744)), closes [#12282](https://github.com/bitnami/charts/issues/12282) [#12372](https://github.com/bitnami/charts/issues/12372)
## 2.0.2 (2022-09-05)
-* fix context for HPA util (#12282) ([ccd54a0](https://github.com/bitnami/charts/commit/ccd54a0)), closes [#12282](https://github.com/bitnami/charts/issues/12282)
-
-
+* fix context for HPA util (#12282) ([ccd54a0](https://github.com/bitnami/charts/commit/ccd54a0d47a96903f499fbcdb52a336863020efe)), closes [#12282](https://github.com/bitnami/charts/issues/12282)
## 2.0.1 (2022-08-23)
-* [bitnami/common] Digest/Tag new approach backward compatible (#12029) ([f1c27dc](https://github.com/bitnami/charts/commit/f1c27dc)), closes [#12029](https://github.com/bitnami/charts/issues/12029)
-
-
+* [bitnami/common] Digest/Tag new approach backward compatible (#12029) ([f1c27dc](https://github.com/bitnami/charts/commit/f1c27dc5d9540c2ea192abf1245da67f5b4f8916)), closes [#12029](https://github.com/bitnami/charts/issues/12029)
## 2.0.0 (2022-08-18)
-* [bitnami/common] MAJOR: Add support for image digest apart from tag (#11830) ([e3fee4e](https://github.com/bitnami/charts/commit/e3fee4e)), closes [#11830](https://github.com/bitnami/charts/issues/11830)
-
-
+* [bitnami/common] MAJOR: Add support for image digest apart from tag (#11830) ([e3fee4e](https://github.com/bitnami/charts/commit/e3fee4e41d34a6584660c3b77b8521922603ccab)), closes [#11830](https://github.com/bitnami/charts/issues/11830)
## 1.17.1 (2022-08-18)
-* Revert changes from #11797 (#11829) ([22bb033](https://github.com/bitnami/charts/commit/22bb033)), closes [#11797](https://github.com/bitnami/charts/issues/11797) [#11829](https://github.com/bitnami/charts/issues/11829)
-
-
+* Revert changes from #11797 (#11829) ([22bb033](https://github.com/bitnami/charts/commit/22bb033224176c498920596c8d8b25b5f60a277d)), closes [#11797](https://github.com/bitnami/charts/issues/11797) [#11829](https://github.com/bitnami/charts/issues/11829)
## 1.17.0 (2022-08-18)
-* [bitnami/common] Add support for image digest apart from tag (#11797) ([b069345](https://github.com/bitnami/charts/commit/b069345)), closes [#11797](https://github.com/bitnami/charts/issues/11797)
-
-
+* [bitnami/common] Add support for image digest apart from tag (#11797) ([b069345](https://github.com/bitnami/charts/commit/b0693450f653318ac7da64575dac389d7041b69f)), closes [#11797](https://github.com/bitnami/charts/issues/11797)
## 1.16.1 (2022-07-13)
-* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600)
-* [bitnami/common] Affinities section does not use common.names.namespace (#11137) ([b70c24c](https://github.com/bitnami/charts/commit/b70c24c)), closes [#11137](https://github.com/bitnami/charts/issues/11137)
-
-
+* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600)
+* [bitnami/common] Affinities section does not use common.names.namespace (#11137) ([b70c24c](https://github.com/bitnami/charts/commit/b70c24c82c7a9112a4288441ad1fa8c035bb68b4)), closes [#11137](https://github.com/bitnami/charts/issues/11137)
## 1.16.0 (2022-06-03)
-* [bitnami/common] Add mysql validation (#10565) ([75ae79a](https://github.com/bitnami/charts/commit/75ae79a)), closes [#10565](https://github.com/bitnami/charts/issues/10565)
-
-
+* [bitnami/common] Add mysql validation (#10565) ([75ae79a](https://github.com/bitnami/charts/commit/75ae79a434137694fd82198abe1f861d6e5a04ba)), closes [#10565](https://github.com/bitnami/charts/issues/10565)
## 1.15.2 (2022-06-02)
-* Update Redis trademark references ([2cada87](https://github.com/bitnami/charts/commit/2cada87))
-
-
+* Update Redis trademark references ([2cada87](https://github.com/bitnami/charts/commit/2cada87ed4967d5cb578b0409a0bb1edee79029a))
## 1.15.1 (2022-06-01)
-* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523)
-
-
+* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523)
## 1.15.0 (2022-06-01)
-* Add common function common.names.fullname.namespace (#10462) ([96f447c](https://github.com/bitnami/charts/commit/96f447c)), closes [#10462](https://github.com/bitnami/charts/issues/10462)
-
-
+* Add common function common.names.fullname.namespace (#10462) ([96f447c](https://github.com/bitnami/charts/commit/96f447cd8654b6db51d9301c841bacb3a13089b3)), closes [#10462](https://github.com/bitnami/charts/issues/10462)
## 1.14.2 (2022-05-30)
-* [bitnami/common] use -d flag for base64 (#10491) ([ca8d588](https://github.com/bitnami/charts/commit/ca8d588)), closes [#10491](https://github.com/bitnami/charts/issues/10491) [#10486](https://github.com/bitnami/charts/issues/10486)
-
-
+* [bitnami/common] use -d flag for base64 (#10491) ([ca8d588](https://github.com/bitnami/charts/commit/ca8d5886a1bc0fb37d1bc770ad2333acdffd7996)), closes [#10491](https://github.com/bitnami/charts/issues/10491) [#10486](https://github.com/bitnami/charts/issues/10486)
## 1.14.1 (2022-05-20)
-* Differentiate between autoscaling v1beta1 and v1beta2 (#10331) ([16d8a4e](https://github.com/bitnami/charts/commit/16d8a4e)), closes [#10331](https://github.com/bitnami/charts/issues/10331)
-
-
+* Differentiate between autoscaling v1beta1 and v1beta2 (#10331) ([16d8a4e](https://github.com/bitnami/charts/commit/16d8a4ee73705ee6db2191d84e03a2ba3ea95deb)), closes [#10331](https://github.com/bitnami/charts/issues/10331)
## 1.14.0 (2022-05-13)
-* [bitnami/common] Add common function for HPA api version (#10174) ([4379ab5](https://github.com/bitnami/charts/commit/4379ab5)), closes [#10174](https://github.com/bitnami/charts/issues/10174)
-
-
+* [bitnami/common] Add common function for HPA api version (#10174) ([4379ab5](https://github.com/bitnami/charts/commit/4379ab56bd8f4d7f7b7817bf302c683bf9087e81)), closes [#10174](https://github.com/bitnami/charts/issues/10174)
## 1.13.1 (2022-04-19)
-* Fix affinities identifier in README.md for common chart (#9821) ([fe95640](https://github.com/bitnami/charts/commit/fe95640)), closes [#9821](https://github.com/bitnami/charts/issues/9821)
-
-
+* Fix affinities identifier in README.md for common chart (#9821) ([fe95640](https://github.com/bitnami/charts/commit/fe95640ce3f5ddfb0458f440959ceda3a849a3a4)), closes [#9821](https://github.com/bitnami/charts/issues/9821)
## 1.13.0 (2022-03-24)
-* [bitnami/common] Add apiService.apiVersion function to common.capabilities (#9562) ([bba2272](https://github.com/bitnami/charts/commit/bba2272)), closes [#9562](https://github.com/bitnami/charts/issues/9562)
-
-
+* [bitnami/common] Add apiService.apiVersion function to common.capabilities (#9562) ([bba2272](https://github.com/bitnami/charts/commit/bba227223e15937bb1f29f77425f6bd7d9238c02)), closes [#9562](https://github.com/bitnami/charts/issues/9562)
## 1.12.0 (2022-03-16)
-* [bitnami/common] Helper to allow overriding namespace name (#9396) ([794fecb](https://github.com/bitnami/charts/commit/794fecb)), closes [#9396](https://github.com/bitnami/charts/issues/9396)
-
-
+* [bitnami/common] Helper to allow overriding namespace name (#9396) ([794fecb](https://github.com/bitnami/charts/commit/794fecb8cb112e8e5e9d55420451752e8bd21431)), closes [#9396](https://github.com/bitnami/charts/issues/9396)
## 1.11.3 (2022-03-03)
-* [bitnami/common] Improve docs for passwords.manage (#9269) ([0d06114](https://github.com/bitnami/charts/commit/0d06114)), closes [#9269](https://github.com/bitnami/charts/issues/9269)
-
-
+* [bitnami/common] Improve docs for passwords.manage (#9269) ([0d06114](https://github.com/bitnami/charts/commit/0d061147a5b7c7cf2bf44d2b61603ffeb48a0b51)), closes [#9269](https://github.com/bitnami/charts/issues/9269)
## 1.11.2 (2022-02-28)
-* [bitnami/common] README: Fixed the desscription for `common.labels.matchLabels` (#9062) ([7f17db7](https://github.com/bitnami/charts/commit/7f17db7)), closes [#9062](https://github.com/bitnami/charts/issues/9062) [bitnami/charts#9060](https://github.com/bitnami/charts/issues/9060) [bitnami/charts#9060](https://github.com/bitnami/charts/issues/9060)
-
-
+* [bitnami/common] README: Fixed the desscription for `common.labels.matchLabels` (#9062) ([7f17db7](https://github.com/bitnami/charts/commit/7f17db7e9bcdd7918bde322b3b76a62c6a86e752)), closes [#9062](https://github.com/bitnami/charts/issues/9062) [bitnami/charts#9060](https://github.com/bitnami/charts/issues/9060) [bitnami/charts#9060](https://github.com/bitnami/charts/issues/9060)
## 1.11.1 (2022-02-02)
-* [bitnami/common] Improve "common.secrets.passwords.manage" helper (#8861) ([01477b4](https://github.com/bitnami/charts/commit/01477b4)), closes [#8861](https://github.com/bitnami/charts/issues/8861)
-
-
+* [bitnami/common] Improve "common.secrets.passwords.manage" helper (#8861) ([01477b4](https://github.com/bitnami/charts/commit/01477b42f2be362388d69da913879c52f2250ac1)), closes [#8861](https://github.com/bitnami/charts/issues/8861)
## 1.11.0 (2022-02-01)
-* [bitnami/common] Add ingress helper to detect cert-manager annotations (#8857) ([c0c986f](https://github.com/bitnami/charts/commit/c0c986f)), closes [#8857](https://github.com/bitnami/charts/issues/8857)
-
-
+* [bitnami/common] Add ingress helper to detect cert-manager annotations (#8857) ([c0c986f](https://github.com/bitnami/charts/commit/c0c986f8d5c911c09dc84d289d2993ae1779a6ca)), closes [#8857](https://github.com/bitnami/charts/issues/8857)
## 1.10.4 (2022-01-20)
-* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633))
-* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238))
-* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7))
-* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725)
-
-
+* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4))
+* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a))
+* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f))
+* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725)
## 1.10.3 (2021-11-29)
-* [bitnami/common] fix: :bug: Add extra check for "\"\"" values in existing secrets (#8266) ([de27be6](https://github.com/bitnami/charts/commit/de27be6)), closes [#8266](https://github.com/bitnami/charts/issues/8266)
-
-
+* [bitnami/common] fix: :bug: Add extra check for "\"\"" values in existing secrets (#8266) ([de27be6](https://github.com/bitnami/charts/commit/de27be6e649472608f076a04a36be3674fe3b84e)), closes [#8266](https://github.com/bitnami/charts/issues/8266)
## 1.10.2 (2021-11-29)
-* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259)
-
-
+* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259)
## 1.10.1 (2021-10-27)
-* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7948) ([5cac753](https://github.com/bitnami/charts/commit/5cac753)), closes [#7948](https://github.com/bitnami/charts/issues/7948)
-
-
+* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7948) ([5cac753](https://github.com/bitnami/charts/commit/5cac7539dcb6c3baef06ed6676bfa99c16fdb5fe)), closes [#7948](https://github.com/bitnami/charts/issues/7948)
## 1.10.0 (2021-09-30)
-* [bitnami/common] Add new capability helper for Network Policies (#7658) ([3efb1ca](https://github.com/bitnami/charts/commit/3efb1ca)), closes [#7658](https://github.com/bitnami/charts/issues/7658)
-
-
+* [bitnami/common] Add new capability helper for Network Policies (#7658) ([3efb1ca](https://github.com/bitnami/charts/commit/3efb1cac924409cbda3216a2300cce031c56a1f5)), closes [#7658](https://github.com/bitnami/charts/issues/7658)
## 1.9.1 (2021-09-22)
-* [bitnami/common] fix readme for common chart (#7577) ([3f06bdd](https://github.com/bitnami/charts/commit/3f06bdd)), closes [#7577](https://github.com/bitnami/charts/issues/7577)
-* Fix typo in bitname/common README (#7529) ([fccffb3](https://github.com/bitnami/charts/commit/fccffb3)), closes [#7529](https://github.com/bitnami/charts/issues/7529)
-
-
+* [bitnami/common] fix readme for common chart (#7577) ([3f06bdd](https://github.com/bitnami/charts/commit/3f06bdd8df1c00dbdf27230bcdf925c337826abb)), closes [#7577](https://github.com/bitnami/charts/issues/7577)
+* Fix typo in bitname/common README (#7529) ([fccffb3](https://github.com/bitnami/charts/commit/fccffb33391751a1bf84c53184cffe0dcac83fd6)), closes [#7529](https://github.com/bitnami/charts/issues/7529)
## 1.9.0 (2021-09-13)
-* [bitnami/common] Add new dependency fullname template (#7471) ([7ca2a4b](https://github.com/bitnami/charts/commit/7ca2a4b)), closes [#7471](https://github.com/bitnami/charts/issues/7471)
-
-
+* [bitnami/common] Add new dependency fullname template (#7471) ([7ca2a4b](https://github.com/bitnami/charts/commit/7ca2a4bb917ac6a276a6b30be12538f4c7c3a63d)), closes [#7471](https://github.com/bitnami/charts/issues/7471)
## 1.8.0 (2021-08-04)
-* Add cronjob apiVersion capability (#7122) ([7b84a67](https://github.com/bitnami/charts/commit/7b84a67)), closes [#7122](https://github.com/bitnami/charts/issues/7122)
-
-
+* Add cronjob apiVersion capability (#7122) ([7b84a67](https://github.com/bitnami/charts/commit/7b84a674ae99fd8ddac3b5b3c859c816b87aaf51)), closes [#7122](https://github.com/bitnami/charts/issues/7122)
## 1.7.1 (2021-07-27)
-* [bitnami/*] Adapt values.yaml of common library, Tomcat, Wavefront and ZooKeeper charts (#6970) ([fb2693b](https://github.com/bitnami/charts/commit/fb2693b)), closes [#6970](https://github.com/bitnami/charts/issues/6970)
-* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff)), closes [#7069](https://github.com/bitnami/charts/issues/7069)
-* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b49)), closes [#7066](https://github.com/bitnami/charts/issues/7066)
-
-
+* [bitnami/*] Adapt values.yaml of common library, Tomcat, Wavefront and ZooKeeper charts (#6970) ([fb2693b](https://github.com/bitnami/charts/commit/fb2693bfe67a154b159d3998232cc613e1706c70)), closes [#6970](https://github.com/bitnami/charts/issues/6970)
+* [bitnami/several] Bump version and update READMEs (#7069) ([6340bff](https://github.com/bitnami/charts/commit/6340bff66f93c8c797bda3ca0842e4bf770059f1)), closes [#7069](https://github.com/bitnami/charts/issues/7069)
+* Replace strings with ™ in the README files (#7066) ([d298b49](https://github.com/bitnami/charts/commit/d298b4996da33c9580c2594e6dc8ad665dd0ebab)), closes [#7066](https://github.com/bitnami/charts/issues/7066)
## 1.7.0 (2021-07-02)
-* [bitnami/common] Add supportIngressClassname (#6828) ([0c8a455](https://github.com/bitnami/charts/commit/0c8a455)), closes [#6828](https://github.com/bitnami/charts/issues/6828)
-
-
+* [bitnami/common] Add supportIngressClassname (#6828) ([0c8a455](https://github.com/bitnami/charts/commit/0c8a45546a219b4b4cd370daf0643543c92739b0)), closes [#6828](https://github.com/bitnami/charts/issues/6828)
## 1.6.1 (2021-06-16)
-* [bitnami/common] extend common.labels.matchLabels with .Values.extraMatchLabels (#6589) ([66edf04](https://github.com/bitnami/charts/commit/66edf04)), closes [#6589](https://github.com/bitnami/charts/issues/6589)
-
-
+* [bitnami/common] extend common.labels.matchLabels with .Values.extraMatchLabels (#6589) ([66edf04](https://github.com/bitnami/charts/commit/66edf04e3e244c343a845f9c684edf4c8ea04406)), closes [#6589](https://github.com/bitnami/charts/issues/6589)
## 1.6.0 (2021-06-15)
-* bitnami/common: add version detection for policy api (#6662) ([dcacf06](https://github.com/bitnami/charts/commit/dcacf06)), closes [#6662](https://github.com/bitnami/charts/issues/6662)
-
-
+* bitnami/common: add version detection for policy api (#6662) ([dcacf06](https://github.com/bitnami/charts/commit/dcacf06f6f2b6d622e2226935db22d5b8efa20b3)), closes [#6662](https://github.com/bitnami/charts/issues/6662)
## 1.5.2 (2021-05-21)
-* [bitnami/common] Update _ingress.tpl (#6437) ([9048150](https://github.com/bitnami/charts/commit/9048150)), closes [#6437](https://github.com/bitnami/charts/issues/6437)
-
-
+* [bitnami/common] Update _ingress.tpl (#6437) ([9048150](https://github.com/bitnami/charts/commit/90481508542c4da588e0d71944592e6c4e8d36e4)), closes [#6437](https://github.com/bitnami/charts/issues/6437)
## 1.5.1 (2021-05-14)
-* Node affinity values must be quoted. (#6348) ([f73efbe](https://github.com/bitnami/charts/commit/f73efbe)), closes [#6348](https://github.com/bitnami/charts/issues/6348)
-
-
+* Node affinity values must be quoted. (#6348) ([f73efbe](https://github.com/bitnami/charts/commit/f73efbe074436eda6276bbf32c781fa913c6a17a)), closes [#6348](https://github.com/bitnami/charts/issues/6348)
## 1.5.0 (2021-05-13)
-* [bitnami/common] pull secrets rendering (#6286) ([dfffe74](https://github.com/bitnami/charts/commit/dfffe74)), closes [#6286](https://github.com/bitnami/charts/issues/6286)
-
-
+* [bitnami/common] pull secrets rendering (#6286) ([dfffe74](https://github.com/bitnami/charts/commit/dfffe74c212a28e27f537dbee54c3b5a81c7d572)), closes [#6286](https://github.com/bitnami/charts/issues/6286)
## 1.4.3 (2021-04-26)
-* [bitnami/common] Update Redis validation's helper (#6192) ([1e3bf03](https://github.com/bitnami/charts/commit/1e3bf03)), closes [#6192](https://github.com/bitnami/charts/issues/6192)
-
-
+* [bitnami/common] Update Redis validation's helper (#6192) ([1e3bf03](https://github.com/bitnami/charts/commit/1e3bf03e3aad56fd4dc159744626e25ec24c5772)), closes [#6192](https://github.com/bitnami/charts/issues/6192)
## 1.4.2 (2021-03-25)
-* [bitnami/common] Common credential error (#5884) ([328ca86](https://github.com/bitnami/charts/commit/328ca86)), closes [#5884](https://github.com/bitnami/charts/issues/5884)
-
-
+* [bitnami/common] Common credential error (#5884) ([328ca86](https://github.com/bitnami/charts/commit/328ca863515f6ef9fe188c71110be7b951719d66)), closes [#5884](https://github.com/bitnami/charts/issues/5884)
## 1.4.1 (2021-02-23)
-* [bitnami/common] Add possibility to pull images without giving registry name (#5582) ([15ca275](https://github.com/bitnami/charts/commit/15ca275)), closes [#5582](https://github.com/bitnami/charts/issues/5582)
-
-
+* [bitnami/common] Add possibility to pull images without giving registry name (#5582) ([15ca275](https://github.com/bitnami/charts/commit/15ca27520a16b590101fa39195f55017e2935a90)), closes [#5582](https://github.com/bitnami/charts/issues/5582)
## 1.4.0 (2021-02-22)
-* [bitnami/common] Add RBAC/CRD apiVersion support for versions 1.22+ (#5583) ([fda87aa](https://github.com/bitnami/charts/commit/fda87aa)), closes [#5583](https://github.com/bitnami/charts/issues/5583)
-
-
+* [bitnami/common] Add RBAC/CRD apiVersion support for versions 1.22+ (#5583) ([fda87aa](https://github.com/bitnami/charts/commit/fda87aabcd004f9a67549f5d22d273dd9fff6836)), closes [#5583](https://github.com/bitnami/charts/issues/5583)
## 1.3.9 (2021-02-09)
-* Add registered icon to all the MongoDB references (#5426) ([56f2088](https://github.com/bitnami/charts/commit/56f2088)), closes [#5426](https://github.com/bitnami/charts/issues/5426)
-
-
+* Add registered icon to all the MongoDB references (#5426) ([56f2088](https://github.com/bitnami/charts/commit/56f20884267e56175695b2917f7704b9510f4ba6)), closes [#5426](https://github.com/bitnami/charts/issues/5426)
## 1.3.8 (2021-02-03)
-* fix(common): quote namespace name (#5363) ([d27fb5e](https://github.com/bitnami/charts/commit/d27fb5e)), closes [#5363](https://github.com/bitnami/charts/issues/5363)
-
-
+* fix(common): quote namespace name (#5363) ([d27fb5e](https://github.com/bitnami/charts/commit/d27fb5e0b327728bb4304503376aaa4d2ab50619)), closes [#5363](https://github.com/bitnami/charts/issues/5363)
## 1.3.7 (2021-01-20)
-* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090)
-* [bitnami/common] Remove helm version checker from secret helper (#5156) ([20231b1](https://github.com/bitnami/charts/commit/20231b1)), closes [#5156](https://github.com/bitnami/charts/issues/5156)
-
-
+* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090)
+* [bitnami/common] Remove helm version checker from secret helper (#5156) ([20231b1](https://github.com/bitnami/charts/commit/20231b138fae524371e6b29504acd4cbd19ce697)), closes [#5156](https://github.com/bitnami/charts/issues/5156)
## 1.3.6 (2021-01-18)
-* [bitnami/common] same behavior with empty string when the secret obje… (#5057) ([0bae2bb](https://github.com/bitnami/charts/commit/0bae2bb)), closes [#5057](https://github.com/bitnami/charts/issues/5057)
-
-
+* [bitnami/common] same behavior with empty string when the secret obje… (#5057) ([0bae2bb](https://github.com/bitnami/charts/commit/0bae2bbb9b42c5a8dd2b8a144ffa55ace1c8a936)), closes [#5057](https://github.com/bitnami/charts/issues/5057)
## 1.3.5 (2021-01-17)
-* [bitnami/common] fix wrong include reference (#5056) ([11efd59](https://github.com/bitnami/charts/commit/11efd59)), closes [#5056](https://github.com/bitnami/charts/issues/5056)
-
-
+* [bitnami/common] fix wrong include reference (#5056) ([11efd59](https://github.com/bitnami/charts/commit/11efd59177419d4177e59800f04b4f26ab7243f8)), closes [#5056](https://github.com/bitnami/charts/issues/5056)
## 1.3.4 (2021-01-15)
-* [bitnami/common] Fix lookup function backward compatibility and README (#5018) ([14a0042](https://github.com/bitnami/charts/commit/14a0042)), closes [#5018](https://github.com/bitnami/charts/issues/5018)
-
-
+* [bitnami/common] Fix lookup function backward compatibility and README (#5018) ([14a0042](https://github.com/bitnami/charts/commit/14a0042dc90c01fd38f814e1e43559384a3baa9f)), closes [#5018](https://github.com/bitnami/charts/issues/5018)
## 1.3.3 (2021-01-14)
-* [bitnami/several] Add Redis trademark (#5023) ([dfa89b8](https://github.com/bitnami/charts/commit/dfa89b8)), closes [#5023](https://github.com/bitnami/charts/issues/5023)
-
-
+* [bitnami/several] Add Redis trademark (#5023) ([dfa89b8](https://github.com/bitnami/charts/commit/dfa89b865989da26a3c73f397fd3c402dd56ebe8)), closes [#5023](https://github.com/bitnami/charts/issues/5023)
## 1.3.2 (2021-01-13)
-* [bitnami/common] Add missing else statement to ingress apiversion ([22ab07a](https://github.com/bitnami/charts/commit/22ab07a))
-
-
+* [bitnami/common] Add missing else statement to ingress apiversion ([22ab07a](https://github.com/bitnami/charts/commit/22ab07ac7d39d4153cc839de2b714086e99cfc04))
## 1.3.1 (2021-01-13)
-* [bitnami/common] Fix cases where ingress is not at the root (#4984) ([e447d9d](https://github.com/bitnami/charts/commit/e447d9d)), closes [#4984](https://github.com/bitnami/charts/issues/4984)
-
-
+* [bitnami/common] Fix cases where ingress is not at the root (#4984) ([e447d9d](https://github.com/bitnami/charts/commit/e447d9d2205fc3f2f6cd990386a691fd9204b214)), closes [#4984](https://github.com/bitnami/charts/issues/4984)
## 1.3.0 (2021-01-13)
-* [bitnami/*] POC Lookup function implementation (#4831) ([240dc1b](https://github.com/bitnami/charts/commit/240dc1b)), closes [#4831](https://github.com/bitnami/charts/issues/4831)
-
-
+* [bitnami/*] POC Lookup function implementation (#4831) ([240dc1b](https://github.com/bitnami/charts/commit/240dc1bea80a3e121fd595636496d7941bdbc5e0)), closes [#4831](https://github.com/bitnami/charts/issues/4831)
## 1.2.3 (2020-12-31)
-* [bitnami/common] Fix incorrect backend calculation for networking/v1beta1 ([c59b869](https://github.com/bitnami/charts/commit/c59b869))
-
-
+* [bitnami/common] Fix incorrect backend calculation for networking/v1beta1 ([c59b869](https://github.com/bitnami/charts/commit/c59b86919f47504bc8fd06f75a024f55e58ace77))
## 1.2.2 (2020-12-30)
-* [bitnami/common] Fix typo in common.capabilities.kubeVersion ([a371b73](https://github.com/bitnami/charts/commit/a371b73))
-
-
+* [bitnami/common] Fix typo in common.capabilities.kubeVersion ([a371b73](https://github.com/bitnami/charts/commit/a371b734b854aa81a7dec16c40d061f5e9a14875))
## 1.2.1 (2020-12-30)
-* [bitnami/common] Fix issue with global kubeversion calculation ([0bbb339](https://github.com/bitnami/charts/commit/0bbb339))
-
-
+* [bitnami/common] Fix issue with global kubeversion calculation ([0bbb339](https://github.com/bitnami/charts/commit/0bbb339d60b41ab978e759863709ebb1451d07a4))
## 1.2.0 (2020-12-30)
-* [bitnami/common] Make ingress rules compatible with all Kubernetes versions (#4859) ([2b22a21](https://github.com/bitnami/charts/commit/2b22a21)), closes [#4859](https://github.com/bitnami/charts/issues/4859)
-
-
+* [bitnami/common] Make ingress rules compatible with all Kubernetes versions (#4859) ([2b22a21](https://github.com/bitnami/charts/commit/2b22a217020fe3d16ef98fdcdd4a562c43f9824a)), closes [#4859](https://github.com/bitnami/charts/issues/4859)
## 1.1.4 (2020-12-23)
-* [bitnami/common] fix: moving kube version comparison (#4804) ([cdb6ae8](https://github.com/bitnami/charts/commit/cdb6ae8)), closes [#4804](https://github.com/bitnami/charts/issues/4804)
-
-
+* [bitnami/common] fix: moving kube version comparison (#4804) ([cdb6ae8](https://github.com/bitnami/charts/commit/cdb6ae8f00d114f0998c604416b79f62dc27f19d)), closes [#4804](https://github.com/bitnami/charts/issues/4804)
## 1.1.3 (2020-12-18)
-* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699)
-* [bitnami/common] Adding networking apiVersion support for versions 1.19+ (#4776) ([5ed8c54](https://github.com/bitnami/charts/commit/5ed8c54)), closes [#4776](https://github.com/bitnami/charts/issues/4776)
-
-
+* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699)
+* [bitnami/common] Adding networking apiVersion support for versions 1.19+ (#4776) ([5ed8c54](https://github.com/bitnami/charts/commit/5ed8c54f5e0a905effc4c1ae5c4931e6669cec30)), closes [#4776](https://github.com/bitnami/charts/issues/4776)
## 1.1.2 (2020-12-11)
-* [bitnami/common] Fix node affinity templates (#4692) ([5b51a5c](https://github.com/bitnami/charts/commit/5b51a5c)), closes [#4692](https://github.com/bitnami/charts/issues/4692)
-
-
+* [bitnami/common] Fix node affinity templates (#4692) ([5b51a5c](https://github.com/bitnami/charts/commit/5b51a5c004b062282849a4abaaffd6840bb6c95f)), closes [#4692](https://github.com/bitnami/charts/issues/4692)
## 1.1.1 (2020-11-26)
-* fix: mongodb validation auth (#4506) ([ca3fdfb](https://github.com/bitnami/charts/commit/ca3fdfb)), closes [#4506](https://github.com/bitnami/charts/issues/4506)
-
-
+* fix: mongodb validation auth (#4506) ([ca3fdfb](https://github.com/bitnami/charts/commit/ca3fdfbeebeba5bd7dfa4805e1ca2411e5950b09)), closes [#4506](https://github.com/bitnami/charts/issues/4506)
## 1.1.0 (2020-11-26)
-* [bitnami/common] Add mongodb validation template (#4497) ([14ece96](https://github.com/bitnami/charts/commit/14ece96)), closes [#4497](https://github.com/bitnami/charts/issues/4497)
-
-
+* [bitnami/common] Add mongodb validation template (#4497) ([14ece96](https://github.com/bitnami/charts/commit/14ece96c801a7326935b6269423d8854fed3a49e)), closes [#4497](https://github.com/bitnami/charts/issues/4497)
## 1.0.1 (2020-11-19)
-* [bitnami/common] existingSecret is in auth map (#4389) ([de9b217](https://github.com/bitnami/charts/commit/de9b217)), closes [#4389](https://github.com/bitnami/charts/issues/4389)
-
-
+* [bitnami/common] existingSecret is in auth map (#4389) ([de9b217](https://github.com/bitnami/charts/commit/de9b2177465e1c56ca2aa1c4c486bd37a7104d7a)), closes [#4389](https://github.com/bitnami/charts/issues/4389)
## 1.0.0 (2020-11-10)
-* bitnami/common Major version. Adapt Chart to apiVersion: v2 (#4258) ([09dbc45](https://github.com/bitnami/charts/commit/09dbc45)), closes [#4258](https://github.com/bitnami/charts/issues/4258)
-
-
+* bitnami/common Major version. Adapt Chart to apiVersion: v2 (#4258) ([09dbc45](https://github.com/bitnami/charts/commit/09dbc45d11c5e8fe65d6eb64dbf51571ad2c7464)), closes [#4258](https://github.com/bitnami/charts/issues/4258)
## 0.10.0 (2020-10-27)
-* [bitnami/common] feat: add cassandra passwords validations (#4110) ([b4923d4](https://github.com/bitnami/charts/commit/b4923d4)), closes [#4110](https://github.com/bitnami/charts/issues/4110)
-
-
+* [bitnami/common] feat: add cassandra passwords validations (#4110) ([b4923d4](https://github.com/bitnami/charts/commit/b4923d48018dff1673a32eefcc0d62eb484b36da)), closes [#4110](https://github.com/bitnami/charts/issues/4110)
## 0.9.0 (2020-10-21)
-* [bitnami/common] feat: add redis passwords validations (#4070) ([0daa8d5](https://github.com/bitnami/charts/commit/0daa8d5)), closes [#4070](https://github.com/bitnami/charts/issues/4070)
-
-
+* [bitnami/common] feat: add redis passwords validations (#4070) ([0daa8d5](https://github.com/bitnami/charts/commit/0daa8d580c06e18d94dbc0e88467347a34418596)), closes [#4070](https://github.com/bitnami/charts/issues/4070)
## 0.8.2 (2020-10-14)
-* [bitnami/common] Allow backward compatibility for existingSecret (#4006) ([aa2b3a1](https://github.com/bitnami/charts/commit/aa2b3a1)), closes [#4006](https://github.com/bitnami/charts/issues/4006)
-
-
+* [bitnami/common] Allow backward compatibility for existingSecret (#4006) ([aa2b3a1](https://github.com/bitnami/charts/commit/aa2b3a18610c69b2f5c76b839483db43fa3c093c)), closes [#4006](https://github.com/bitnami/charts/issues/4006)
## 0.8.1 (2020-10-05)
-* [bitnami/common] Fix secret name bug with defaulNameSuffix. (#3888) ([d114d44](https://github.com/bitnami/charts/commit/d114d44))
-
-
+* [bitnami/common] Fix secret name bug with defaulNameSuffix. (#3888) ([d114d44](https://github.com/bitnami/charts/commit/d114d446ef86cb6e7a72de6542905ec3b07d3684))
## 0.8.0 (2020-10-02)
-* [bitnami/common] Add statefulset capabilities and prepare MariaDB passwords validation for new forma ([1eb4436](https://github.com/bitnami/charts/commit/1eb4436)), closes [#3859](https://github.com/bitnami/charts/issues/3859)
-
-
+* [bitnami/common] Add statefulset capabilities and prepare MariaDB passwords validation for new forma ([1eb4436](https://github.com/bitnami/charts/commit/1eb44366a72e39e84e33bed1a4940c1b2c6025fc)), closes [#3859](https://github.com/bitnami/charts/issues/3859)
## 0.7.1 (2020-09-22)
-* [bitnami/common] fix: evaluate enabled as string (#3733) ([048cdae](https://github.com/bitnami/charts/commit/048cdae)), closes [#3733](https://github.com/bitnami/charts/issues/3733)
-
-
+* [bitnami/common] fix: evaluate enabled as string (#3733) ([048cdae](https://github.com/bitnami/charts/commit/048cdae5488cfcfe83ec698afaa8318aa3b1d0ca)), closes [#3733](https://github.com/bitnami/charts/issues/3733)
## 0.7.0 (2020-09-22)
-* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577)
-* PoC for pods' affinity (#3713) ([9e6a915](https://github.com/bitnami/charts/commit/9e6a915)), closes [#3713](https://github.com/bitnami/charts/issues/3713)
-
-
+* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577)
+* PoC for pods' affinity (#3713) ([9e6a915](https://github.com/bitnami/charts/commit/9e6a915392979f0c0148875f34cca1c27e399b59)), closes [#3713](https://github.com/bitnami/charts/issues/3713)
## 0.6.2 (2020-09-01)
-* [bitnami/common] fix: wrong use of append function (#3566) ([c912fd0](https://github.com/bitnami/charts/commit/c912fd0)), closes [#3566](https://github.com/bitnami/charts/issues/3566)
-
-
+* [bitnami/common] fix: wrong use of append function (#3566) ([c912fd0](https://github.com/bitnami/charts/commit/c912fd0b7378bf2d5d56182e6d2fa6bbd74df46f)), closes [#3566](https://github.com/bitnami/charts/issues/3566)
## 0.6.1 (2020-08-31)
-* [bitnami/common] fix: mariadb checks secret fields after check enabled (#3565) ([498056a](https://github.com/bitnami/charts/commit/498056a)), closes [#3565](https://github.com/bitnami/charts/issues/3565)
-
-
+* [bitnami/common] fix: mariadb checks secret fields after check enabled (#3565) ([498056a](https://github.com/bitnami/charts/commit/498056ad16a6e89aa3b7cc231da7467ab5bd3986)), closes [#3565](https://github.com/bitnami/charts/issues/3565)
## 0.6.0 (2020-08-19)
-* [bitnami/mariadb] Require password option at secret resource (#3411) ([a8d2464](https://github.com/bitnami/charts/commit/a8d2464)), closes [#3411](https://github.com/bitnami/charts/issues/3411)
-
-
+* [bitnami/mariadb] Require password option at secret resource (#3411) ([a8d2464](https://github.com/bitnami/charts/commit/a8d24643756470d0280fc585b01397358c1c242d)), closes [#3411](https://github.com/bitnami/charts/issues/3411)
## 0.5.2 (2020-08-19)
-* [bitnami/common] fix: add global parameters to postgres validation (#3460) ([1c52a2a](https://github.com/bitnami/charts/commit/1c52a2a)), closes [#3460](https://github.com/bitnami/charts/issues/3460)
-
-
+* [bitnami/common] fix: add global parameters to postgres validation (#3460) ([1c52a2a](https://github.com/bitnami/charts/commit/1c52a2a48ea65024a753eb5b32deadd46650fb18)), closes [#3460](https://github.com/bitnami/charts/issues/3460)
## 0.5.1 (2020-08-10)
-* fix(common): missing $ in required values helpers (#3376) ([c972152](https://github.com/bitnami/charts/commit/c972152)), closes [#3376](https://github.com/bitnami/charts/issues/3376)
-
-
+* fix(common): missing $ in required values helpers (#3376) ([c972152](https://github.com/bitnami/charts/commit/c972152762c14c5ab5e3847a4870f4f4f2a31224)), closes [#3376](https://github.com/bitnami/charts/issues/3376)
## 0.5.0 (2020-08-10)
-* [bitnami/common] add psql and mysql required password validations (#3374) ([1a4419e](https://github.com/bitnami/charts/commit/1a4419e)), closes [#3374](https://github.com/bitnami/charts/issues/3374)
-
-
+* [bitnami/common] add psql and mysql required password validations (#3374) ([1a4419e](https://github.com/bitnami/charts/commit/1a4419e15d985f67413beff98c9fc9b9f69108fb)), closes [#3374](https://github.com/bitnami/charts/issues/3374)
## 0.4.0 (2020-08-04)
-* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280)
-* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075)
-* Add common helpers to check secrets when upgrade (#3150) ([5a5807c](https://github.com/bitnami/charts/commit/5a5807c)), closes [#3150](https://github.com/bitnami/charts/issues/3150)
-
-
+* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280)
+* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075)
+* Add common helpers to check secrets when upgrade (#3150) ([5a5807c](https://github.com/bitnami/charts/commit/5a5807c1b1db1f2337f6aa5308d3ff73a4329e6a)), closes [#3150](https://github.com/bitnami/charts/issues/3150)
## 0.3.1 (2020-06-05)
-* [bitnami/several] Fix table rendering in some hubs (#2770) ([fe9fd8c](https://github.com/bitnami/charts/commit/fe9fd8c)), closes [#2770](https://github.com/bitnami/charts/issues/2770)
-
-
+* [bitnami/several] Fix table rendering in some hubs (#2770) ([fe9fd8c](https://github.com/bitnami/charts/commit/fe9fd8c261195385aae73e165ac6c1a666fef08e)), closes [#2770](https://github.com/bitnami/charts/issues/2770)
## 0.3.0 (2020-06-02)
-* [bitnami/common]: add template function for ingress apiVersion (#2732) ([a968a50](https://github.com/bitnami/charts/commit/a968a50)), closes [#2732](https://github.com/bitnami/charts/issues/2732)
-
-
+* [bitnami/common]: add template function for ingress apiVersion (#2732) ([a968a50](https://github.com/bitnami/charts/commit/a968a50916ed9fa6f823a5a3ef6e4b98d615322f)), closes [#2732](https://github.com/bitnami/charts/issues/2732)
## 0.2.4 (2020-05-29)
-* [bitnami/common] Bump chart version (#2707) ([ff2c37a](https://github.com/bitnami/charts/commit/ff2c37a)), closes [#2707](https://github.com/bitnami/charts/issues/2707)
-* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3f)), closes [#2705](https://github.com/bitnami/charts/issues/2705)
-
-
+* [bitnami/common] Bump chart version (#2707) ([ff2c37a](https://github.com/bitnami/charts/commit/ff2c37a576191f4523c7f69504aea669ab68aba8)), closes [#2707](https://github.com/bitnami/charts/issues/2707)
+* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3fc8b8949897ad2d99d437bd8fc975223e4)), closes [#2705](https://github.com/bitnami/charts/issues/2705)
## 0.2.3 (2020-05-26)
-* fix(common): add name attribute to imagePullSecrets helper (#2664) ([1ea21a9](https://github.com/bitnami/charts/commit/1ea21a9)), closes [#2664](https://github.com/bitnami/charts/issues/2664)
-
-
+* fix(common): add name attribute to imagePullSecrets helper (#2664) ([1ea21a9](https://github.com/bitnami/charts/commit/1ea21a92a8f44bd0d82d0fd4ed30108a89cf5b34)), closes [#2664](https://github.com/bitnami/charts/issues/2664)
## 0.2.2 (2020-05-19)
-* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615)
-
-
+* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615)
## 0.2.1 (2020-05-13)
-* bump bitnami/common version number (#2580) ([1bd1e7b](https://github.com/bitnami/charts/commit/1bd1e7b)), closes [#2580](https://github.com/bitnami/charts/issues/2580)
-
-
+* bump bitnami/common version number (#2580) ([1bd1e7b](https://github.com/bitnami/charts/commit/1bd1e7bc776614b6ae10f21e9c8b23fe15db5ff4)), closes [#2580](https://github.com/bitnami/charts/issues/2580)
## 0.2.0 (2020-04-17)
-* [bitnami/common] add secrets and warnings helpers (#2347) ([a748ff8](https://github.com/bitnami/charts/commit/a748ff8)), closes [#2347](https://github.com/bitnami/charts/issues/2347)
-
-
+* [bitnami/common] add secrets and warnings helpers (#2347) ([a748ff8](https://github.com/bitnami/charts/commit/a748ff82259d6553a0d4ca56ca6d7d050de859f4)), closes [#2347](https://github.com/bitnami/charts/issues/2347)
## 0.1.1 (2020-04-08)
-* [bitnami/common] bitnami common add values yaml (#2267) ([a88c902](https://github.com/bitnami/charts/commit/a88c902)), closes [#2267](https://github.com/bitnami/charts/issues/2267)
-
-
+* [bitnami/common] bitnami common add values yaml (#2267) ([a88c902](https://github.com/bitnami/charts/commit/a88c90212021771eacc562dd38c04381e2f63d6f)), closes [#2267](https://github.com/bitnami/charts/issues/2267)
## 0.1.0 (2020-04-03)
-* [bitnami/common]: add initial functions (#2188) ([9401e13](https://github.com/bitnami/charts/commit/9401e13)), closes [#2188](https://github.com/bitnami/charts/issues/2188)
-
-
-
+* [bitnami/common]: add initial functions (#2188) ([9401e13](https://github.com/bitnami/charts/commit/9401e13316992c36b0e33de75d5f249645a2924e)), closes [#2188](https://github.com/bitnami/charts/issues/2188)
diff --git a/bitnami/common/Chart.yaml b/bitnami/common/Chart.yaml
index 116083b5c16bd0..5ffa835eb4df64 100644
--- a/bitnami/common/Chart.yaml
+++ b/bitnami/common/Chart.yaml
@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
apiVersion: v2
# Please make sure that version and appVersion are always the same.
-appVersion: 2.19.3
+appVersion: 2.20.0
description: A Library Helm Chart for grouping common logic between bitnami charts. This chart is not deployable by itself.
home: https://bitnami.com
icon: https://bitnami.com/downloads/logos/bitnami-mark.png
@@ -21,6 +21,6 @@ maintainers:
url: https://github.com/bitnami/charts
name: common
sources:
- - https://github.com/bitnami/charts
+ - https://github.com/bitnami/charts/tree/main/bitnami/common
type: library
-version: 2.19.3
+version: 2.20.0
diff --git a/bitnami/common/templates/_capabilities.tpl b/bitnami/common/templates/_capabilities.tpl
index 002a517c6698c5..2fe81d32d1019a 100644
--- a/bitnami/common/templates/_capabilities.tpl
+++ b/bitnami/common/templates/_capabilities.tpl
@@ -16,7 +16,8 @@ Return the target Kubernetes version
Return the appropriate apiVersion for poddisruptionbudget.
*/}}
{{- define "common.capabilities.policy.apiVersion" -}}
-{{- if semverCompare "<1.21-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.21-0" $kubeVersion) -}}
{{- print "policy/v1beta1" -}}
{{- else -}}
{{- print "policy/v1" -}}
@@ -27,7 +28,8 @@ Return the appropriate apiVersion for poddisruptionbudget.
Return the appropriate apiVersion for networkpolicy.
*/}}
{{- define "common.capabilities.networkPolicy.apiVersion" -}}
-{{- if semverCompare "<1.7-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.7-0" $kubeVersion) -}}
{{- print "extensions/v1beta1" -}}
{{- else -}}
{{- print "networking.k8s.io/v1" -}}
@@ -38,7 +40,8 @@ Return the appropriate apiVersion for networkpolicy.
Return the appropriate apiVersion for cronjob.
*/}}
{{- define "common.capabilities.cronjob.apiVersion" -}}
-{{- if semverCompare "<1.21-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.21-0" $kubeVersion) -}}
{{- print "batch/v1beta1" -}}
{{- else -}}
{{- print "batch/v1" -}}
@@ -49,7 +52,8 @@ Return the appropriate apiVersion for cronjob.
Return the appropriate apiVersion for daemonset.
*/}}
{{- define "common.capabilities.daemonset.apiVersion" -}}
-{{- if semverCompare "<1.14-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.14-0" $kubeVersion) -}}
{{- print "extensions/v1beta1" -}}
{{- else -}}
{{- print "apps/v1" -}}
@@ -60,7 +64,8 @@ Return the appropriate apiVersion for daemonset.
Return the appropriate apiVersion for deployment.
*/}}
{{- define "common.capabilities.deployment.apiVersion" -}}
-{{- if semverCompare "<1.14-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.14-0" $kubeVersion) -}}
{{- print "extensions/v1beta1" -}}
{{- else -}}
{{- print "apps/v1" -}}
@@ -71,7 +76,8 @@ Return the appropriate apiVersion for deployment.
Return the appropriate apiVersion for statefulset.
*/}}
{{- define "common.capabilities.statefulset.apiVersion" -}}
-{{- if semverCompare "<1.14-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.14-0" $kubeVersion) -}}
{{- print "apps/v1beta1" -}}
{{- else -}}
{{- print "apps/v1" -}}
@@ -82,30 +88,24 @@ Return the appropriate apiVersion for statefulset.
Return the appropriate apiVersion for ingress.
*/}}
{{- define "common.capabilities.ingress.apiVersion" -}}
-{{- if .Values.ingress -}}
-{{- if .Values.ingress.apiVersion -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if (.Values.ingress).apiVersion -}}
{{- .Values.ingress.apiVersion -}}
-{{- else if semverCompare "<1.14-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- else if and (not (empty $kubeVersion)) (semverCompare "<1.14-0" $kubeVersion) -}}
{{- print "extensions/v1beta1" -}}
-{{- else if semverCompare "<1.19-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- else if and (not (empty $kubeVersion)) (semverCompare "<1.19-0" $kubeVersion) -}}
{{- print "networking.k8s.io/v1beta1" -}}
{{- else -}}
{{- print "networking.k8s.io/v1" -}}
{{- end }}
-{{- else if semverCompare "<1.14-0" (include "common.capabilities.kubeVersion" .) -}}
-{{- print "extensions/v1beta1" -}}
-{{- else if semverCompare "<1.19-0" (include "common.capabilities.kubeVersion" .) -}}
-{{- print "networking.k8s.io/v1beta1" -}}
-{{- else -}}
-{{- print "networking.k8s.io/v1" -}}
-{{- end -}}
{{- end -}}
{{/*
Return the appropriate apiVersion for RBAC resources.
*/}}
{{- define "common.capabilities.rbac.apiVersion" -}}
-{{- if semverCompare "<1.17-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.17-0" $kubeVersion) -}}
{{- print "rbac.authorization.k8s.io/v1beta1" -}}
{{- else -}}
{{- print "rbac.authorization.k8s.io/v1" -}}
@@ -116,7 +116,8 @@ Return the appropriate apiVersion for RBAC resources.
Return the appropriate apiVersion for CRDs.
*/}}
{{- define "common.capabilities.crd.apiVersion" -}}
-{{- if semverCompare "<1.19-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.19-0" $kubeVersion) -}}
{{- print "apiextensions.k8s.io/v1beta1" -}}
{{- else -}}
{{- print "apiextensions.k8s.io/v1" -}}
@@ -127,7 +128,8 @@ Return the appropriate apiVersion for CRDs.
Return the appropriate apiVersion for APIService.
*/}}
{{- define "common.capabilities.apiService.apiVersion" -}}
-{{- if semverCompare "<1.10-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.10-0" $kubeVersion) -}}
{{- print "apiregistration.k8s.io/v1beta1" -}}
{{- else -}}
{{- print "apiregistration.k8s.io/v1" -}}
@@ -138,7 +140,8 @@ Return the appropriate apiVersion for APIService.
Return the appropriate apiVersion for Horizontal Pod Autoscaler.
*/}}
{{- define "common.capabilities.hpa.apiVersion" -}}
-{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .context) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" .context -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.23-0" $kubeVersion) -}}
{{- if .beta2 -}}
{{- print "autoscaling/v2beta2" -}}
{{- else -}}
@@ -153,7 +156,8 @@ Return the appropriate apiVersion for Horizontal Pod Autoscaler.
Return the appropriate apiVersion for Vertical Pod Autoscaler.
*/}}
{{- define "common.capabilities.vpa.apiVersion" -}}
-{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .context) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" .context -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.23-0" $kubeVersion) -}}
{{- if .beta2 -}}
{{- print "autoscaling/v2beta2" -}}
{{- else -}}
@@ -168,7 +172,8 @@ Return the appropriate apiVersion for Vertical Pod Autoscaler.
Returns true if PodSecurityPolicy is supported
*/}}
{{- define "common.capabilities.psp.supported" -}}
-{{- if semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if or (empty $kubeVersion) (semverCompare "<1.25-0" $kubeVersion) -}}
{{- true -}}
{{- end -}}
{{- end -}}
@@ -177,7 +182,8 @@ Returns true if PodSecurityPolicy is supported
Returns true if AdmissionConfiguration is supported
*/}}
{{- define "common.capabilities.admissionConfiguration.supported" -}}
-{{- if semverCompare ">=1.23-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if or (empty $kubeVersion) (not (semverCompare "<1.23-0" $kubeVersion)) -}}
{{- true -}}
{{- end -}}
{{- end -}}
@@ -186,9 +192,10 @@ Returns true if AdmissionConfiguration is supported
Return the appropriate apiVersion for AdmissionConfiguration.
*/}}
{{- define "common.capabilities.admissionConfiguration.apiVersion" -}}
-{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.23-0" $kubeVersion) -}}
{{- print "apiserver.config.k8s.io/v1alpha1" -}}
-{{- else if semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- else if and (not (empty $kubeVersion)) (semverCompare "<1.25-0" $kubeVersion) -}}
{{- print "apiserver.config.k8s.io/v1beta1" -}}
{{- else -}}
{{- print "apiserver.config.k8s.io/v1" -}}
@@ -199,9 +206,10 @@ Return the appropriate apiVersion for AdmissionConfiguration.
Return the appropriate apiVersion for PodSecurityConfiguration.
*/}}
{{- define "common.capabilities.podSecurityConfiguration.apiVersion" -}}
-{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
+{{- if and (not (empty $kubeVersion)) (semverCompare "<1.23-0" $kubeVersion) -}}
{{- print "pod-security.admission.config.k8s.io/v1alpha1" -}}
-{{- else if semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .) -}}
+{{- else if and (not (empty $kubeVersion)) (semverCompare "<1.25-0" $kubeVersion) -}}
{{- print "pod-security.admission.config.k8s.io/v1beta1" -}}
{{- else -}}
{{- print "pod-security.admission.config.k8s.io/v1" -}}
diff --git a/bitnami/concourse/CHANGELOG.md b/bitnami/concourse/CHANGELOG.md
index 076f07e7f3c462..9772847f27b442 100644
--- a/bitnami/concourse/CHANGELOG.md
+++ b/bitnami/concourse/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 4.2.1 (2024-05-22)
+## 4.2.3 (2024-06-05)
-* [bitnami/concourse] Use different liveness/readiness probes ([#26340](https://github.com/bitnami/charts/pull/26340))
+* [bitnami/concourse] Bump chart version ([#26824](https://github.com/bitnami/charts/pull/26824))
+
+## 4.2.2 (2024-06-05)
+
+* [bitnami/concourse] Bump chart version (#26766) ([5413c17](https://github.com/bitnami/charts/commit/5413c1784a303f46c590b14cb9ad3663e1618747)), closes [#26766](https://github.com/bitnami/charts/issues/26766)
+
+## 4.2.1 (2024-05-23)
+
+* [bitnami/concourse] Use different liveness/readiness probes (#26340) ([04467b6](https://github.com/bitnami/charts/commit/04467b6969709579e43317c63ade2d3a96f79bfc)), closes [#26340](https://github.com/bitnami/charts/issues/26340)
## 4.2.0 (2024-05-21)
diff --git a/bitnami/concourse/Chart.lock b/bitnami/concourse/Chart.lock
index 582c55250f58c9..72724f6044e953 100644
--- a/bitnami/concourse/Chart.lock
+++ b/bitnami/concourse/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.4.0
+ version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:929be65a3e8735983a5dbe2c9177e3b2cc66003f2076173eb6a6cc9da7e316d6
-generated: "2024-05-22T16:14:53.251288+02:00"
+digest: sha256:f3fcd5498e4e9b937b570d605c905165412fcf74018f8771679b79cce2fcb3fd
+generated: "2024-06-05T15:02:30.966243+02:00"
diff --git a/bitnami/concourse/Chart.yaml b/bitnami/concourse/Chart.yaml
index 7249300189c116..8f0c9e88871d7b 100644
--- a/bitnami/concourse/Chart.yaml
+++ b/bitnami/concourse/Chart.yaml
@@ -12,29 +12,29 @@ annotations:
apiVersion: v2
appVersion: 7.11.2
dependencies:
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.X.X
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.X.X
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Concourse is an automation system written in Go. It is most commonly used for CI/CD, and is built to scale to any kind of automation pipeline, from simple to complex.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/concourse/img/concourse-stack-220x234.png
keywords:
-- concourse
-- ci
-- cd
-- http
-- web
-- application
+ - concourse
+ - ci
+ - cd
+ - http
+ - web
+ - application
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: concourse
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/concourse
-version: 4.2.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/concourse
+version: 4.2.3
diff --git a/bitnami/contour/CHANGELOG.md b/bitnami/contour/CHANGELOG.md
index 41e2d4336635c4..231077ab81cb3b 100644
--- a/bitnami/contour/CHANGELOG.md
+++ b/bitnami/contour/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 18.1.3 (2024-06-05)
+## 18.2.0 (2024-06-05)
-* [bitnami/contour] Release 18.1.3 ([#26726](https://github.com/bitnami/charts/pull/26726))
+* [bitnami/contour] Enable PodDisruptionBudgets ([#26690](https://github.com/bitnami/charts/pull/26690))
+
+## 18.1.3 (2024-06-05)
+
+* [bitnami/contour] Release 18.1.3 (#26726) ([9de7bb1](https://github.com/bitnami/charts/commit/9de7bb15e394bda4f2e4aa5ddaeaf464a2016d69)), closes [#26726](https://github.com/bitnami/charts/issues/26726)
## 18.1.2 (2024-06-04)
diff --git a/bitnami/contour/Chart.yaml b/bitnami/contour/Chart.yaml
index 08e665c9c6c778..78f7f12323d75a 100644
--- a/bitnami/contour/Chart.yaml
+++ b/bitnami/contour/Chart.yaml
@@ -32,4 +32,4 @@ maintainers:
name: contour
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/contour
-version: 18.1.3
+version: 18.2.0
diff --git a/bitnami/contour/README.md b/bitnami/contour/README.md
index d3e86879ff0db5..28e9a3c8239255 100644
--- a/bitnami/contour/README.md
+++ b/bitnami/contour/README.md
@@ -324,8 +324,8 @@ As an alternative, you can use of the preset configurations for pod affinity, po
| `contour.rootNamespaces` | Restrict Contour to searching these namespaces for root ingress routes. | `""` |
| `contour.overloadManager.enabled` | Enable Overload Manager | `false` |
| `contour.overloadManager.maxHeapBytes` | Overload Manager's maximum heap size in bytes | `2147483648` |
-| `contour.pdb.create` | Enable Pod Disruption Budget configuration | `false` |
-| `contour.pdb.minAvailable` | Minimum number/percentage of Default backend pods that should remain scheduled | `1` |
+| `contour.pdb.create` | Enable Pod Disruption Budget configuration | `true` |
+| `contour.pdb.minAvailable` | Minimum number/percentage of Default backend pods that should remain scheduled | `""` |
| `contour.pdb.maxUnavailable` | Maximum number/percentage of Default backend pods that should remain scheduled | `""` |
### Envoy parameters
@@ -514,8 +514,8 @@ As an alternative, you can use of the preset configurations for pod affinity, po
| `envoy.extraEnvVars` | Array containing extra env vars to be added to all Envoy containers | `[]` |
| `envoy.extraEnvVarsCM` | ConfigMap containing extra env vars to be added to all Envoy containers | `""` |
| `envoy.extraEnvVarsSecret` | Secret containing extra env vars to be added to all Envoy containers | `""` |
-| `envoy.pdb.create` | Enable Pod Disruption Budget configuration | `false` |
-| `envoy.pdb.minAvailable` | Minimum number/percentage of Default backend pods that should remain scheduled | `1` |
+| `envoy.pdb.create` | Enable Pod Disruption Budget configuration | `true` |
+| `envoy.pdb.minAvailable` | Minimum number/percentage of Default backend pods that should remain scheduled | `""` |
| `envoy.pdb.maxUnavailable` | Maximum number/percentage of Default backend pods that should remain scheduled | `""` |
### Default backend parameters
@@ -607,8 +607,8 @@ As an alternative, you can use of the preset configurations for pod affinity, po
| `defaultBackend.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
| `defaultBackend.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
| `defaultBackend.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |
-| `defaultBackend.pdb.create` | Enable Pod Disruption Budget configuration | `false` |
-| `defaultBackend.pdb.minAvailable` | Minimum number/percentage of Default backend pods that should remain scheduled | `1` |
+| `defaultBackend.pdb.create` | Enable Pod Disruption Budget configuration | `true` |
+| `defaultBackend.pdb.minAvailable` | Minimum number/percentage of Default backend pods that should remain scheduled | `""` |
| `defaultBackend.pdb.maxUnavailable` | Maximum number/percentage of Default backend pods that should remain scheduled | `""` |
| `ingress.enabled` | Ingress configuration enabled | `false` |
| `ingress.apiVersion` | Force Ingress API version (automatically detected if not set) | `""` |
diff --git a/bitnami/contour/templates/contour/poddisruptionbudget.yaml b/bitnami/contour/templates/contour/poddisruptionbudget.yaml
index 3855a694b7bd05..c057f528b87c5c 100644
--- a/bitnami/contour/templates/contour/poddisruptionbudget.yaml
+++ b/bitnami/contour/templates/contour/poddisruptionbudget.yaml
@@ -20,8 +20,8 @@ spec:
{{- if .Values.contour.pdb.minAvailable }}
minAvailable: {{ .Values.contour.pdb.minAvailable }}
{{- end }}
- {{- if .Values.contour.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.contour.pdb.maxUnavailable }}
+ {{- if or .Values.contour.pdb.maxUnavailable ( not .Values.contour.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.contour.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.contour.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/contour/templates/default-backend/poddisruptionbudget.yaml b/bitnami/contour/templates/default-backend/poddisruptionbudget.yaml
index 87cf341be1962f..26303a60b8f050 100644
--- a/bitnami/contour/templates/default-backend/poddisruptionbudget.yaml
+++ b/bitnami/contour/templates/default-backend/poddisruptionbudget.yaml
@@ -21,8 +21,8 @@ spec:
{{- if .Values.defaultBackend.pdb.minAvailable }}
minAvailable: {{ .Values.defaultBackend.pdb.minAvailable }}
{{- end }}
- {{- if .Values.defaultBackend.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.defaultBackend.pdb.maxUnavailable }}
+ {{- if or .Values.defaultBackend.pdb.maxUnavailable ( not .Values.defaultBackend.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.defaultBackend.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.defaultBackend.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/contour/templates/envoy/poddisruptionbudget.yaml b/bitnami/contour/templates/envoy/poddisruptionbudget.yaml
index f9eb0a8b0e3132..70e1baea037184 100644
--- a/bitnami/contour/templates/envoy/poddisruptionbudget.yaml
+++ b/bitnami/contour/templates/envoy/poddisruptionbudget.yaml
@@ -21,8 +21,8 @@ spec:
{{- if .Values.envoy.pdb.minAvailable }}
minAvailable: {{ .Values.envoy.pdb.minAvailable }}
{{- end }}
- {{- if .Values.envoy.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.envoy.pdb.maxUnavailable }}
+ {{- if or .Values.envoy.pdb.maxUnavailable ( not .Values.envoy.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.envoy.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.envoy.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/contour/values.yaml b/bitnami/contour/values.yaml
index ec73fa176172f7..2a6e04830b063a 100644
--- a/bitnami/contour/values.yaml
+++ b/bitnami/contour/values.yaml
@@ -639,8 +639,8 @@ contour:
## @param contour.pdb.maxUnavailable Maximum number/percentage of Default backend pods that should remain scheduled
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## @section Envoy parameters
@@ -1305,8 +1305,8 @@ envoy:
## @param envoy.pdb.maxUnavailable Maximum number/percentage of Default backend pods that should remain scheduled
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## @section Default backend parameters
@@ -1664,8 +1664,8 @@ defaultBackend:
## @param defaultBackend.pdb.maxUnavailable Maximum number/percentage of Default backend pods that should remain scheduled
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## Ingress parameters
##
diff --git a/bitnami/discourse/CHANGELOG.md b/bitnami/discourse/CHANGELOG.md
index 438a05c04172e4..060abdf46b6e70 100644
--- a/bitnami/discourse/CHANGELOG.md
+++ b/bitnami/discourse/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 13.2.0 (2024-05-24)
+## 13.2.2 (2024-06-05)
-* [bitnami/discourse] Enable PodDisruptionBudgets ([#26425](https://github.com/bitnami/charts/pull/26425))
+* [bitnami/discourse] Bump chart version ([#26825](https://github.com/bitnami/charts/pull/26825))
+
+## 13.2.1 (2024-06-05)
+
+* [bitnami/discourse] Bump chart version (#26767) ([e841b7c](https://github.com/bitnami/charts/commit/e841b7c9aafd711a3e6f425905e00a019949791b)), closes [#26767](https://github.com/bitnami/charts/issues/26767)
+
+## 13.2.0 (2024-05-30)
+
+* [bitnami/discourse] Enable PodDisruptionBudgets (#26425) ([b5de08f](https://github.com/bitnami/charts/commit/b5de08fa965b07a74fd2611cfc4e3a962463f6b5)), closes [#26425](https://github.com/bitnami/charts/issues/26425)
## 13.1.0 (2024-05-21)
diff --git a/bitnami/discourse/Chart.lock b/bitnami/discourse/Chart.lock
index fa572875c36493..7ed0c2af3a81ee 100644
--- a/bitnami/discourse/Chart.lock
+++ b/bitnami/discourse/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.5.0
+ version: 19.5.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.4.0
+ version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:f453342bd1f29b2d0e059a873b74b0fdf83b29eb4309e67be59e86baa0b035d5
-generated: "2024-05-24T19:37:34.502942+02:00"
+digest: sha256:c14a46a1cda82ec48ae1cf0cb24b26063ed1c9f510d0d9e4ce12ab3f63d3efc0
+generated: "2024-06-05T15:02:37.25939+02:00"
diff --git a/bitnami/discourse/Chart.yaml b/bitnami/discourse/Chart.yaml
index 13cb55eb34c522..d32eda6305576a 100644
--- a/bitnami/discourse/Chart.yaml
+++ b/bitnami/discourse/Chart.yaml
@@ -12,33 +12,33 @@ annotations:
apiVersion: v2
appVersion: 3.2.2
dependencies:
-- condition: redis.enabled
- name: redis
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.X.X
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.X.X
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: redis.enabled
+ name: redis
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 19.X.X
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.X.X
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Discourse is an open source discussion platform with built-in moderation and governance systems that let discussion communities protect themselves from bad actors even without official moderators.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/discourse/img/discourse-stack-220x234.png
keywords:
-- community
-- forum
+ - community
+ - forum
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
-- email: username.taken@gmail.com
- name: paulczar
-- email: preteluca@gmail.com
- name: lucaprete
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
+ - email: username.taken@gmail.com
+ name: paulczar
+ - email: preteluca@gmail.com
+ name: lucaprete
name: discourse
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/discourse
-version: 13.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/discourse
+version: 13.2.2
diff --git a/bitnami/drupal/CHANGELOG.md b/bitnami/drupal/CHANGELOG.md
index 394c743d637d4a..1d9cce8659c097 100644
--- a/bitnami/drupal/CHANGELOG.md
+++ b/bitnami/drupal/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 18.21.1 (2024-06-04)
+## 18.21.3 (2024-06-05)
-* [bitnami/drupal] Fix typo in deployment.yaml template ([#26679](https://github.com/bitnami/charts/pull/26679))
+* [bitnami/drupal] Bump chart version ([#26826](https://github.com/bitnami/charts/pull/26826))
+
+## 18.21.2 (2024-06-05)
+
+* [bitnami/drupal] Bump chart version (#26768) ([01766d5](https://github.com/bitnami/charts/commit/01766d58adf0c0e3f6e0ac3cb1dd6e5c06639953)), closes [#26768](https://github.com/bitnami/charts/issues/26768)
+
+## 18.21.1 (2024-06-04)
+
+* [bitnami/drupal] Fix typo in deployment.yaml template (#26679) ([5d83a69](https://github.com/bitnami/charts/commit/5d83a69dd3168a476a8edb9ea2d85c23b97cea13)), closes [#26679](https://github.com/bitnami/charts/issues/26679)
## 18.21.0 (2024-06-03)
diff --git a/bitnami/drupal/Chart.lock b/bitnami/drupal/Chart.lock
index 8bc8624d2c651e..e195aec7ded5e3 100644
--- a/bitnami/drupal/Chart.lock
+++ b/bitnami/drupal/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.2.0
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:12ae0eae08e6a4b0ed817fa178454edd314ae4465c205e051983b9f77dba20b9
-generated: "2024-05-24T20:11:38.243228+02:00"
+digest: sha256:7c38699a1e5655841a6b5cc2c078368f2fcdcab4d0baeba0c11158443c94049c
+generated: "2024-06-05T15:02:43.635186+02:00"
diff --git a/bitnami/drupal/Chart.yaml b/bitnami/drupal/Chart.yaml
index d041a8f7af62e8..fc27994ee1876f 100644
--- a/bitnami/drupal/Chart.yaml
+++ b/bitnami/drupal/Chart.yaml
@@ -14,30 +14,30 @@ annotations:
apiVersion: v2
appVersion: 10.2.6
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Drupal is one of the most versatile open source content management systems in the world. It is pre-configured with the Ctools and Views modules, Drush and Let's Encrypt auto-configuration support.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/drupal/img/drupal-stack-220x234.png
keywords:
-- drupal
-- cms
-- blog
-- http
-- web
-- application
-- php
+ - drupal
+ - cms
+ - blog
+ - http
+ - web
+ - application
+ - php
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: drupal
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/drupal
-version: 18.21.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/drupal
+version: 18.21.3
diff --git a/bitnami/ejbca/CHANGELOG.md b/bitnami/ejbca/CHANGELOG.md
index eef7fd10f2bc09..d7849e96735620 100644
--- a/bitnami/ejbca/CHANGELOG.md
+++ b/bitnami/ejbca/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 14.2.0 (2024-05-24)
+## 14.2.2 (2024-06-05)
-* [bitnami/ejbca] Enable PodDisruptionBudgets ([#26427](https://github.com/bitnami/charts/pull/26427))
+* [bitnami/ejbca] Bump chart version ([#26827](https://github.com/bitnami/charts/pull/26827))
+
+## 14.2.1 (2024-06-05)
+
+* [bitnami/ejbca] Bump chart version (#26769) ([b08646e](https://github.com/bitnami/charts/commit/b08646eec1628986812a282bb380322b2cc81686)), closes [#26769](https://github.com/bitnami/charts/issues/26769)
+
+## 14.2.0 (2024-05-27)
+
+* [bitnami/ejbca] Enable PodDisruptionBudgets (#26427) ([23f140f](https://github.com/bitnami/charts/commit/23f140fb6d332799279386c2c403cbb2ec580cd4)), closes [#26427](https://github.com/bitnami/charts/issues/26427)
## 14.1.0 (2024-05-21)
diff --git a/bitnami/ejbca/Chart.lock b/bitnami/ejbca/Chart.lock
index f0a951d2fa751f..dae99e85001a69 100644
--- a/bitnami/ejbca/Chart.lock
+++ b/bitnami/ejbca/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.0.6
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:ddc3440c046c64c53618b5bcc3141e00936e7db1fabc90ca6a340021c7429a1d
-generated: "2024-05-21T13:36:33.574297015+02:00"
+digest: sha256:771224b1f70501527bd8fb32a49b48e413bf2503b1dd0416d3adf996fd2cb262
+generated: "2024-06-05T15:02:49.665625+02:00"
diff --git a/bitnami/ejbca/Chart.yaml b/bitnami/ejbca/Chart.yaml
index c24715e68c7796..3c6401bf8690e9 100644
--- a/bitnami/ejbca/Chart.yaml
+++ b/bitnami/ejbca/Chart.yaml
@@ -10,29 +10,29 @@ annotations:
apiVersion: v2
appVersion: 8.2.0-1
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - ejbca-database
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - ejbca-database
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: EJBCA is an enterprise class PKI Certificate Authority software, built using Java (JEE) technology.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/ejbca/img/ejbca-stack-220x234.png
keywords:
-- ejbca
-- ca
-- pki
-- certificate
+ - ejbca
+ - ca
+ - pki
+ - certificate
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: ejbca
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/ejbca
-version: 14.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/ejbca
+version: 14.2.2
diff --git a/bitnami/elasticsearch/CHANGELOG.md b/bitnami/elasticsearch/CHANGELOG.md
index bf2f1538c78810..5a5004888bac6b 100644
--- a/bitnami/elasticsearch/CHANGELOG.md
+++ b/bitnami/elasticsearch/CHANGELOG.md
@@ -1,2176 +1,2189 @@
# Changelog
+## 21.1.3 (2024-06-05)
+
+* [bitnami/elasticsearch] Release 21.1.3 ([#26875](https://github.com/bitnami/charts/pull/26875))
+
+## 21.1.2 (2024-06-05)
+
+* [bitnami/elasticsearch] Bump chart version (#26828) ([23b61db](https://github.com/bitnami/charts/commit/23b61db9bdefedd35c92ba4de7dc3ef436badc0b)), closes [#26828](https://github.com/bitnami/charts/issues/26828)
+
+## 21.1.1 (2024-06-05)
+
+* [bitnami/elasticsearch] Bump chart version (#26770) ([d4f9873](https://github.com/bitnami/charts/commit/d4f987333b9927ecd7c5f890de21d2014a506de4)), closes [#26770](https://github.com/bitnami/charts/issues/26770)
+
## 21.1.0 (2024-05-21)
-* [bitnami/elasticsearch] feat: :sparkles: :lock: Add warning when original images are replaced ([#26197](https://github.com/bitnami/charts/pulls/26197))
+* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c9e4e574725a09505d2d313fb93f1b4c0a)), closes [#25359](https://github.com/bitnami/charts/issues/25359)
+* [bitnami/elasticsearch] feat: :sparkles: :lock: Add warning when original images are replaced (#2619 ([b422cf3](https://github.com/bitnami/charts/commit/b422cf38514bb190c235d39a870ca328f08d5e90)), closes [#26197](https://github.com/bitnami/charts/issues/26197)
## 21.0.7 (2024-05-20)
-* [bitnami/elasticsearch] Use different liveness/readiness probes (#26129) ([e0f0cb4](https://github.com/bitnami/charts/commit/e0f0cb4)), closes [#26129](https://github.com/bitnami/charts/issues/26129)
+* [bitnami/elasticsearch] Use different liveness/readiness probes (#26129) ([e0f0cb4](https://github.com/bitnami/charts/commit/e0f0cb46fdd9538c5f7439d8e209cda194d2ef73)), closes [#26129](https://github.com/bitnami/charts/issues/26129)
## 21.0.6 (2024-05-18)
-* [bitnami/elasticsearch] Release 21.0.6 updating components versions (#26010) ([19d728e](https://github.com/bitnami/charts/commit/19d728e)), closes [#26010](https://github.com/bitnami/charts/issues/26010)
+* [bitnami/elasticsearch] Release 21.0.6 updating components versions (#26010) ([19d728e](https://github.com/bitnami/charts/commit/19d728e302915e0372047eeaee3cd242d598ef9c)), closes [#26010](https://github.com/bitnami/charts/issues/26010)
## 21.0.5 (2024-05-16)
-* [bitnami/elasticsearch] fixed secContext for initContainer for openshift (#25910) ([08643a3](https://github.com/bitnami/charts/commit/08643a3)), closes [#25910](https://github.com/bitnami/charts/issues/25910)
+* [bitnami/elasticsearch] fixed secContext for initContainer for openshift (#25910) ([08643a3](https://github.com/bitnami/charts/commit/08643a3214e601120c251fa5e1787d5637e808ab)), closes [#25910](https://github.com/bitnami/charts/issues/25910)
## 21.0.4 (2024-05-14)
-* [bitnami/elasticsearch] Release 21.0.4 updating components versions (#25854) ([b0b4861](https://github.com/bitnami/charts/commit/b0b4861)), closes [#25854](https://github.com/bitnami/charts/issues/25854)
+* [bitnami/elasticsearch] Release 21.0.4 updating components versions (#25854) ([b0b4861](https://github.com/bitnami/charts/commit/b0b4861ba7f9df5d979a414449449848fc37fb14)), closes [#25854](https://github.com/bitnami/charts/issues/25854)
## 21.0.3 (2024-05-13)
-* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94)), closes [#25628](https://github.com/bitnami/charts/issues/25628)
-* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11)), closes [#25558](https://github.com/bitnami/charts/issues/25558)
-* [bitnami/elasticsearch] Release 21.0.3 updating components versions (#25750) ([cdef32c](https://github.com/bitnami/charts/commit/cdef32c)), closes [#25750](https://github.com/bitnami/charts/issues/25750)
+* [bitnami/*] Change non-root and rolling-tags doc URLs (#25628) ([b067c94](https://github.com/bitnami/charts/commit/b067c94f6bcde427863c197fd355f0b5ba12ff5b)), closes [#25628](https://github.com/bitnami/charts/issues/25628)
+* [bitnami/*] Set new header/owner (#25558) ([8d1dc11](https://github.com/bitnami/charts/commit/8d1dc11f5fb30db6fba50c43d7af59d2f79deed3)), closes [#25558](https://github.com/bitnami/charts/issues/25558)
+* [bitnami/elasticsearch] Release 21.0.3 updating components versions (#25750) ([cdef32c](https://github.com/bitnami/charts/commit/cdef32ca6a93f7f5f73e79c90e9cbd623afab141)), closes [#25750](https://github.com/bitnami/charts/issues/25750)
## 21.0.2 (2024-05-03)
-* [bitnami/elasticsearch] Recover Upgrading tag in the README (#25300) ([bf6ea07](https://github.com/bitnami/charts/commit/bf6ea07)), closes [#25300](https://github.com/bitnami/charts/issues/25300)
-* [bitnami/elasticsearch] Release 21.0.2 updating components versions (#25520) ([aaf2765](https://github.com/bitnami/charts/commit/aaf2765)), closes [#25520](https://github.com/bitnami/charts/issues/25520)
-* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1b)), closes [#25348](https://github.com/bitnami/charts/issues/25348)
-* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0)), closes [#25306](https://github.com/bitnami/charts/issues/25306)
+* [bitnami/elasticsearch] Recover Upgrading tag in the README (#25300) ([bf6ea07](https://github.com/bitnami/charts/commit/bf6ea07c405e2977315be3641d895df4ee2462e7)), closes [#25300](https://github.com/bitnami/charts/issues/25300)
+* [bitnami/elasticsearch] Release 21.0.2 updating components versions (#25520) ([aaf2765](https://github.com/bitnami/charts/commit/aaf2765776dad2d10fea6f7b0e23dad2d14871fa)), closes [#25520](https://github.com/bitnami/charts/issues/25520)
+* [bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348) ([6970c1b](https://github.com/bitnami/charts/commit/6970c1ba245873506e73d459c6eac1e4919b778f)), closes [#25348](https://github.com/bitnami/charts/issues/25348)
+* Replace VMware by Broadcom copyright text (#25306) ([a5e4bd0](https://github.com/bitnami/charts/commit/a5e4bd0e35e419203793976a78d9d0a13de92c76)), closes [#25306](https://github.com/bitnami/charts/issues/25306)
## 21.0.1 (2024-04-18)
-* [bitnami/elasticsearch] Release 21.0.1 updating components versions (#25226) ([7359f94](https://github.com/bitnami/charts/commit/7359f94)), closes [#25226](https://github.com/bitnami/charts/issues/25226)
+* [bitnami/elasticsearch] Release 21.0.1 updating components versions (#25226) ([7359f94](https://github.com/bitnami/charts/commit/7359f94e1c61801f043b4515f697575830f814e1)), closes [#25226](https://github.com/bitnami/charts/issues/25226)
## 21.0.0 (2024-04-18)
-* [bitnami/elasticsearch] Update dependencies of the chart (#25225) ([a93dbf2](https://github.com/bitnami/charts/commit/a93dbf2)), closes [#25225](https://github.com/bitnami/charts/issues/25225)
+* [bitnami/elasticsearch] Update dependencies of the chart (#25225) ([a93dbf2](https://github.com/bitnami/charts/commit/a93dbf297a1bdbb363e5e9f725cf64e01734a9ea)), closes [#25225](https://github.com/bitnami/charts/issues/25225)
## 20.0.4 (2024-04-08)
-* [bitnami/elasticsearch] Release 20.0.4 updating components versions (#25058) ([1b48e49](https://github.com/bitnami/charts/commit/1b48e49)), closes [#25058](https://github.com/bitnami/charts/issues/25058)
+* [bitnami/elasticsearch] Release 20.0.4 updating components versions (#25058) ([1b48e49](https://github.com/bitnami/charts/commit/1b48e49e8605f717f9ed00e24d40435d4a41dc3c)), closes [#25058](https://github.com/bitnami/charts/issues/25058)
## 20.0.3 (2024-04-05)
-* [bitnami/elasticsearch] Release 20.0.2 updating components versions (#24820) ([791ba86](https://github.com/bitnami/charts/commit/791ba86)), closes [#24820](https://github.com/bitnami/charts/issues/24820)
-* [bitnami/elasticsearch] Release 20.0.3 (#24940) ([3d41f7c](https://github.com/bitnami/charts/commit/3d41f7c)), closes [#24940](https://github.com/bitnami/charts/issues/24940)
-* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a)), closes [#24467](https://github.com/bitnami/charts/issues/24467)
+* [bitnami/elasticsearch] Release 20.0.2 updating components versions (#24820) ([791ba86](https://github.com/bitnami/charts/commit/791ba86c691247b3d4cabd12ac7a6d7feb527144)), closes [#24820](https://github.com/bitnami/charts/issues/24820)
+* [bitnami/elasticsearch] Release 20.0.3 (#24940) ([3d41f7c](https://github.com/bitnami/charts/commit/3d41f7c7bcba71ebb504025d7324ed1b62a51105)), closes [#24940](https://github.com/bitnami/charts/issues/24940)
+* Update resourcesPreset comments (#24467) ([92e3e8a](https://github.com/bitnami/charts/commit/92e3e8a507326d2a20a8f10ab3e7746a2ec5c554)), closes [#24467](https://github.com/bitnami/charts/issues/24467)
## 20.0.2 (2024-04-02)
-* [bitnami/elasticsearch] fix: :bug: Remove / from copy-default-plugins (#24835) ([d709b08](https://github.com/bitnami/charts/commit/d709b08)), closes [#24835](https://github.com/bitnami/charts/issues/24835)
+* [bitnami/elasticsearch] fix: :bug: Remove / from copy-default-plugins (#24835) ([d709b08](https://github.com/bitnami/charts/commit/d709b08d7dd23caac64668940aa27f9ee25ca976)), closes [#24835](https://github.com/bitnami/charts/issues/24835)
## 20.0.1 (2024-03-26)
-* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048)), closes [#24455](https://github.com/bitnami/charts/issues/24455)
-* [bitnami/elasticsearch] Release 20.0.1 updating components versions (#24695) ([5e4910e](https://github.com/bitnami/charts/commit/5e4910e)), closes [#24695](https://github.com/bitnami/charts/issues/24695)
+* [bitnami/*] Reorder Chart sections (#24455) ([0cf4048](https://github.com/bitnami/charts/commit/0cf4048e8743f70a9753d460655bd030cbff6824)), closes [#24455](https://github.com/bitnami/charts/issues/24455)
+* [bitnami/elasticsearch] Release 20.0.1 updating components versions (#24695) ([5e4910e](https://github.com/bitnami/charts/commit/5e4910e8bc2b7624e34f91950cd378bca420000b)), closes [#24695](https://github.com/bitnami/charts/issues/24695)
## 20.0.0 (2024-03-15)
-* [bitnami/elasticsearch] feat!: :lock: :boom: Improve security defaults (#24303) ([f499109](https://github.com/bitnami/charts/commit/f499109)), closes [#24303](https://github.com/bitnami/charts/issues/24303)
+* [bitnami/elasticsearch] feat!: :lock: :boom: Improve security defaults (#24303) ([f499109](https://github.com/bitnami/charts/commit/f499109ae6749eedcbc24da44ac004854b6a2e75)), closes [#24303](https://github.com/bitnami/charts/issues/24303)
## 19.21.2 (2024-03-11)
-* Fix elasticsearch metric es.uri template (#24039) ([9b9b518](https://github.com/bitnami/charts/commit/9b9b518)), closes [#24039](https://github.com/bitnami/charts/issues/24039)
+* Fix elasticsearch metric es.uri template (#24039) ([9b9b518](https://github.com/bitnami/charts/commit/9b9b51888c96601165fa898511705a3ba793833f)), closes [#24039](https://github.com/bitnami/charts/issues/24039)
## 19.21.1 (2024-03-07)
-* Fix elasticsearch shared initContainers rendering (#24005) ([31069b2](https://github.com/bitnami/charts/commit/31069b2)), closes [#24005](https://github.com/bitnami/charts/issues/24005)
+* Fix elasticsearch shared initContainers rendering (#24005) ([31069b2](https://github.com/bitnami/charts/commit/31069b2010a7324419365e7409a2b896cb32d533)), closes [#24005](https://github.com/bitnami/charts/issues/24005)
## 19.21.0 (2024-03-06)
-* [bitnami/elasticsearch] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23779) ([86ee2e8](https://github.com/bitnami/charts/commit/86ee2e8)), closes [#23779](https://github.com/bitnami/charts/issues/23779)
+* [bitnami/elasticsearch] feat: :sparkles: :lock: Add readOnlyRootFilesystem support (#23779) ([86ee2e8](https://github.com/bitnami/charts/commit/86ee2e8b1dd4f8f449430818d71bef792a771734)), closes [#23779](https://github.com/bitnami/charts/issues/23779)
## 19.20.0 (2024-03-06)
-* [bitnami/elasticsearch] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 ([7888f4c](https://github.com/bitnami/charts/commit/7888f4c)), closes [#24078](https://github.com/bitnami/charts/issues/24078)
+* [bitnami/elasticsearch] feat: :sparkles: :lock: Add automatic adaptation for Openshift restricted-v2 ([7888f4c](https://github.com/bitnami/charts/commit/7888f4c3fa0560b46f291760a72d6633c19bd176)), closes [#24078](https://github.com/bitnami/charts/issues/24078)
## 19.19.4 (2024-03-05)
-* [bitnami/elasticsearch] Bump chart version again (#24103) ([379aa77](https://github.com/bitnami/charts/commit/379aa77)), closes [#24103](https://github.com/bitnami/charts/issues/24103)
-* [bitnami/elasticsearch] Fix values for ELASTICSEARCH_NODE_ROLES (#23845) ([b7498e9](https://github.com/bitnami/charts/commit/b7498e9)), closes [#23845](https://github.com/bitnami/charts/issues/23845)
+* [bitnami/elasticsearch] Bump chart version again (#24103) ([379aa77](https://github.com/bitnami/charts/commit/379aa7771f166b70348b624fa4f37b3d59242d50)), closes [#24103](https://github.com/bitnami/charts/issues/24103)
+* [bitnami/elasticsearch] Fix values for ELASTICSEARCH_NODE_ROLES (#23845) ([b7498e9](https://github.com/bitnami/charts/commit/b7498e96ebdd0f2676d43790ed020c1a138d87b2)), closes [#23845](https://github.com/bitnami/charts/issues/23845)
## 19.19.3 (2024-02-22)
-* [bitnami/elasticsearch] Release 19.19.3 updating components versions (#23863) ([3087470](https://github.com/bitnami/charts/commit/3087470)), closes [#23863](https://github.com/bitnami/charts/issues/23863)
+* [bitnami/elasticsearch] Release 19.19.3 updating components versions (#23863) ([3087470](https://github.com/bitnami/charts/commit/3087470ecd45079198c7daf6920f2a3e8df31f02)), closes [#23863](https://github.com/bitnami/charts/issues/23863)
## 19.19.2 (2024-02-21)
-* [bitnami/elasticsearch] Release 19.19.2 updating components versions (#23751) ([bf88bc1](https://github.com/bitnami/charts/commit/bf88bc1)), closes [#23751](https://github.com/bitnami/charts/issues/23751)
+* [bitnami/elasticsearch] Release 19.19.2 updating components versions (#23751) ([bf88bc1](https://github.com/bitnami/charts/commit/bf88bc1ed9a6f2edbdc8895c3b89c697105e1caf)), closes [#23751](https://github.com/bitnami/charts/issues/23751)
## 19.19.1 (2024-02-21)
-* [bitnami/elasticsearch] feat: :sparkles: :lock: Add resource preset support (#23445) ([f739444](https://github.com/bitnami/charts/commit/f739444)), closes [#23445](https://github.com/bitnami/charts/issues/23445)
-* [bitnami/elasticsearch] Release 19.19.1 updating components versions (#23645) ([a116e8f](https://github.com/bitnami/charts/commit/a116e8f)), closes [#23645](https://github.com/bitnami/charts/issues/23645)
+* [bitnami/elasticsearch] feat: :sparkles: :lock: Add resource preset support (#23445) ([f739444](https://github.com/bitnami/charts/commit/f739444f482b3e81ce0a11d247631deb27e9c0b2)), closes [#23445](https://github.com/bitnami/charts/issues/23445)
+* [bitnami/elasticsearch] Release 19.19.1 updating components versions (#23645) ([a116e8f](https://github.com/bitnami/charts/commit/a116e8f77e8d26d8ac8d2f08b7e4a36af7e75df9)), closes [#23645](https://github.com/bitnami/charts/issues/23645)
## 19.19.0 (2024-02-20)
-* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a)), closes [#23602](https://github.com/bitnami/charts/issues/23602)
+* [bitnami/*] Bump all versions (#23602) ([b70ee2a](https://github.com/bitnami/charts/commit/b70ee2a30e4dc256bf0ac52928fb2fa7a70f049b)), closes [#23602](https://github.com/bitnami/charts/issues/23602)
## 19.18.0 (2024-02-13)
-* [bitnami/elasticsearch] feat: :lock: Enable networkPolicy (#23288) ([2197d7a](https://github.com/bitnami/charts/commit/2197d7a)), closes [#23288](https://github.com/bitnami/charts/issues/23288)
+* [bitnami/elasticsearch] feat: :lock: Enable networkPolicy (#23288) ([2197d7a](https://github.com/bitnami/charts/commit/2197d7a5ea5365b2672e783eb090390565005a87)), closes [#23288](https://github.com/bitnami/charts/issues/23288)
## 19.17.6 (2024-02-09)
-* [bitnami/elasticsearch] Release 19.17.6 updating components versions (#23374) ([b4041bf](https://github.com/bitnami/charts/commit/b4041bf)), closes [#23374](https://github.com/bitnami/charts/issues/23374)
+* [bitnami/elasticsearch] Release 19.17.6 updating components versions (#23374) ([b4041bf](https://github.com/bitnami/charts/commit/b4041bf9b3876458d0b6364629655f24b3553928)), closes [#23374](https://github.com/bitnami/charts/issues/23374)
## 19.17.5 (2024-02-07)
-* [bitnami/elasticsearch] Release 19.17.5 updating components versions (#23270) ([2d98e00](https://github.com/bitnami/charts/commit/2d98e00)), closes [#23270](https://github.com/bitnami/charts/issues/23270)
+* [bitnami/elasticsearch] Release 19.17.5 updating components versions (#23270) ([2d98e00](https://github.com/bitnami/charts/commit/2d98e006c5b6fe5d2eb7a0db1060755066699970)), closes [#23270](https://github.com/bitnami/charts/issues/23270)
## 19.17.4 (2024-02-07)
-* [bitnami/elasticsearch] Release 19.17.4 updating components versions (#23224) ([11ae773](https://github.com/bitnami/charts/commit/11ae773)), closes [#23224](https://github.com/bitnami/charts/issues/23224)
+* [bitnami/elasticsearch] Release 19.17.4 updating components versions (#23224) ([11ae773](https://github.com/bitnami/charts/commit/11ae773fa041bf68ace2a72510793a01003cfc1c)), closes [#23224](https://github.com/bitnami/charts/issues/23224)
## 19.17.3 (2024-02-02)
-* [bitnami/elasticsearch] Release 19.17.3 updating components versions (#23083) ([b8fa1b2](https://github.com/bitnami/charts/commit/b8fa1b2)), closes [#23083](https://github.com/bitnami/charts/issues/23083)
+* [bitnami/elasticsearch] Release 19.17.3 updating components versions (#23083) ([b8fa1b2](https://github.com/bitnami/charts/commit/b8fa1b27200cbf2c08fdd8f7884142ea85caf79c)), closes [#23083](https://github.com/bitnami/charts/issues/23083)
## 19.17.2 (2024-01-30)
-* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36)), closes [#22203](https://github.com/bitnami/charts/issues/22203)
-* [bitnami/elasticsearch] Release 19.17.2 updating components versions (#22854) ([85a5e56](https://github.com/bitnami/charts/commit/85a5e56)), closes [#22854](https://github.com/bitnami/charts/issues/22854)
+* [bitnami/*] Move documentation sections from docs.bitnami.com back to the README (#22203) ([7564f36](https://github.com/bitnami/charts/commit/7564f36ca1e95ff30ee686652b7ab8690561a707)), closes [#22203](https://github.com/bitnami/charts/issues/22203)
+* [bitnami/elasticsearch] Release 19.17.2 updating components versions (#22854) ([85a5e56](https://github.com/bitnami/charts/commit/85a5e56fcec6242ca0a6c0cdec60f9e10bb294a9)), closes [#22854](https://github.com/bitnami/charts/issues/22854)
## 19.17.1 (2024-01-24)
-* [bitnami/elasticsearch] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22583) ([49f88d7](https://github.com/bitnami/charts/commit/49f88d7)), closes [#22583](https://github.com/bitnami/charts/issues/22583)
+* [bitnami/elasticsearch] fix: :bug: Set seLinuxOptions to null for Openshift compatibility (#22583) ([49f88d7](https://github.com/bitnami/charts/commit/49f88d7945473ebe9862d69710a2f7788e4187d1)), closes [#22583](https://github.com/bitnami/charts/issues/22583)
## 19.17.0 (2024-01-19)
-* [bitnami/elasticsearch] fix: :lock: Move service-account token auto-mount to pod declaration (#22396 ([6d4060f](https://github.com/bitnami/charts/commit/6d4060f)), closes [#22396](https://github.com/bitnami/charts/issues/22396)
+* [bitnami/elasticsearch] fix: :lock: Move service-account token auto-mount to pod declaration (#22396 ([6d4060f](https://github.com/bitnami/charts/commit/6d4060fa0e2e0e66c2bbd20c107a441242132065)), closes [#22396](https://github.com/bitnami/charts/issues/22396)
## 19.16.3 (2024-01-18)
-* [bitnami/elasticsearch] Release 19.16.3 updating components versions (#22507) ([d49f589](https://github.com/bitnami/charts/commit/d49f589)), closes [#22507](https://github.com/bitnami/charts/issues/22507)
+* [bitnami/elasticsearch] Release 19.16.3 updating components versions (#22507) ([d49f589](https://github.com/bitnami/charts/commit/d49f589f31b27ddc645c5745cee0517b057ef1d5)), closes [#22507](https://github.com/bitnami/charts/issues/22507)
## 19.16.2 (2024-01-18)
-* [bitnami/elasticsearch] Release 19.16.2 updating components versions (#22354) ([0ce02ce](https://github.com/bitnami/charts/commit/0ce02ce)), closes [#22354](https://github.com/bitnami/charts/issues/22354)
+* [bitnami/elasticsearch] Release 19.16.2 updating components versions (#22354) ([0ce02ce](https://github.com/bitnami/charts/commit/0ce02ce32d3431e51ba34833b08fc110f2d5ed26)), closes [#22354](https://github.com/bitnami/charts/issues/22354)
## 19.16.1 (2024-01-16)
-* [bitnami/elasticsearch] Release 19.16.1 updating components versions (#22238) ([455b9a7](https://github.com/bitnami/charts/commit/455b9a7)), closes [#22238](https://github.com/bitnami/charts/issues/22238)
+* [bitnami/elasticsearch] Release 19.16.1 updating components versions (#22238) ([455b9a7](https://github.com/bitnami/charts/commit/455b9a76800919e12cd04a694abb5c9297ccdca8)), closes [#22238](https://github.com/bitnami/charts/issues/22238)
## 19.16.0 (2024-01-16)
-* [bitnami/elasticsearch] fix: :lock: Improve podSecurityContext and containerSecurityContext with ess ([2af3957](https://github.com/bitnami/charts/commit/2af3957)), closes [#22114](https://github.com/bitnami/charts/issues/22114)
+* [bitnami/elasticsearch] fix: :lock: Improve podSecurityContext and containerSecurityContext with ess ([2af3957](https://github.com/bitnami/charts/commit/2af39576d5c573643dc91ba9953f0b25baba2841)), closes [#22114](https://github.com/bitnami/charts/issues/22114)
## 19.15.0 (2024-01-15)
-* [bitnami/elasticsearch] fix: :lock: Do not use the default service account (#22007) ([1cab81d](https://github.com/bitnami/charts/commit/1cab81d)), closes [#22007](https://github.com/bitnami/charts/issues/22007)
+* [bitnami/elasticsearch] fix: :lock: Do not use the default service account (#22007) ([1cab81d](https://github.com/bitnami/charts/commit/1cab81d17d17a0422cf77b29a84245160dba5937)), closes [#22007](https://github.com/bitnami/charts/issues/22007)
## 19.14.1 (2024-01-11)
-* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296)), closes [#21822](https://github.com/bitnami/charts/issues/21822)
-* [bitnami/elasticsearch] Release 19.14.1 updating components versions (#22001) ([882140c](https://github.com/bitnami/charts/commit/882140c)), closes [#22001](https://github.com/bitnami/charts/issues/22001)
+* [bitnami/*] Fix ref links (in comments) (#21822) ([e4fa296](https://github.com/bitnami/charts/commit/e4fa296106b225cf8c82445727c675c7c725e380)), closes [#21822](https://github.com/bitnami/charts/issues/21822)
+* [bitnami/elasticsearch] Release 19.14.1 updating components versions (#22001) ([882140c](https://github.com/bitnami/charts/commit/882140cfc5318420fdf563b77201f7ee5f67ca8f)), closes [#22001](https://github.com/bitnami/charts/issues/22001)
## 19.14.0 (2024-01-10)
-* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d)), closes [#21901](https://github.com/bitnami/charts/issues/21901)
-* [bitnami/elasticsearch] feat: :sparkles: Add seccompProfile to containerSecurityContext (#21904) ([3457296](https://github.com/bitnami/charts/commit/3457296)), closes [#21904](https://github.com/bitnami/charts/issues/21904)
+* [bitnami/*] Fix docs.bitnami.com broken links (#21901) ([f35506d](https://github.com/bitnami/charts/commit/f35506d2dadee4f097986e7792df1f53ab215b5d)), closes [#21901](https://github.com/bitnami/charts/issues/21901)
+* [bitnami/elasticsearch] feat: :sparkles: Add seccompProfile to containerSecurityContext (#21904) ([3457296](https://github.com/bitnami/charts/commit/3457296e0921ccb140742160d5cde42a221acee9)), closes [#21904](https://github.com/bitnami/charts/issues/21904)
## 19.13.15 (2024-01-03)
-* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75)), closes [#21815](https://github.com/bitnami/charts/issues/21815)
-* [bitnami/elasticsearch] Release 19.13.15 updating components versions (#21835) ([04afc85](https://github.com/bitnami/charts/commit/04afc85)), closes [#21835](https://github.com/bitnami/charts/issues/21835)
+* [bitnami/*] Update copyright: Year and company (#21815) ([6c4bf75](https://github.com/bitnami/charts/commit/6c4bf75dec58fc7c9aee9f089777b1a858c17d5b)), closes [#21815](https://github.com/bitnami/charts/issues/21815)
+* [bitnami/elasticsearch] Release 19.13.15 updating components versions (#21835) ([04afc85](https://github.com/bitnami/charts/commit/04afc850a48f72b302b558ca68b0f4f40568c2a6)), closes [#21835](https://github.com/bitnami/charts/issues/21835)
## 19.13.14 (2023-12-14)
-* [bitnami/elasticsearch] Release 19.13.14 updating components versions (#21558) ([e912a5d](https://github.com/bitnami/charts/commit/e912a5d)), closes [#21558](https://github.com/bitnami/charts/issues/21558)
+* [bitnami/elasticsearch] Release 19.13.14 updating components versions (#21558) ([e912a5d](https://github.com/bitnami/charts/commit/e912a5dcad263f2fad15c1ddec21dfaca4ac67de)), closes [#21558](https://github.com/bitnami/charts/issues/21558)
## 19.13.13 (2023-12-08)
-* [bitnami/elasticsearch] Release 19.13.13 updating components versions (#21477) ([94b660b](https://github.com/bitnami/charts/commit/94b660b)), closes [#21477](https://github.com/bitnami/charts/issues/21477)
+* [bitnami/elasticsearch] Release 19.13.13 updating components versions (#21477) ([94b660b](https://github.com/bitnami/charts/commit/94b660b85185cbb7867f6483831e98824f8cd0be)), closes [#21477](https://github.com/bitnami/charts/issues/21477)
## 19.13.12 (2023-12-05)
-* [bitnami/elasticsearch] Replace deprecated pull secret partial (#21370) ([cee2217](https://github.com/bitnami/charts/commit/cee2217)), closes [#21370](https://github.com/bitnami/charts/issues/21370)
+* [bitnami/elasticsearch] Replace deprecated pull secret partial (#21370) ([cee2217](https://github.com/bitnami/charts/commit/cee2217057ca07cdf70cadbc3a5f47c47307a1be)), closes [#21370](https://github.com/bitnami/charts/issues/21370)
## 19.13.11 (2023-11-21)
-* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/1103633)), closes [#20967](https://github.com/bitnami/charts/issues/20967)
-* [bitnami/elasticsearch] document expected key when using an existingSecret (#20912) ([931f0e2](https://github.com/bitnami/charts/commit/931f0e2)), closes [#20912](https://github.com/bitnami/charts/issues/20912)
-* [bitnami/elasticsearch] Release 19.13.11 updating components versions (#21112) ([04afa5e](https://github.com/bitnami/charts/commit/04afa5e)), closes [#21112](https://github.com/bitnami/charts/issues/21112)
+* [bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR ([1103633](https://github.com/bitnami/charts/commit/11036334d82df0490aa4abdb591543cab6cf7d7f)), closes [#20967](https://github.com/bitnami/charts/issues/20967)
+* [bitnami/elasticsearch] document expected key when using an existingSecret (#20912) ([931f0e2](https://github.com/bitnami/charts/commit/931f0e222159613615f3fb1e3ee5e6f96b664e83)), closes [#20912](https://github.com/bitnami/charts/issues/20912)
+* [bitnami/elasticsearch] Release 19.13.11 updating components versions (#21112) ([04afa5e](https://github.com/bitnami/charts/commit/04afa5e644c36340ffe866a37c2d05674c30766b)), closes [#21112](https://github.com/bitnami/charts/issues/21112)
## 19.13.10 (2023-11-13)
-* [bitnami/elasticsearch] Release 19.13.10 updating components versions (#20927) ([b6132d9](https://github.com/bitnami/charts/commit/b6132d9)), closes [#20927](https://github.com/bitnami/charts/issues/20927)
+* [bitnami/elasticsearch] Release 19.13.10 updating components versions (#20927) ([b6132d9](https://github.com/bitnami/charts/commit/b6132d94b0cee0771c3b51b3acd6a124c490f3eb)), closes [#20927](https://github.com/bitnami/charts/issues/20927)
## 19.13.9 (2023-11-10)
-* [bitnami/elasticsearch] Fix security.existingSecret description (#20631) ([9bb120a](https://github.com/bitnami/charts/commit/9bb120a)), closes [#20631](https://github.com/bitnami/charts/issues/20631)
+* [bitnami/elasticsearch] Fix security.existingSecret description (#20631) ([9bb120a](https://github.com/bitnami/charts/commit/9bb120aed636278dfa8d7136d3b797d862bcd0bf)), closes [#20631](https://github.com/bitnami/charts/issues/20631)
## 19.13.8 (2023-11-08)
-* [bitnami/elasticsearch] Release 19.13.8 updating components versions (#20728) ([ab24c5e](https://github.com/bitnami/charts/commit/ab24c5e)), closes [#20728](https://github.com/bitnami/charts/issues/20728)
+* [bitnami/elasticsearch] Release 19.13.8 updating components versions (#20728) ([ab24c5e](https://github.com/bitnami/charts/commit/ab24c5ecce613d6d23931091e2e96df6091f30bf)), closes [#20728](https://github.com/bitnami/charts/issues/20728)
## 19.13.7 (2023-11-08)
-* [bitnami/elasticsearch] Release 19.13.7 updating components versions (#20680) ([7a83230](https://github.com/bitnami/charts/commit/7a83230)), closes [#20680](https://github.com/bitnami/charts/issues/20680)
+* [bitnami/elasticsearch] Release 19.13.7 updating components versions (#20680) ([7a83230](https://github.com/bitnami/charts/commit/7a8323093d9bc483356c4e8a73a96088a4bbf423)), closes [#20680](https://github.com/bitnami/charts/issues/20680)
## 19.13.6 (2023-11-07)
-* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc734)), closes [#20361](https://github.com/bitnami/charts/issues/20361)
-* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b)), closes [#19841](https://github.com/bitnami/charts/issues/19841)
-* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f753)), closes [#19835](https://github.com/bitnami/charts/issues/19835)
-* [bitnami/elasticsearch] Release 19.13.6 updating components versions (#20672) ([bcb6eba](https://github.com/bitnami/charts/commit/bcb6eba)), closes [#20672](https://github.com/bitnami/charts/issues/20672)
+* [bitnami/*] Rename VMware Application Catalog (#20361) ([3acc734](https://github.com/bitnami/charts/commit/3acc73472beb6fb56c4d99f929061001205bc57e)), closes [#20361](https://github.com/bitnami/charts/issues/20361)
+* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841) ([bb9a01b](https://github.com/bitnami/charts/commit/bb9a01b65911c87e48318db922cc05eb42785e42)), closes [#19841](https://github.com/bitnami/charts/issues/19841)
+* [bitnami/*] Standardize documentation (#19835) ([af5f753](https://github.com/bitnami/charts/commit/af5f7530c1bc8c5ded53a6c4f7b8f384ac1804f2)), closes [#19835](https://github.com/bitnami/charts/issues/19835)
+* [bitnami/elasticsearch] Release 19.13.6 updating components versions (#20672) ([bcb6eba](https://github.com/bitnami/charts/commit/bcb6ebabbcad4d2b5ef20a425ca3f3632eb5e543)), closes [#20672](https://github.com/bitnami/charts/issues/20672)
## 19.13.5 (2023-10-17)
-* [bitnami/elasticsearch] Release 19.13.5 (#20284) ([9797680](https://github.com/bitnami/charts/commit/9797680)), closes [#20284](https://github.com/bitnami/charts/issues/20284)
+* [bitnami/elasticsearch] Release 19.13.5 (#20284) ([9797680](https://github.com/bitnami/charts/commit/9797680ef53736c5d071c15cd9f9a1eeec9adc0e)), closes [#20284](https://github.com/bitnami/charts/issues/20284)
## 19.13.4 (2023-10-12)
-* [bitnami/elasticsearch] Release 19.13.4 updating components versions (#20135) ([84fb8ac](https://github.com/bitnami/charts/commit/84fb8ac)), closes [#20135](https://github.com/bitnami/charts/issues/20135)
+* [bitnami/elasticsearch] Release 19.13.4 updating components versions (#20135) ([84fb8ac](https://github.com/bitnami/charts/commit/84fb8ac9d2ec6b5b81ff7716db3b31727ff235d2)), closes [#20135](https://github.com/bitnami/charts/issues/20135)
## 19.13.3 (2023-10-12)
-* [bitnami/elasticsearch] Release 19.13.3 (#20118) ([91ed6c3](https://github.com/bitnami/charts/commit/91ed6c3)), closes [#20118](https://github.com/bitnami/charts/issues/20118)
+* [bitnami/elasticsearch] Release 19.13.3 (#20118) ([91ed6c3](https://github.com/bitnami/charts/commit/91ed6c318e62fc1925ffc43fc4b1222db8e4d05e)), closes [#20118](https://github.com/bitnami/charts/issues/20118)
## 19.13.2 (2023-10-10)
-* [bitnami/elasticsearch] Release 19.13.2 (#20025) ([70a80d4](https://github.com/bitnami/charts/commit/70a80d4)), closes [#20025](https://github.com/bitnami/charts/issues/20025)
+* [bitnami/elasticsearch] Release 19.13.2 (#20025) ([70a80d4](https://github.com/bitnami/charts/commit/70a80d49952f4321b89495dd9d8d3b28341232ee)), closes [#20025](https://github.com/bitnami/charts/issues/20025)
## 19.13.1 (2023-10-09)
-* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd)), closes [#19745](https://github.com/bitnami/charts/issues/19745)
-* [bitnami/elasticsearch] Release 19.13.1 (#19906) ([8753c2e](https://github.com/bitnami/charts/commit/8753c2e)), closes [#19906](https://github.com/bitnami/charts/issues/19906)
+* [bitnami/*] Update Helm charts prerequisites (#19745) ([eb755dd](https://github.com/bitnami/charts/commit/eb755dd36a4dd3cf6635be8e0598f9a7f4c4a554)), closes [#19745](https://github.com/bitnami/charts/issues/19745)
+* [bitnami/elasticsearch] Release 19.13.1 (#19906) ([8753c2e](https://github.com/bitnami/charts/commit/8753c2e4b1b0b0d5004e9935a4b3e39a8ebcb010)), closes [#19906](https://github.com/bitnami/charts/issues/19906)
## 19.13.0 (2023-10-02)
-* [bitnami/elasticsearch] Modify liveness probes (#19677) ([5d6fb6c](https://github.com/bitnami/charts/commit/5d6fb6c)), closes [#19677](https://github.com/bitnami/charts/issues/19677)
+* [bitnami/elasticsearch] Modify liveness probes (#19677) ([5d6fb6c](https://github.com/bitnami/charts/commit/5d6fb6c0c4bfc8f44149e628bb23d33bbd217c7a)), closes [#19677](https://github.com/bitnami/charts/issues/19677)
## 19.12.0 (2023-09-28)
-* [bitnami/elasticsearch] Add support for single-node (#19529) ([7ab25d7](https://github.com/bitnami/charts/commit/7ab25d7)), closes [#19529](https://github.com/bitnami/charts/issues/19529)
+* [bitnami/elasticsearch] Add support for single-node (#19529) ([7ab25d7](https://github.com/bitnami/charts/commit/7ab25d7afbf924fbd87d0d8b53597726af410c6c)), closes [#19529](https://github.com/bitnami/charts/issues/19529)
## 19.11.4 (2023-09-27)
-* [bitnami/elasticsearch] Release 19.11.4 (#19572) ([9e47d53](https://github.com/bitnami/charts/commit/9e47d53)), closes [#19572](https://github.com/bitnami/charts/issues/19572)
-* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335)
+* [bitnami/elasticsearch] Release 19.11.4 (#19572) ([9e47d53](https://github.com/bitnami/charts/commit/9e47d531436a16b0a25bedb2762e318f5d26ca00)), closes [#19572](https://github.com/bitnami/charts/issues/19572)
+* Revert "Autogenerate schema files (#19194)" (#19335) ([73d80be](https://github.com/bitnami/charts/commit/73d80be525c88fb4b8a54451a55acd506e337062)), closes [#19194](https://github.com/bitnami/charts/issues/19194) [#19335](https://github.com/bitnami/charts/issues/19335)
## 19.11.3 (2023-09-12)
-* [bitnami/elasticsearch] Release 19.11.3 (#19254) ([d737a56](https://github.com/bitnami/charts/commit/d737a56)), closes [#19254](https://github.com/bitnami/charts/issues/19254)
+* [bitnami/elasticsearch] Release 19.11.3 (#19254) ([d737a56](https://github.com/bitnami/charts/commit/d737a56b77a783b4bc9034a5de30fae1f20680e3)), closes [#19254](https://github.com/bitnami/charts/issues/19254)
## 19.11.2 (2023-09-11)
-* [bitnami/elasticsearch] Release 19.11.1 (#19156) ([8b30cd2](https://github.com/bitnami/charts/commit/8b30cd2)), closes [#19156](https://github.com/bitnami/charts/issues/19156)
-* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090)), closes [#19194](https://github.com/bitnami/charts/issues/19194)
+* [bitnami/elasticsearch] Release 19.11.1 (#19156) ([8b30cd2](https://github.com/bitnami/charts/commit/8b30cd271275dfad3a678bc653191b56a9314718)), closes [#19156](https://github.com/bitnami/charts/issues/19156)
+* Autogenerate schema files (#19194) ([a2c2090](https://github.com/bitnami/charts/commit/a2c2090b5ac97f47b745c8028c6452bf99739772)), closes [#19194](https://github.com/bitnami/charts/issues/19194)
## 19.11.1 (2023-09-07)
-* [bitnami/elasticsearch]: Use merge helper (#19034) ([356ed22](https://github.com/bitnami/charts/commit/356ed22)), closes [#19034](https://github.com/bitnami/charts/issues/19034)
+* [bitnami/elasticsearch]: Use merge helper (#19034) ([356ed22](https://github.com/bitnami/charts/commit/356ed228e2fd6f4544a8ef57818857da27a0e566)), closes [#19034](https://github.com/bitnami/charts/issues/19034)
## 19.11.0 (2023-08-25)
-* [bitnami/elasticsearch] Support for customizing standard labels (#18484) ([4599d9b](https://github.com/bitnami/charts/commit/4599d9b)), closes [#18484](https://github.com/bitnami/charts/issues/18484)
+* [bitnami/elasticsearch] Support for customizing standard labels (#18484) ([4599d9b](https://github.com/bitnami/charts/commit/4599d9b70f48d1971815cf21b1df8bc372b5dae2)), closes [#18484](https://github.com/bitnami/charts/issues/18484)
## 19.10.9 (2023-08-19)
-* [bitnami/elasticsearch] Release 19.10.9 (#18660) ([5377a5d](https://github.com/bitnami/charts/commit/5377a5d)), closes [#18660](https://github.com/bitnami/charts/issues/18660)
+* [bitnami/elasticsearch] Release 19.10.9 (#18660) ([5377a5d](https://github.com/bitnami/charts/commit/5377a5da3c56d3877b58cb796acc23f44f567944)), closes [#18660](https://github.com/bitnami/charts/issues/18660)
## 19.10.8 (2023-08-18)
-* [bitnami/elasticsearch] Release 19.10.8 (#18581) ([e3fd0b9](https://github.com/bitnami/charts/commit/e3fd0b9)), closes [#18581](https://github.com/bitnami/charts/issues/18581)
+* [bitnami/elasticsearch] Release 19.10.8 (#18581) ([e3fd0b9](https://github.com/bitnami/charts/commit/e3fd0b9a9f11dff53b631f951b7d47c2e88bc088)), closes [#18581](https://github.com/bitnami/charts/issues/18581)
## 19.10.7 (2023-08-17)
-* [bitnami/elasticsearch] Release 19.10.7 (#18511) ([da04d03](https://github.com/bitnami/charts/commit/da04d03)), closes [#18511](https://github.com/bitnami/charts/issues/18511)
+* [bitnami/elasticsearch] Release 19.10.7 (#18511) ([da04d03](https://github.com/bitnami/charts/commit/da04d03c3435cee419e07000617284e022d282ed)), closes [#18511](https://github.com/bitnami/charts/issues/18511)
## 19.10.6 (2023-07-26)
-* [bitnami/elasticsearch] Release 19.10.6 (#17920) ([bce7062](https://github.com/bitnami/charts/commit/bce7062)), closes [#17920](https://github.com/bitnami/charts/issues/17920)
+* [bitnami/elasticsearch] Release 19.10.6 (#17920) ([bce7062](https://github.com/bitnami/charts/commit/bce706210337679b6280ee535d7e16c490f56df2)), closes [#17920](https://github.com/bitnami/charts/issues/17920)
## 19.10.5 (2023-07-25)
-* [bitnami/elasticsearch] Release 19.10.5 (#17882) ([c71fd86](https://github.com/bitnami/charts/commit/c71fd86)), closes [#17882](https://github.com/bitnami/charts/issues/17882)
+* [bitnami/elasticsearch] Release 19.10.5 (#17882) ([c71fd86](https://github.com/bitnami/charts/commit/c71fd867c0c1f07c2772909be296a5898326eb78)), closes [#17882](https://github.com/bitnami/charts/issues/17882)
## 19.10.4 (2023-07-13)
-* [bitnami/elasticsearch] Release 19.10.4 (#17630) ([9d5ea11](https://github.com/bitnami/charts/commit/9d5ea11)), closes [#17630](https://github.com/bitnami/charts/issues/17630)
+* [bitnami/elasticsearch] Release 19.10.4 (#17630) ([9d5ea11](https://github.com/bitnami/charts/commit/9d5ea1189cefd2ce00159258dc1398df3263b0cd)), closes [#17630](https://github.com/bitnami/charts/issues/17630)
## 19.10.3 (2023-07-01)
-* [bitnami/elasticsearch] Release 19.10.3 (#17440) ([55fb44f](https://github.com/bitnami/charts/commit/55fb44f)), closes [#17440](https://github.com/bitnami/charts/issues/17440)
-* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8)), closes [#17300](https://github.com/bitnami/charts/issues/17300)
-* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0a)), closes [#17217](https://github.com/bitnami/charts/issues/17217)
+* [bitnami/elasticsearch] Release 19.10.3 (#17440) ([55fb44f](https://github.com/bitnami/charts/commit/55fb44fc93aef422f8e06381713fd8c41fa24355)), closes [#17440](https://github.com/bitnami/charts/issues/17440)
+* Add copyright header (#17300) ([da68be8](https://github.com/bitnami/charts/commit/da68be8e951225133c7dfb572d5101ca3d61c5ae)), closes [#17300](https://github.com/bitnami/charts/issues/17300)
+* Update charts readme (#17217) ([31b3c0a](https://github.com/bitnami/charts/commit/31b3c0afd968ff4429107e34101f7509e6a0e913)), closes [#17217](https://github.com/bitnami/charts/issues/17217)
## 19.10.2 (2023-06-13)
-* [bitnami/elasticsearch] Add support for coordinating.extraRoles (#17104) ([b0bfc16](https://github.com/bitnami/charts/commit/b0bfc16)), closes [#17104](https://github.com/bitnami/charts/issues/17104)
+* [bitnami/elasticsearch] Add support for coordinating.extraRoles (#17104) ([b0bfc16](https://github.com/bitnami/charts/commit/b0bfc163850e6e4b2adcd0c8fdacf5c2af464567)), closes [#17104](https://github.com/bitnami/charts/issues/17104)
## 19.10.1 (2023-06-08)
-* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1)), closes [#17006](https://github.com/bitnami/charts/issues/17006)
-* [bitnami/elasticsearch] Release 19.10.1 (#17071) ([a719c59](https://github.com/bitnami/charts/commit/a719c59)), closes [#17071](https://github.com/bitnami/charts/issues/17071)
+* [bitnami/*] Change copyright section in READMEs (#17006) ([ef986a1](https://github.com/bitnami/charts/commit/ef986a1605241102b3dcafe9fd8089e6fc1201ad)), closes [#17006](https://github.com/bitnami/charts/issues/17006)
+* [bitnami/elasticsearch] Release 19.10.1 (#17071) ([a719c59](https://github.com/bitnami/charts/commit/a719c592010d30f083542e7934cf98b3fb494932)), closes [#17071](https://github.com/bitnami/charts/issues/17071)
## 19.10.0 (2023-06-02)
-* [bitnami/elasticsearch] Add extra roles (#17003) ([3604ad6](https://github.com/bitnami/charts/commit/3604ad6)), closes [#17003](https://github.com/bitnami/charts/issues/17003)
-* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cf)), closes [#16989](https://github.com/bitnami/charts/issues/16989)
+* [bitnami/elasticsearch] Add extra roles (#17003) ([3604ad6](https://github.com/bitnami/charts/commit/3604ad6ff24aa4a3c4b9532b3d0b0a2b52e592a8)), closes [#17003](https://github.com/bitnami/charts/issues/17003)
+* [bitnami/several] Change copyright section in READMEs (#16989) ([5b6a5cf](https://github.com/bitnami/charts/commit/5b6a5cfb7625a751848a2e5cd796bd7278f406ca)), closes [#16989](https://github.com/bitnami/charts/issues/16989)
## 19.9.5 (2023-05-25)
-* [bitnami/elasticsearch] Release 19.9.5 (#16912) ([01dcc97](https://github.com/bitnami/charts/commit/01dcc97)), closes [#16912](https://github.com/bitnami/charts/issues/16912)
+* [bitnami/elasticsearch] Release 19.9.5 (#16912) ([01dcc97](https://github.com/bitnami/charts/commit/01dcc9762d5632642342a3ee7d2231b092d456ee)), closes [#16912](https://github.com/bitnami/charts/issues/16912)
## 19.9.4 (2023-05-21)
-* [bitnami/elasticsearch] Release 19.9.4 (#16824) ([cf83501](https://github.com/bitnami/charts/commit/cf83501)), closes [#16824](https://github.com/bitnami/charts/issues/16824)
+* [bitnami/elasticsearch] Release 19.9.4 (#16824) ([cf83501](https://github.com/bitnami/charts/commit/cf835015d07497838c5cf37dba6d1fa268c9f6fb)), closes [#16824](https://github.com/bitnami/charts/issues/16824)
## 19.9.3 (2023-05-18)
-* [bitnami/elasticsearch] Release 19.9.3 (#16721) ([bb14db1](https://github.com/bitnami/charts/commit/bb14db1)), closes [#16721](https://github.com/bitnami/charts/issues/16721)
+* [bitnami/elasticsearch] Release 19.9.3 (#16721) ([bb14db1](https://github.com/bitnami/charts/commit/bb14db19f859d1d1dc1552eef2fc6f320e0c1df2)), closes [#16721](https://github.com/bitnami/charts/issues/16721)
## 19.9.2 (2023-05-17)
-* [bitnami/elasticsearch] Release 19.9.2 (#16715) ([a1d985d](https://github.com/bitnami/charts/commit/a1d985d)), closes [#16715](https://github.com/bitnami/charts/issues/16715)
+* [bitnami/elasticsearch] Release 19.9.2 (#16715) ([a1d985d](https://github.com/bitnami/charts/commit/a1d985d527f65f0add025252c346993691ba8094)), closes [#16715](https://github.com/bitnami/charts/issues/16715)
## 19.9.1 (2023-05-15)
-* [bitnami/elasticsearch] Release 19.9.1 (#16647) ([4ea9018](https://github.com/bitnami/charts/commit/4ea9018)), closes [#16647](https://github.com/bitnami/charts/issues/16647)
-* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f22774)), closes [#16560](https://github.com/bitnami/charts/issues/16560)
+* [bitnami/elasticsearch] Release 19.9.1 (#16647) ([4ea9018](https://github.com/bitnami/charts/commit/4ea9018c84191f435a8e17721a6204975641d081)), closes [#16647](https://github.com/bitnami/charts/issues/16647)
+* Add wording for enterprise page (#16560) ([8f22774](https://github.com/bitnami/charts/commit/8f2277440b976d52785ba9149762ad8620a73d1f)), closes [#16560](https://github.com/bitnami/charts/issues/16560)
## 19.9.0 (2023-05-09)
-* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f)), closes [#16546](https://github.com/bitnami/charts/issues/16546)
+* [bitnami/several] Adapt Chart.yaml to set desired OCI annotations (#16546) ([fc9b18f](https://github.com/bitnami/charts/commit/fc9b18f2e98805d4df629acbcde696f44f973344)), closes [#16546](https://github.com/bitnami/charts/issues/16546)
## 19.8.1 (2023-05-09)
-* [bitnami/elasticsearch] Release 19.8.1 (#16455) ([5d0d24c](https://github.com/bitnami/charts/commit/5d0d24c)), closes [#16455](https://github.com/bitnami/charts/issues/16455)
+* [bitnami/elasticsearch] Release 19.8.1 (#16455) ([5d0d24c](https://github.com/bitnami/charts/commit/5d0d24cff21a42480fe0bf83a5afb6bfbc75c3ef)), closes [#16455](https://github.com/bitnami/charts/issues/16455)
## 19.8.0 (2023-05-04)
-* [bitnami/elasticsearch] add PodDisruptionBudget for all elasticsearch components (#15949) ([2049998](https://github.com/bitnami/charts/commit/2049998)), closes [#15949](https://github.com/bitnami/charts/issues/15949) [#15942](https://github.com/bitnami/charts/issues/15942)
+* [bitnami/elasticsearch] add PodDisruptionBudget for all elasticsearch components (#15949) ([2049998](https://github.com/bitnami/charts/commit/2049998966635cd24fbaaba2587731fcb092d22b)), closes [#15949](https://github.com/bitnami/charts/issues/15949) [#15942](https://github.com/bitnami/charts/issues/15942)
## 19.7.2 (2023-05-02)
-* [bitnami/elasticsearch] Release 19.7.2 (#16343) ([c693dd7](https://github.com/bitnami/charts/commit/c693dd7)), closes [#16343](https://github.com/bitnami/charts/issues/16343)
+* [bitnami/elasticsearch] Release 19.7.2 (#16343) ([c693dd7](https://github.com/bitnami/charts/commit/c693dd78f26da6c495a9566c6a5b49ba15c6587c)), closes [#16343](https://github.com/bitnami/charts/issues/16343)
## 19.7.1 (2023-05-02)
-* [bitnami/elasticsearch] Release 19.7.1 (#16307) ([6038127](https://github.com/bitnami/charts/commit/6038127)), closes [#16307](https://github.com/bitnami/charts/issues/16307)
+* [bitnami/elasticsearch] Release 19.7.1 (#16307) ([6038127](https://github.com/bitnami/charts/commit/60381275ec51741c6ccbb234e67e2d3035ec185a)), closes [#16307](https://github.com/bitnami/charts/issues/16307)
## 19.7.0 (2023-04-20)
-* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/8841510)), closes [#15998](https://github.com/bitnami/charts/issues/15998)
-* [bitnami/elasticsearch] Add upgrading notes for version 19.6.0 to the README.md (#16010) ([a51b443](https://github.com/bitnami/charts/commit/a51b443)), closes [#16010](https://github.com/bitnami/charts/issues/16010)
+* [bitnami/*] Make Helm charts 100% OCI (#15998) ([8841510](https://github.com/bitnami/charts/commit/884151035efcbf2e1b3206e7def85511073fb57d)), closes [#15998](https://github.com/bitnami/charts/issues/15998)
+* [bitnami/elasticsearch] Add upgrading notes for version 19.6.0 to the README.md (#16010) ([a51b443](https://github.com/bitnami/charts/commit/a51b4438f6fd3624dfe4b9d265d08a56aa234095)), closes [#16010](https://github.com/bitnami/charts/issues/16010)
## 19.6.1 (2023-04-04)
-* [bitnami/elasticsearch] Release 19.6.1 (#15880) ([194a4e1](https://github.com/bitnami/charts/commit/194a4e1)), closes [#15880](https://github.com/bitnami/charts/issues/15880)
+* [bitnami/elasticsearch] Release 19.6.1 (#15880) ([194a4e1](https://github.com/bitnami/charts/commit/194a4e116a9eb5da287b9589dd7f6d6bf8c8cb3c)), closes [#15880](https://github.com/bitnami/charts/issues/15880)
## 19.6.0 (2023-03-21)
-* [bitnami/elasticsearch] Restore headless services as headless (#15635) ([297160b](https://github.com/bitnami/charts/commit/297160b)), closes [#15635](https://github.com/bitnami/charts/issues/15635) [#12349](https://github.com/bitnami/charts/issues/12349)
+* [bitnami/elasticsearch] Restore headless services as headless (#15635) ([297160b](https://github.com/bitnami/charts/commit/297160bae67c9b54fe5ecad9584a52d26d1242a3)), closes [#15635](https://github.com/bitnami/charts/issues/15635) [#12349](https://github.com/bitnami/charts/issues/12349)
## 19.5.15 (2023-03-18)
-* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e60)), closes [#15357](https://github.com/bitnami/charts/issues/15357)
-* [bitnami/elasticsearch] Release 19.5.15 (#15567) ([8f3fd39](https://github.com/bitnami/charts/commit/8f3fd39)), closes [#15567](https://github.com/bitnami/charts/issues/15567)
+* [bitnami/charts] Apply linter to README files (#15357) ([0e29e60](https://github.com/bitnami/charts/commit/0e29e600d3adc8b1b46e506eccb3decfab3b4e63)), closes [#15357](https://github.com/bitnami/charts/issues/15357)
+* [bitnami/elasticsearch] Release 19.5.15 (#15567) ([8f3fd39](https://github.com/bitnami/charts/commit/8f3fd39e552c3df3bc25d1530e3417333ef3e5e9)), closes [#15567](https://github.com/bitnami/charts/issues/15567)
## 19.5.14 (2023-03-03)
-* [bitnami/elasticsearch] replaced default values by empty ones on resources (#15067) ([dac3d01](https://github.com/bitnami/charts/commit/dac3d01)), closes [#15067](https://github.com/bitnami/charts/issues/15067)
+* [bitnami/elasticsearch] replaced default values by empty ones on resources (#15067) ([dac3d01](https://github.com/bitnami/charts/commit/dac3d011e2870ee4c5fb8f0e55e4cd107b44456d)), closes [#15067](https://github.com/bitnami/charts/issues/15067)
## 19.5.13 (2023-03-01)
-* [bitnami/elasticsearch] Release 19.5.13 (#15241) ([ba2be4c](https://github.com/bitnami/charts/commit/ba2be4c)), closes [#15241](https://github.com/bitnami/charts/issues/15241)
+* [bitnami/elasticsearch] Release 19.5.13 (#15241) ([ba2be4c](https://github.com/bitnami/charts/commit/ba2be4cd21f1ef236abb42405fa84fd0bcb53dfe)), closes [#15241](https://github.com/bitnami/charts/issues/15241)
## 19.5.12 (2023-02-22)
-* [bitnami/elasticsearch] Release 19.5.12 (#15100) ([71c2313](https://github.com/bitnami/charts/commit/71c2313)), closes [#15100](https://github.com/bitnami/charts/issues/15100)
+* [bitnami/elasticsearch] Release 19.5.12 (#15100) ([71c2313](https://github.com/bitnami/charts/commit/71c23139c872484274e47c950b3cfe1b92262e7b)), closes [#15100](https://github.com/bitnami/charts/issues/15100)
## 19.5.11 (2023-02-17)
-* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8)), closes [#14874](https://github.com/bitnami/charts/issues/14874)
-* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa96572)), closes [#14890](https://github.com/bitnami/charts/issues/14890)
-* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714)), closes [#14873](https://github.com/bitnami/charts/issues/14873)
-* [bitnami/elasticsearch] Release 19.5.11 (#14967) ([f5b0db6](https://github.com/bitnami/charts/commit/f5b0db6)), closes [#14967](https://github.com/bitnami/charts/issues/14967)
+* [bitnami/*] Fix markdown linter issues (#14874) ([a51e0e8](https://github.com/bitnami/charts/commit/a51e0e8d35495b907f3e70dd2f8e7c3bcbf4166a)), closes [#14874](https://github.com/bitnami/charts/issues/14874)
+* [bitnami/*] Fix markdown linter issues 2 (#14890) ([aa96572](https://github.com/bitnami/charts/commit/aa9657237ee8df4a46db0d7fdf8a23230dd6902a)), closes [#14890](https://github.com/bitnami/charts/issues/14890)
+* [bitnami/*] Remove unexpected extra spaces (#14873) ([c97c714](https://github.com/bitnami/charts/commit/c97c714887380d47eae7bfeff316bf01595ecd1d)), closes [#14873](https://github.com/bitnami/charts/issues/14873)
+* [bitnami/elasticsearch] Release 19.5.11 (#14967) ([f5b0db6](https://github.com/bitnami/charts/commit/f5b0db6771e4bb9886bcec8a0832ba56adfec93f)), closes [#14967](https://github.com/bitnami/charts/issues/14967)
## 19.5.10 (2023-01-31)
-* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec7)), closes [#14682](https://github.com/bitnami/charts/issues/14682)
-* [bitnami/elasticsearch] Don't regenerate self-signed certs on upgrade (#14618) ([5541b67](https://github.com/bitnami/charts/commit/5541b67)), closes [#14618](https://github.com/bitnami/charts/issues/14618)
+* [bitnami/*] Change copyright date (#14682) ([add4ec7](https://github.com/bitnami/charts/commit/add4ec701108ac36ed4de2dffbdf407a0d091067)), closes [#14682](https://github.com/bitnami/charts/issues/14682)
+* [bitnami/elasticsearch] Don't regenerate self-signed certs on upgrade (#14618) ([5541b67](https://github.com/bitnami/charts/commit/5541b6724183adf78692057d94014af830f22e37)), closes [#14618](https://github.com/bitnami/charts/issues/14618)
## 19.5.9 (2023-01-26)
-* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a794)), closes [#14293](https://github.com/bitnami/charts/issues/14293)
-* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab7608)), closes [#14377](https://github.com/bitnami/charts/issues/14377)
-* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8)), closes [#14472](https://github.com/bitnami/charts/issues/14472)
-* [bitnami/elasticsearch] Release 19.5.9 (#14563) ([a61bce1](https://github.com/bitnami/charts/commit/a61bce1)), closes [#14563](https://github.com/bitnami/charts/issues/14563)
+* [bitnami/*] Add license annotation and remove obsolete engine parameter (#14293) ([da2a794](https://github.com/bitnami/charts/commit/da2a7943bae95b6e9b5b4ed972c15e990b69fdb0)), closes [#14293](https://github.com/bitnami/charts/issues/14293)
+* [bitnami/*] Change licenses annotation format (#14377) ([0ab7608](https://github.com/bitnami/charts/commit/0ab760862c660fcc78cffadf8e1d8cdd70881473)), closes [#14377](https://github.com/bitnami/charts/issues/14377)
+* [bitnami/*] Unify READMEs (#14472) ([2064fb8](https://github.com/bitnami/charts/commit/2064fb8dcc78a845cdede8211af8c3cc52551161)), closes [#14472](https://github.com/bitnami/charts/issues/14472)
+* [bitnami/elasticsearch] Release 19.5.9 (#14563) ([a61bce1](https://github.com/bitnami/charts/commit/a61bce17e1e83f0bd2b95168d6ead0aef485b9ec)), closes [#14563](https://github.com/bitnami/charts/issues/14563)
## 19.5.8 (2023-01-11)
-* [bitnami/elasticsearch] Resolve immutable field error (#14266) ([e7a883d](https://github.com/bitnami/charts/commit/e7a883d)), closes [#14266](https://github.com/bitnami/charts/issues/14266)
+* [bitnami/elasticsearch] Resolve immutable field error (#14266) ([e7a883d](https://github.com/bitnami/charts/commit/e7a883d6b8bb321b89297cdc8db971a866c5f6b9)), closes [#14266](https://github.com/bitnami/charts/issues/14266)
## 19.5.7 (2023-01-10)
-* [bitnami/elasticsearch] Release 19.5.7 (#14263) ([9b974c6](https://github.com/bitnami/charts/commit/9b974c6)), closes [#14263](https://github.com/bitnami/charts/issues/14263)
+* [bitnami/elasticsearch] Release 19.5.7 (#14263) ([9b974c6](https://github.com/bitnami/charts/commit/9b974c6eb7fcf01e577a46a578f8e8bc5751f7df)), closes [#14263](https://github.com/bitnami/charts/issues/14263)
## 19.5.6 (2023-01-08)
-* [bitnami/elasticsearch] Release 19.5.6 (#14221) ([a05349a](https://github.com/bitnami/charts/commit/a05349a)), closes [#14221](https://github.com/bitnami/charts/issues/14221)
+* [bitnami/elasticsearch] Release 19.5.6 (#14221) ([a05349a](https://github.com/bitnami/charts/commit/a05349a37220ab0776e45c01c74404cc68265b94)), closes [#14221](https://github.com/bitnami/charts/issues/14221)
## 19.5.5 (2022-12-09)
-* [bitnami/elasticsearch] Release 19.5.5 (#13885) ([740aa71](https://github.com/bitnami/charts/commit/740aa71)), closes [#13885](https://github.com/bitnami/charts/issues/13885)
+* [bitnami/elasticsearch] Release 19.5.5 (#13885) ([740aa71](https://github.com/bitnami/charts/commit/740aa7199c77fc7c2d8801c829afb70620c3bbb2)), closes [#13885](https://github.com/bitnami/charts/issues/13885)
## 19.5.4 (2022-11-23)
-* [bitnami/elasticsearch] Release 19.5.4 (#13650) ([2358c77](https://github.com/bitnami/charts/commit/2358c77)), closes [#13650](https://github.com/bitnami/charts/issues/13650)
+* [bitnami/elasticsearch] Release 19.5.4 (#13650) ([2358c77](https://github.com/bitnami/charts/commit/2358c77ffdeaa66a97e785c4ab219307e7a42e39)), closes [#13650](https://github.com/bitnami/charts/issues/13650)
## 19.5.3 (2022-11-22)
-* [bitnami/elasticsearch] fix wrong apiversion for statefulset (#13557) ([cfe82e5](https://github.com/bitnami/charts/commit/cfe82e5)), closes [#13557](https://github.com/bitnami/charts/issues/13557)
+* [bitnami/elasticsearch] fix wrong apiversion for statefulset (#13557) ([cfe82e5](https://github.com/bitnami/charts/commit/cfe82e5e0c48faa142296bfca8a70a3b739e755b)), closes [#13557](https://github.com/bitnami/charts/issues/13557)
## 19.5.2 (2022-11-17)
-* [bitnami/elasticsearch] Add a parameter to not use Istio labels (#13175) ([ce32c9f](https://github.com/bitnami/charts/commit/ce32c9f)), closes [#13175](https://github.com/bitnami/charts/issues/13175)
+* [bitnami/elasticsearch] Add a parameter to not use Istio labels (#13175) ([ce32c9f](https://github.com/bitnami/charts/commit/ce32c9fb6df5dd6351353a26ff77291335f47159)), closes [#13175](https://github.com/bitnami/charts/issues/13175)
## 19.5.1 (2022-11-15)
-* [bitnami/elasticsearch] Release 19.5.1 (#13535) ([6bf9e97](https://github.com/bitnami/charts/commit/6bf9e97)), closes [#13535](https://github.com/bitnami/charts/issues/13535)
+* [bitnami/elasticsearch] Release 19.5.1 (#13535) ([6bf9e97](https://github.com/bitnami/charts/commit/6bf9e970e31c2053a09b951c29081cf870b35939)), closes [#13535](https://github.com/bitnami/charts/issues/13535)
## 19.5.0 (2022-11-03)
-* [bitnami/elasticsearch] Fix failed metrics pod in elasticsearch when deploy elasticsearch (#13303) ([f4144ba](https://github.com/bitnami/charts/commit/f4144ba)), closes [#13303](https://github.com/bitnami/charts/issues/13303)
+* [bitnami/elasticsearch] Fix failed metrics pod in elasticsearch when deploy elasticsearch (#13303) ([f4144ba](https://github.com/bitnami/charts/commit/f4144ba9df67e47e7df3aebc074e65b4736ddf13)), closes [#13303](https://github.com/bitnami/charts/issues/13303)
## 19.4.6 (2022-11-01)
-* [bitnami/elasticsearch] Release 19.4.6 (#13292) ([820b0eb](https://github.com/bitnami/charts/commit/820b0eb)), closes [#13292](https://github.com/bitnami/charts/issues/13292)
+* [bitnami/elasticsearch] Release 19.4.6 (#13292) ([820b0eb](https://github.com/bitnami/charts/commit/820b0eba1c7f3dbd9cd4ec79ba41a359fd04f5c4)), closes [#13292](https://github.com/bitnami/charts/issues/13292)
## 19.4.5 (2022-10-26)
-* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02)), closes [#12943](https://github.com/bitnami/charts/issues/12943)
-* fix ingress ingest (#13119) ([5621bc0](https://github.com/bitnami/charts/commit/5621bc0)), closes [#13119](https://github.com/bitnami/charts/issues/13119)
+* [bitnami/*] Use new default branch name in links (#12943) ([a529e02](https://github.com/bitnami/charts/commit/a529e02597d49d944eba1eb0f190713293247176)), closes [#12943](https://github.com/bitnami/charts/issues/12943)
+* fix ingress ingest (#13119) ([5621bc0](https://github.com/bitnami/charts/commit/5621bc0733e0ef502bd27a8f29eb5c4135a9a550)), closes [#13119](https://github.com/bitnami/charts/issues/13119)
## 19.4.4 (2022-10-13)
-* [bitnami/elasticsearch] Release 19.4.4 (#12930) ([1b1c197](https://github.com/bitnami/charts/commit/1b1c197)), closes [#12930](https://github.com/bitnami/charts/issues/12930)
+* [bitnami/elasticsearch] Release 19.4.4 (#12930) ([1b1c197](https://github.com/bitnami/charts/commit/1b1c197c4fc02acc7605e2e8b326d4d4b4df931f)), closes [#12930](https://github.com/bitnami/charts/issues/12930)
## 19.4.3 (2022-10-11)
-* fix elasticsearch envFrom (#12446) ([3b14b87](https://github.com/bitnami/charts/commit/3b14b87)), closes [#12446](https://github.com/bitnami/charts/issues/12446)
-* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10)), closes [#12792](https://github.com/bitnami/charts/issues/12792)
+* fix elasticsearch envFrom (#12446) ([3b14b87](https://github.com/bitnami/charts/commit/3b14b87c8f6fda0b53f26fab189c806d75b28b7e)), closes [#12446](https://github.com/bitnami/charts/issues/12446)
+* Generic README instructions related to the repo (#12792) ([3cf6b10](https://github.com/bitnami/charts/commit/3cf6b10e10e60df4b3e191d6b99aa99a9f597755)), closes [#12792](https://github.com/bitnami/charts/issues/12792)
## 19.4.2 (2022-09-26)
-* [bitnami/elasticsearch] Release 19.4.2 (#12681) ([5ba68c8](https://github.com/bitnami/charts/commit/5ba68c8)), closes [#12681](https://github.com/bitnami/charts/issues/12681)
+* [bitnami/elasticsearch] Release 19.4.2 (#12681) ([5ba68c8](https://github.com/bitnami/charts/commit/5ba68c8b158238157faf3075964e6adf0d274151)), closes [#12681](https://github.com/bitnami/charts/issues/12681)
## 19.4.1 (2022-09-20)
-* [bitnami/elasticsearch] Use custom probes if given (#12493) ([d23e121](https://github.com/bitnami/charts/commit/d23e121)), closes [#12493](https://github.com/bitnami/charts/issues/12493) [#12354](https://github.com/bitnami/charts/issues/12354)
+* [bitnami/elasticsearch] Use custom probes if given (#12493) ([d23e121](https://github.com/bitnami/charts/commit/d23e1210c49e3b4de2190e14156a49e782450f65)), closes [#12493](https://github.com/bitnami/charts/issues/12493) [#12354](https://github.com/bitnami/charts/issues/12354)
## 19.4.0 (2022-09-15)
-* [bitnami/elasticsearch] Configurable servicenames (#12349) ([d327744](https://github.com/bitnami/charts/commit/d327744)), closes [#12349](https://github.com/bitnami/charts/issues/12349)
+* [bitnami/elasticsearch] Configurable servicenames (#12349) ([d327744](https://github.com/bitnami/charts/commit/d3277448ce0159b545a65de3cd1e04acf9f144d6)), closes [#12349](https://github.com/bitnami/charts/issues/12349)
## 19.3.0 (2022-09-07)
-* [bitnami/elasticsearch] Ability to add extraHosts (#12145) ([32a259c](https://github.com/bitnami/charts/commit/32a259c)), closes [#12145](https://github.com/bitnami/charts/issues/12145)
+* [bitnami/elasticsearch] Ability to add extraHosts (#12145) ([32a259c](https://github.com/bitnami/charts/commit/32a259cd4544ad332f448f861ebbc8d2bdb34fbf)), closes [#12145](https://github.com/bitnami/charts/issues/12145)
## 19.2.5 (2022-09-01)
-* [bitnami/elasticsearch] Release 19.2.4 (#12222) ([56d86ed](https://github.com/bitnami/charts/commit/56d86ed)), closes [#12222](https://github.com/bitnami/charts/issues/12222)
+* [bitnami/elasticsearch] Release 19.2.4 (#12222) ([56d86ed](https://github.com/bitnami/charts/commit/56d86ede6df2ac8292b8ac035fb9820d512f3baf)), closes [#12222](https://github.com/bitnami/charts/issues/12222)
## 19.2.4 (2022-09-01)
-* [bitnami/elasticsearch] Deploy ingest nodes by default (#12246) ([c8b8bf4](https://github.com/bitnami/charts/commit/c8b8bf4)), closes [#12246](https://github.com/bitnami/charts/issues/12246)
+* [bitnami/elasticsearch] Deploy ingest nodes by default (#12246) ([c8b8bf4](https://github.com/bitnami/charts/commit/c8b8bf4ca4a54d70c0f69edf6991f6a80cc76195)), closes [#12246](https://github.com/bitnami/charts/issues/12246)
## 19.2.3 (2022-08-30)
-* [bitnami/elasticsearch] Fix ingest StatefulSet deployed when `.Values.ingest.enabled=false` (#12182) ([1661ff2](https://github.com/bitnami/charts/commit/1661ff2)), closes [#12182](https://github.com/bitnami/charts/issues/12182)
+* [bitnami/elasticsearch] Fix ingest StatefulSet deployed when `.Values.ingest.enabled=false` (#12182) ([1661ff2](https://github.com/bitnami/charts/commit/1661ff23ec42d4f802c77f5646d536ee5257cf58)), closes [#12182](https://github.com/bitnami/charts/issues/12182)
## 19.2.2 (2022-08-23)
-* [bitnami/elasticsearch] Update Chart.lock (#12100) ([9487bf8](https://github.com/bitnami/charts/commit/9487bf8)), closes [#12100](https://github.com/bitnami/charts/issues/12100)
+* [bitnami/elasticsearch] Update Chart.lock (#12100) ([9487bf8](https://github.com/bitnami/charts/commit/9487bf8a209f413cbc30616ba18fc1683fad15af)), closes [#12100](https://github.com/bitnami/charts/issues/12100)
## 19.2.1 (2022-08-22)
-* [bitnami/elasticsearch] Update Chart.lock (#11991) ([c302ca9](https://github.com/bitnami/charts/commit/c302ca9)), closes [#11991](https://github.com/bitnami/charts/issues/11991)
+* [bitnami/elasticsearch] Update Chart.lock (#11991) ([c302ca9](https://github.com/bitnami/charts/commit/c302ca9b49472cf2c10c858e23120dcc2f8c0c44)), closes [#11991](https://github.com/bitnami/charts/issues/11991)
## 19.2.0 (2022-08-22)
-* [bitnami/elasticsearch] Add support for image digest apart from tag (#11882) ([d71bebc](https://github.com/bitnami/charts/commit/d71bebc)), closes [#11882](https://github.com/bitnami/charts/issues/11882)
-* fix elasticsearch ingest envFrom (#11800) ([b786e6e](https://github.com/bitnami/charts/commit/b786e6e)), closes [#11800](https://github.com/bitnami/charts/issues/11800)
+* [bitnami/elasticsearch] Add support for image digest apart from tag (#11882) ([d71bebc](https://github.com/bitnami/charts/commit/d71bebcc3786b71835a6261daa16dc0093b6fe24)), closes [#11882](https://github.com/bitnami/charts/issues/11882)
+* fix elasticsearch ingest envFrom (#11800) ([b786e6e](https://github.com/bitnami/charts/commit/b786e6e7e7d2431c61aa6bd2dacef14e29c24768)), closes [#11800](https://github.com/bitnami/charts/issues/11800)
## 19.1.11 (2022-08-18)
-* [bitnami/elasticsearch] Fix alt names in generated TLS certs (#11632) ([85a650c](https://github.com/bitnami/charts/commit/85a650c)), closes [#11632](https://github.com/bitnami/charts/issues/11632)
-* [bitnami/elasticsearch] Release 19.1.11 ([ba43f4f](https://github.com/bitnami/charts/commit/ba43f4f))
+* [bitnami/elasticsearch] Fix alt names in generated TLS certs (#11632) ([85a650c](https://github.com/bitnami/charts/commit/85a650c96765fdcf779b73ddd52fc01ff8b95c22)), closes [#11632](https://github.com/bitnami/charts/issues/11632)
+* [bitnami/elasticsearch] Release 19.1.11 ([ba43f4f](https://github.com/bitnami/charts/commit/ba43f4fb721d2380329c2f93b84bf00ebcded948))
## 19.1.10 (2022-08-16)
-* fix master envFrom (#11738) ([e9d2cb9](https://github.com/bitnami/charts/commit/e9d2cb9)), closes [#11738](https://github.com/bitnami/charts/issues/11738)
+* fix master envFrom (#11738) ([e9d2cb9](https://github.com/bitnami/charts/commit/e9d2cb90bfb81d5ffd9523f26c71dae0f063a0a7)), closes [#11738](https://github.com/bitnami/charts/issues/11738)
## 19.1.9 (2022-08-09)
-* [bitnami/elasticsearch] Release 19.1.9 (#11672) ([81d7f0f](https://github.com/bitnami/charts/commit/81d7f0f)), closes [#11672](https://github.com/bitnami/charts/issues/11672)
+* [bitnami/elasticsearch] Release 19.1.9 (#11672) ([81d7f0f](https://github.com/bitnami/charts/commit/81d7f0f78348c8309dd31d31eb6f78de3b1334c8)), closes [#11672](https://github.com/bitnami/charts/issues/11672)
## 19.1.8 (2022-08-08)
-* [bitnami/elasticsearch]fix- Values.master.heapSize is inoperative when i do not set the configuratio ([90437c2](https://github.com/bitnami/charts/commit/90437c2)), closes [#11442](https://github.com/bitnami/charts/issues/11442)
+* [bitnami/elasticsearch]fix- Values.master.heapSize is inoperative when i do not set the configuratio ([90437c2](https://github.com/bitnami/charts/commit/90437c279738535d2f9ce28c86227bb06ab7a0bd)), closes [#11442](https://github.com/bitnami/charts/issues/11442)
## 19.1.7 (2022-08-08)
-* [bitnami/elasticsearch] solve problem with hidden param ingest.enabled. Issue #11409 (#11447) ([9b88d20](https://github.com/bitnami/charts/commit/9b88d20)), closes [#11409](https://github.com/bitnami/charts/issues/11409) [#11447](https://github.com/bitnami/charts/issues/11447) [#11409](https://github.com/bitnami/charts/issues/11409) [#11409](https://github.com/bitnami/charts/issues/11409) [#11409](https://github.com/bitnami/charts/issues/11409)
+* [bitnami/elasticsearch] solve problem with hidden param ingest.enabled. Issue #11409 (#11447) ([9b88d20](https://github.com/bitnami/charts/commit/9b88d208a30391a92ecab7ebb15178532e343f04)), closes [#11409](https://github.com/bitnami/charts/issues/11409) [#11447](https://github.com/bitnami/charts/issues/11447) [#11409](https://github.com/bitnami/charts/issues/11409) [#11409](https://github.com/bitnami/charts/issues/11409) [#11409](https://github.com/bitnami/charts/issues/11409)
## 19.1.6 (2022-08-04)
-* [bitnami/elasticsearch] Release 19.1.6 (#11592) ([8031145](https://github.com/bitnami/charts/commit/8031145)), closes [#11592](https://github.com/bitnami/charts/issues/11592)
+* [bitnami/elasticsearch] Release 19.1.6 (#11592) ([8031145](https://github.com/bitnami/charts/commit/8031145d699679705f051d86d245b1dab7340bf0)), closes [#11592](https://github.com/bitnami/charts/issues/11592)
## 19.1.5 (2022-08-03)
-* [bitnami/elasticsearch] Release 19.1.5 (#11544) ([da9bdb6](https://github.com/bitnami/charts/commit/da9bdb6)), closes [#11544](https://github.com/bitnami/charts/issues/11544)
+* [bitnami/elasticsearch] Release 19.1.5 (#11544) ([da9bdb6](https://github.com/bitnami/charts/commit/da9bdb6263e42cea116300821a3279c054ba7f59)), closes [#11544](https://github.com/bitnami/charts/issues/11544)
## 19.1.4 (2022-07-29)
-* [bitnami/elasticsearch] Release 19.1.4 (#11414) ([b5fccfb](https://github.com/bitnami/charts/commit/b5fccfb)), closes [#11414](https://github.com/bitnami/charts/issues/11414)
+* [bitnami/elasticsearch] Release 19.1.4 (#11414) ([b5fccfb](https://github.com/bitnami/charts/commit/b5fccfb8d326f53b3836da6a7e6df908efcf4b0e)), closes [#11414](https://github.com/bitnami/charts/issues/11414)
## 19.1.3 (2022-07-27)
-* [bitnami/elasticsearch] Release 19.1.3 (#11386) ([0ab811b](https://github.com/bitnami/charts/commit/0ab811b)), closes [#11386](https://github.com/bitnami/charts/issues/11386)
+* [bitnami/elasticsearch] Release 19.1.3 (#11386) ([0ab811b](https://github.com/bitnami/charts/commit/0ab811b23d1a2319974e2154f3033a389cb0e89b)), closes [#11386](https://github.com/bitnami/charts/issues/11386)
## 19.1.2 (2022-07-27)
-* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0)), closes [#11352](https://github.com/bitnami/charts/issues/11352)
-* [bitnami/elasticsearch] Release 19.1.2 (#11364) ([b67c0d5](https://github.com/bitnami/charts/commit/b67c0d5)), closes [#11364](https://github.com/bitnami/charts/issues/11364)
+* [bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352) ([d665af0](https://github.com/bitnami/charts/commit/d665af0c708846192d8d5fb2f5f9ea65dd464ab0)), closes [#11352](https://github.com/bitnami/charts/issues/11352)
+* [bitnami/elasticsearch] Release 19.1.2 (#11364) ([b67c0d5](https://github.com/bitnami/charts/commit/b67c0d5388aa77a2fa3a08a77a9f3fbe426c13ed)), closes [#11364](https://github.com/bitnami/charts/issues/11364)
## 19.1.1 (2022-07-22)
-* fix elasticsearch tls secret (#11293) ([9c0fdac](https://github.com/bitnami/charts/commit/9c0fdac)), closes [#11293](https://github.com/bitnami/charts/issues/11293)
+* fix elasticsearch tls secret (#11293) ([9c0fdac](https://github.com/bitnami/charts/commit/9c0fdacc83a69dbbf107bec41c4ea829fe4af2e0)), closes [#11293](https://github.com/bitnami/charts/issues/11293)
## 19.1.0 (2022-07-19)
-* [bitnami/elasticsearch] Implemented custom annotations for all Elasticsearch statefulsets (#11048) ([f5845cc](https://github.com/bitnami/charts/commit/f5845cc)), closes [#11048](https://github.com/bitnami/charts/issues/11048)
+* [bitnami/elasticsearch] Implemented custom annotations for all Elasticsearch statefulsets (#11048) ([f5845cc](https://github.com/bitnami/charts/commit/f5845cc3fd7bb35b162b51cad0b9ca86bf633a7b)), closes [#11048](https://github.com/bitnami/charts/issues/11048)
## 19.0.2 (2022-07-12)
-* [bitnami/elasticsearch] Release 19.0.2 (#11154) ([1926fe9](https://github.com/bitnami/charts/commit/1926fe9)), closes [#11154](https://github.com/bitnami/charts/issues/11154)
+* [bitnami/elasticsearch] Release 19.0.2 (#11154) ([1926fe9](https://github.com/bitnami/charts/commit/1926fe90331e050978d78f947c04ce00c5680653)), closes [#11154](https://github.com/bitnami/charts/issues/11154)
## 19.0.1 (2022-07-08)
-* [bitnami/elasticsearch] Release 19.0.1 (#11089) ([d1b2a82](https://github.com/bitnami/charts/commit/d1b2a82)), closes [#11089](https://github.com/bitnami/charts/issues/11089)
+* [bitnami/elasticsearch] Release 19.0.1 (#11089) ([d1b2a82](https://github.com/bitnami/charts/commit/d1b2a82778b3f7c010c6a4754e5e8b93903c4ffa)), closes [#11089](https://github.com/bitnami/charts/issues/11089)
## 19.0.0 (2022-07-06)
-* [bitnami/elasticsearch] deprecate elasticsearch-curator (#11037) ([c5e003d](https://github.com/bitnami/charts/commit/c5e003d)), closes [#11037](https://github.com/bitnami/charts/issues/11037)
+* [bitnami/elasticsearch] deprecate elasticsearch-curator (#11037) ([c5e003d](https://github.com/bitnami/charts/commit/c5e003d82859eb14ab99c3adf660fadc9c1fb03c)), closes [#11037](https://github.com/bitnami/charts/issues/11037)
## 18.2.17 (2022-07-06)
-* [bitnami/elasticsearch] Set runAsUser 0 for sysctl containers (#11053) ([a731767](https://github.com/bitnami/charts/commit/a731767)), closes [#11053](https://github.com/bitnami/charts/issues/11053)
+* [bitnami/elasticsearch] Set runAsUser 0 for sysctl containers (#11053) ([a731767](https://github.com/bitnami/charts/commit/a731767ac30646f01760c1b1fe27146654cb09a3)), closes [#11053](https://github.com/bitnami/charts/issues/11053)
## 18.2.16 (2022-06-30)
-* [bitnami/elasticsearch] Release 18.2.16 updating components versions ([4dbd89b](https://github.com/bitnami/charts/commit/4dbd89b))
+* [bitnami/elasticsearch] Release 18.2.16 updating components versions ([4dbd89b](https://github.com/bitnami/charts/commit/4dbd89b9fc7df91c314bbe87de578b75a06a3eed))
## 18.2.15 (2022-06-23)
-* [bitnami/elasticsearch] Add templating to curator config action file (#10817) ([91ecba5](https://github.com/bitnami/charts/commit/91ecba5)), closes [#10817](https://github.com/bitnami/charts/issues/10817)
+* [bitnami/elasticsearch] Add templating to curator config action file (#10817) ([91ecba5](https://github.com/bitnami/charts/commit/91ecba5e1c627ef3665cc65c33ed0716fe609c79)), closes [#10817](https://github.com/bitnami/charts/issues/10817)
## 18.2.14 (2022-06-20)
-* [bitnami/elasticsearch] Release 18.2.14 updating components versions ([cb75eb7](https://github.com/bitnami/charts/commit/cb75eb7))
+* [bitnami/elasticsearch] Release 18.2.14 updating components versions ([cb75eb7](https://github.com/bitnami/charts/commit/cb75eb7cd8b2e17b9b453a5e21de3c9cafac603e))
## 18.2.13 (2022-06-14)
-* [bitnami/elasticsearch] Release 18.2.13 updating components versions ([5cd8369](https://github.com/bitnami/charts/commit/5cd8369))
+* [bitnami/elasticsearch] Release 18.2.13 updating components versions ([5cd8369](https://github.com/bitnami/charts/commit/5cd83699e0ee2af109c2f692f01366e6b2a10a1a))
## 18.2.12 (2022-06-13)
-* [bitnami/elasticsearch] Release 18.2.12 updating components versions ([45f5fdd](https://github.com/bitnami/charts/commit/45f5fdd))
+* [bitnami/elasticsearch] Release 18.2.12 updating components versions ([45f5fdd](https://github.com/bitnami/charts/commit/45f5fddf218825d7339faeb245414711f4421b85))
## 18.2.11 (2022-06-10)
-* [bitnami/elasticsearch] Release 18.2.11 updating components versions ([c6e023c](https://github.com/bitnami/charts/commit/c6e023c))
+* [bitnami/elasticsearch] Release 18.2.11 updating components versions ([c6e023c](https://github.com/bitnami/charts/commit/c6e023cd2e4b91aa1e733621943c6c00d704d630))
## 18.2.10 (2022-06-08)
-* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914)), closes [#10600](https://github.com/bitnami/charts/issues/10600)
-* [bitnami/elasticsearch] fix remaining "restAPI" in Ingress (#10595) ([7ab338d](https://github.com/bitnami/charts/commit/7ab338d)), closes [#10595](https://github.com/bitnami/charts/issues/10595)
+* [bitnami/*] Replace Kubeapps URL in READMEs (and kubeapps Chart.yaml) and remove BKPR references (#1 ([c6a7914](https://github.com/bitnami/charts/commit/c6a7914361e5aea6016fb45bf4d621edfd111d32)), closes [#10600](https://github.com/bitnami/charts/issues/10600)
+* [bitnami/elasticsearch] fix remaining "restAPI" in Ingress (#10595) ([7ab338d](https://github.com/bitnami/charts/commit/7ab338de50e538b463e71c727ae227851cdfdfb7)), closes [#10595](https://github.com/bitnami/charts/issues/10595)
## 18.2.9 (2022-06-06)
-* [bitnami/elasticsearch] Release 18.2.9 updating components versions ([ffe9030](https://github.com/bitnami/charts/commit/ffe9030))
+* [bitnami/elasticsearch] Release 18.2.9 updating components versions ([ffe9030](https://github.com/bitnami/charts/commit/ffe9030fcc6c9adaf815cc7879556d80f39d1de6))
## 18.2.8 (2022-06-06)
-* [bitnami/elasticsearch] Fix ingress service name (#10549) ([5b318b2](https://github.com/bitnami/charts/commit/5b318b2)), closes [#10549](https://github.com/bitnami/charts/issues/10549) [#10460](https://github.com/bitnami/charts/issues/10460)
+* [bitnami/elasticsearch] Fix ingress service name (#10549) ([5b318b2](https://github.com/bitnami/charts/commit/5b318b29baa129716d72b6c478b7735293eb5fb4)), closes [#10549](https://github.com/bitnami/charts/issues/10549) [#10460](https://github.com/bitnami/charts/issues/10460)
## 18.2.7 (2022-06-01)
-* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf61)), closes [#10523](https://github.com/bitnami/charts/issues/10523)
+* [bitnami/several] Replace maintainers email by url (#10523) ([ff3cf61](https://github.com/bitnami/charts/commit/ff3cf617a1680509b0f3855d17c4ccff7b29a0ff)), closes [#10523](https://github.com/bitnami/charts/issues/10523)
## 18.2.6 (2022-06-01)
-* [bitnami/several] Remove invalid � characters from values.yaml (#10512) ([46c6e37](https://github.com/bitnami/charts/commit/46c6e37)), closes [#10512](https://github.com/bitnami/charts/issues/10512)
+* [bitnami/several] Remove invalid � characters from values.yaml (#10512) ([46c6e37](https://github.com/bitnami/charts/commit/46c6e37bf9eb91498569de1fe69e69462d4c5b03)), closes [#10512](https://github.com/bitnami/charts/issues/10512)
## 18.2.5 (2022-05-27)
-* Fixes bitnami/charts #10106 (#10245) ([81f1ff2](https://github.com/bitnami/charts/commit/81f1ff2)), closes [#10106](https://github.com/bitnami/charts/issues/10106) [#10245](https://github.com/bitnami/charts/issues/10245)
+* Fixes bitnami/charts #10106 (#10245) ([81f1ff2](https://github.com/bitnami/charts/commit/81f1ff24c112314c36b84412be832185148c7cc0)), closes [#10106](https://github.com/bitnami/charts/issues/10106) [#10245](https://github.com/bitnami/charts/issues/10245)
## 18.2.4 (2022-05-27)
-* [bitnami/elasticsearch] Release 18.2.4 updating components versions ([066630d](https://github.com/bitnami/charts/commit/066630d))
+* [bitnami/elasticsearch] Release 18.2.4 updating components versions ([066630d](https://github.com/bitnami/charts/commit/066630d5b57d74b492670ecc2828184f69558243))
## 18.2.3 (2022-05-26)
-* [bitnami/elasticsearch] Release 18.2.3 updating components versions ([440f2ae](https://github.com/bitnami/charts/commit/440f2ae))
+* [bitnami/elasticsearch] Release 18.2.3 updating components versions ([440f2ae](https://github.com/bitnami/charts/commit/440f2ae6e028d7d641c5fb19c6451a5feae160c6))
## 18.2.2 (2022-05-25)
-* [bitnami/elasticsearch] Release 18.2.2 updating components versions ([f337aad](https://github.com/bitnami/charts/commit/f337aad))
+* [bitnami/elasticsearch] Release 18.2.2 updating components versions ([f337aad](https://github.com/bitnami/charts/commit/f337aade54e2dcbf5ed0e4116e91eb7b8b851b32))
## 18.2.1 (2022-05-24)
-* [bitnami/elasticsearch] Fix autoGenerated certs altNames (#10238) ([14b1b89](https://github.com/bitnami/charts/commit/14b1b89)), closes [#10238](https://github.com/bitnami/charts/issues/10238)
+* [bitnami/elasticsearch] Fix autoGenerated certs altNames (#10238) ([14b1b89](https://github.com/bitnami/charts/commit/14b1b89061f81d44919c6481a3efe5cffe2b2aea)), closes [#10238](https://github.com/bitnami/charts/issues/10238)
## 18.2.0 (2022-05-24)
-* [bitnami/elasticsearch] add prometheus rule (#10297) ([96ae8f5](https://github.com/bitnami/charts/commit/96ae8f5)), closes [#10297](https://github.com/bitnami/charts/issues/10297)
+* [bitnami/elasticsearch] add prometheus rule (#10297) ([96ae8f5](https://github.com/bitnami/charts/commit/96ae8f52d1fb40f9386ec99554ce349eb9bcabd7)), closes [#10297](https://github.com/bitnami/charts/issues/10297)
## 18.1.8 (2022-05-23)
-* [bitnami/elasticsearch] Fix run with empty persistent volumes in init containers (#10246) (#10248) ([df6abd5](https://github.com/bitnami/charts/commit/df6abd5)), closes [#10246](https://github.com/bitnami/charts/issues/10246) [#10248](https://github.com/bitnami/charts/issues/10248)
+* [bitnami/elasticsearch] Fix run with empty persistent volumes in init containers (#10246) (#10248) ([df6abd5](https://github.com/bitnami/charts/commit/df6abd52c15b8189663364e17e9501277c35b9d2)), closes [#10246](https://github.com/bitnami/charts/issues/10246) [#10248](https://github.com/bitnami/charts/issues/10248)
## 18.1.7 (2022-05-22)
-* [bitnami/elasticsearch] Release 18.1.7 updating components versions ([e093370](https://github.com/bitnami/charts/commit/e093370))
+* [bitnami/elasticsearch] Release 18.1.7 updating components versions ([e093370](https://github.com/bitnami/charts/commit/e093370afed95cbd86f9a1902ca065289dd030b3))
## 18.1.6 (2022-05-20)
-* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af)), closes [#10332](https://github.com/bitnami/charts/issues/10332)
+* [bitnami/*] Fix HPA API version template usage (#10332) ([85ce7af](https://github.com/bitnami/charts/commit/85ce7af79a6a44d8b90e4907064ca77efe7c8288)), closes [#10332](https://github.com/bitnami/charts/issues/10332)
## 18.1.5 (2022-05-20)
-* [bitnami/elasticsearch] Release 18.1.5 updating components versions ([49f0f53](https://github.com/bitnami/charts/commit/49f0f53))
+* [bitnami/elasticsearch] Release 18.1.5 updating components versions ([49f0f53](https://github.com/bitnami/charts/commit/49f0f535f965f3da0ec706e0568134956a4b0458))
## 18.1.4 (2022-05-19)
-* [bitnami/elasticsearch] Release 18.1.4 updating components versions ([cf26466](https://github.com/bitnami/charts/commit/cf26466))
+* [bitnami/elasticsearch] Release 18.1.4 updating components versions ([cf26466](https://github.com/bitnami/charts/commit/cf26466fbf74e0dfa8047f606623b56bdeff2b81))
## 18.1.3 (2022-05-18)
-* [bitnami/elasticsearch] Release 18.1.3 updating components versions ([bc3898e](https://github.com/bitnami/charts/commit/bc3898e))
+* [bitnami/elasticsearch] Release 18.1.3 updating components versions ([bc3898e](https://github.com/bitnami/charts/commit/bc3898e2ecbea3e84b342356fc0c074d2c23a4d0))
## 18.1.2 (2022-05-17)
-* [bitnami/elasticsearch] Cronjob and Job PodSecurityContext bugfix (#10235) ([c2ed520](https://github.com/bitnami/charts/commit/c2ed520)), closes [#10235](https://github.com/bitnami/charts/issues/10235)
+* [bitnami/elasticsearch] Cronjob and Job PodSecurityContext bugfix (#10235) ([c2ed520](https://github.com/bitnami/charts/commit/c2ed52019c195332929264a4787955add790b1be)), closes [#10235](https://github.com/bitnami/charts/issues/10235)
## 18.1.1 (2022-05-17)
-* [bitnami/elasticsearch] Fix error when using ES curator (#10252) ([780a303](https://github.com/bitnami/charts/commit/780a303)), closes [#10252](https://github.com/bitnami/charts/issues/10252)
+* [bitnami/elasticsearch] Fix error when using ES curator (#10252) ([780a303](https://github.com/bitnami/charts/commit/780a303e0872b3374012201712fe100f46de837c)), closes [#10252](https://github.com/bitnami/charts/issues/10252)
## 18.1.0 (2022-05-16)
-* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9)), closes [#10253](https://github.com/bitnami/charts/issues/10253)
+* [bitnami/*] add ingress extraRules feature (#10253) ([0f6cbb9](https://github.com/bitnami/charts/commit/0f6cbb9099b0e56685cc1d36ba50340f3d7278a1)), closes [#10253](https://github.com/bitnami/charts/issues/10253)
## 18.0.4 (2022-05-14)
-* [bitnami/elasticsearch] Use the new helper for HPA API version (#10197) ([fc38efa](https://github.com/bitnami/charts/commit/fc38efa)), closes [#10197](https://github.com/bitnami/charts/issues/10197)
+* [bitnami/elasticsearch] Use the new helper for HPA API version (#10197) ([fc38efa](https://github.com/bitnami/charts/commit/fc38efa3cbedb54a50f20743def9a0ce4bfea533)), closes [#10197](https://github.com/bitnami/charts/issues/10197)
## 18.0.3 (2022-05-13)
-* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c4)), closes [#10171](https://github.com/bitnami/charts/issues/10171)
-* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/2650214)), closes [#10185](https://github.com/bitnami/charts/issues/10185)
-* [bitnami/elasticsearch] Add missing namespace metadata (#10120) ([5db21c4](https://github.com/bitnami/charts/commit/5db21c4)), closes [#10120](https://github.com/bitnami/charts/issues/10120)
-* [bitnami/elasticsearch] Curator cronjob and metrics deployment bugfixes (#10100) ([e958b21](https://github.com/bitnami/charts/commit/e958b21)), closes [#10100](https://github.com/bitnami/charts/issues/10100)
+* [bitnami/*] Remove old 'ci' files (#10171) ([5df30c4](https://github.com/bitnami/charts/commit/5df30c44dbd1812da8786579ce4a94917d46a6ad)), closes [#10171](https://github.com/bitnami/charts/issues/10171)
+* [bitnami/*] Unify k8s directives separators (#10185) ([2650214](https://github.com/bitnami/charts/commit/26502141d146ca3bdfb3bf744fcdec8ca5cece44)), closes [#10185](https://github.com/bitnami/charts/issues/10185)
+* [bitnami/elasticsearch] Add missing namespace metadata (#10120) ([5db21c4](https://github.com/bitnami/charts/commit/5db21c45b5d6137e0058e783d51e61bd03414371)), closes [#10120](https://github.com/bitnami/charts/issues/10120)
+* [bitnami/elasticsearch] Curator cronjob and metrics deployment bugfixes (#10100) ([e958b21](https://github.com/bitnami/charts/commit/e958b21a6a242091c7edae78ab43a26d28ed3d2f)), closes [#10100](https://github.com/bitnami/charts/issues/10100)
## 18.0.2 (2022-05-11)
-* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a4)), closes [#10151](https://github.com/bitnami/charts/issues/10151)
+* [bitnami/*] Fix typo in comments (relay -> rely) (#10151) ([9cfe4a4](https://github.com/bitnami/charts/commit/9cfe4a48cc35851faea6be7ffb2a978d223befa0)), closes [#10151](https://github.com/bitnami/charts/issues/10151)
## 18.0.1 (2022-05-04)
-* [bitnami/elasticsearch] Release 18.0.1 updating components versions ([802de95](https://github.com/bitnami/charts/commit/802de95))
+* [bitnami/elasticsearch] Release 18.0.1 updating components versions ([802de95](https://github.com/bitnami/charts/commit/802de95671e805805b09010993ec58954ea25e0c))
## 18.0.0 (2022-05-03)
-* [bitnami/elasticsearch] Standardization + Elasticsearch 8 + Refactor (#9352) ([c25240b](https://github.com/bitnami/charts/commit/c25240b)), closes [#9352](https://github.com/bitnami/charts/issues/9352)
-* fix(es): wrong yaml format in README (#9902) ([23b530b](https://github.com/bitnami/charts/commit/23b530b)), closes [#9902](https://github.com/bitnami/charts/issues/9902)
+* [bitnami/elasticsearch] Standardization + Elasticsearch 8 + Refactor (#9352) ([c25240b](https://github.com/bitnami/charts/commit/c25240b020d63e99cf1b60fc72306cc8bc881e6b)), closes [#9352](https://github.com/bitnami/charts/issues/9352)
+* fix(es): wrong yaml format in README (#9902) ([23b530b](https://github.com/bitnami/charts/commit/23b530bc466b31d8c7ff023e51b33210127d6e6e)), closes [#9902](https://github.com/bitnami/charts/issues/9902)
## 17.9.29 (2022-04-22)
-* [bitnami/elasticsearch] Release 17.9.29 updating components versions ([6c7bf6a](https://github.com/bitnami/charts/commit/6c7bf6a))
+* [bitnami/elasticsearch] Release 17.9.29 updating components versions ([6c7bf6a](https://github.com/bitnami/charts/commit/6c7bf6a8f1074e5ea99aaf0e1d20511162ea20be))
## 17.9.28 (2022-04-21)
-* [bitnami/elasticsearch] Release 17.9.28 updating components versions ([c3d1117](https://github.com/bitnami/charts/commit/c3d1117))
+* [bitnami/elasticsearch] Release 17.9.28 updating components versions ([c3d1117](https://github.com/bitnami/charts/commit/c3d11173dbedc034601d767fa6c73d399da91d51))
## 17.9.27 (2022-04-20)
-* [bitnami/elasticsearch] Release 17.9.27 updating components versions ([b0a693d](https://github.com/bitnami/charts/commit/b0a693d))
+* [bitnami/elasticsearch] Release 17.9.27 updating components versions ([b0a693d](https://github.com/bitnami/charts/commit/b0a693d2578ad0e8d8e63c533a28e33e836b86f1))
## 17.9.26 (2022-04-19)
-* [bitnami/elasticsearch] Release 17.9.26 updating components versions ([2af8efe](https://github.com/bitnami/charts/commit/2af8efe))
+* [bitnami/elasticsearch] Release 17.9.26 updating components versions ([2af8efe](https://github.com/bitnami/charts/commit/2af8efebe633bad71987e213306aee1ff106e58e))
## 17.9.25 (2022-04-07)
-* [bitnami/elasticsearch] Release 17.9.25 updating components versions ([2e2afc9](https://github.com/bitnami/charts/commit/2e2afc9))
+* [bitnami/elasticsearch] Release 17.9.25 updating components versions ([2e2afc9](https://github.com/bitnami/charts/commit/2e2afc97e7fad368290fcab9fc8af0712f689cf5))
## 17.9.24 (2022-04-05)
-* [bitnami/elasticsearch] Make metrics work again in non-TLS clusters (#9683) ([33b2d3e](https://github.com/bitnami/charts/commit/33b2d3e)), closes [#9683](https://github.com/bitnami/charts/issues/9683)
-* [bitnami/elasticsearch] Release 17.9.24 updating components versions ([33d9611](https://github.com/bitnami/charts/commit/33d9611))
+* [bitnami/elasticsearch] Make metrics work again in non-TLS clusters (#9683) ([33b2d3e](https://github.com/bitnami/charts/commit/33b2d3e2c1dbb13788e0c458099ddddc4f670776)), closes [#9683](https://github.com/bitnami/charts/issues/9683)
+* [bitnami/elasticsearch] Release 17.9.24 updating components versions ([33d9611](https://github.com/bitnami/charts/commit/33d961153a39da5e43d75e03bad6debb9638f631))
## 17.9.23 (2022-04-05)
-* [bitnami/elasticsearch] Release 17.9.23 updating components versions ([dd47245](https://github.com/bitnami/charts/commit/dd47245))
+* [bitnami/elasticsearch] Release 17.9.23 updating components versions ([dd47245](https://github.com/bitnami/charts/commit/dd47245bf5d13fc00e4e4973aaf62d7217b9f168))
## 17.9.22 (2022-04-03)
-* [bitnami/elasticsearch] Release 17.9.22 updating components versions ([3c27141](https://github.com/bitnami/charts/commit/3c27141))
+* [bitnami/elasticsearch] Release 17.9.22 updating components versions ([3c27141](https://github.com/bitnami/charts/commit/3c271415b7a5c7148808a70d3bb8bfa1fa090fee))
## 17.9.21 (2022-04-02)
-* [bitnami/elasticsearch] Release 17.9.21 updating components versions ([91d2ddc](https://github.com/bitnami/charts/commit/91d2ddc))
+* [bitnami/elasticsearch] Release 17.9.21 updating components versions ([91d2ddc](https://github.com/bitnami/charts/commit/91d2ddc2ddf282005ff481c87af0cdc45f66c0d3))
## 17.9.20 (2022-04-02)
-* [bitnami/elasticsearch] Release 17.9.20 updating components versions ([d3a068e](https://github.com/bitnami/charts/commit/d3a068e))
+* [bitnami/elasticsearch] Release 17.9.20 updating components versions ([d3a068e](https://github.com/bitnami/charts/commit/d3a068e291bfc2bae4e8e62d825cce0c00b199a7))
## 17.9.19 (2022-03-29)
-* [bitnami/elasticsearch] Release 17.9.19 updating components versions ([434230b](https://github.com/bitnami/charts/commit/434230b))
+* [bitnami/elasticsearch] Release 17.9.19 updating components versions ([434230b](https://github.com/bitnami/charts/commit/434230b26da26ac56900cd84467906ce114bd86e))
## 17.9.18 (2022-03-28)
-* [bitnami/elasticsearch] Release 17.9.18 updating components versions ([e09add4](https://github.com/bitnami/charts/commit/e09add4))
+* [bitnami/elasticsearch] Release 17.9.18 updating components versions ([e09add4](https://github.com/bitnami/charts/commit/e09add4fa5b7e1b1a89e39f8a80cc6a2a148be10))
## 17.9.17 (2022-03-27)
-* [bitnami/elasticsearch] Release 17.9.17 updating components versions ([aa1ac21](https://github.com/bitnami/charts/commit/aa1ac21))
-* chore: update the Elasticsearch hosts dependnign of the cluster configuration. (#9530) ([36db3ee](https://github.com/bitnami/charts/commit/36db3ee)), closes [#9530](https://github.com/bitnami/charts/issues/9530)
+* [bitnami/elasticsearch] Release 17.9.17 updating components versions ([aa1ac21](https://github.com/bitnami/charts/commit/aa1ac218deb4035cda3f15df132a9a18f1f9a184))
+* chore: update the Elasticsearch hosts dependnign of the cluster configuration. (#9530) ([36db3ee](https://github.com/bitnami/charts/commit/36db3ee2d5099209324cd5cac17049a7f5ad8a7d)), closes [#9530](https://github.com/bitnami/charts/issues/9530)
## 17.9.16 (2022-03-22)
-* [bitnami/elasticsearch] fix: :bug: Adapt metrics configuration when TLS is enabled (#9517) ([44b9482](https://github.com/bitnami/charts/commit/44b9482)), closes [#9517](https://github.com/bitnami/charts/issues/9517)
+* [bitnami/elasticsearch] fix: :bug: Adapt metrics configuration when TLS is enabled (#9517) ([44b9482](https://github.com/bitnami/charts/commit/44b948216769975b403532ef3b09bc0a51c611c5)), closes [#9517](https://github.com/bitnami/charts/issues/9517)
## 17.9.15 (2022-03-18)
-* [bitnami/elasticsearch] Release 17.9.15 updating components versions ([32de89f](https://github.com/bitnami/charts/commit/32de89f))
+* [bitnami/elasticsearch] Release 17.9.15 updating components versions ([32de89f](https://github.com/bitnami/charts/commit/32de89f3c6da906d0c18bc841410561ddc4df0b8))
## 17.9.14 (2022-03-17)
-* [bitnami/elasticsearch] Release 17.9.14 updating components versions ([9cd8b3f](https://github.com/bitnami/charts/commit/9cd8b3f))
+* [bitnami/elasticsearch] Release 17.9.14 updating components versions ([9cd8b3f](https://github.com/bitnami/charts/commit/9cd8b3fe2380940040da2d1a4e496fd8bc45f13e))
## 17.9.13 (2022-03-17)
-* [bitnami/elasticsearch] Fix context for include inside range extraHosts (#9434) ([60855eb](https://github.com/bitnami/charts/commit/60855eb)), closes [#9434](https://github.com/bitnami/charts/issues/9434)
+* [bitnami/elasticsearch] Fix context for include inside range extraHosts (#9434) ([60855eb](https://github.com/bitnami/charts/commit/60855eb62033288245874f254eb9189ab0d0878d)), closes [#9434](https://github.com/bitnami/charts/issues/9434)
## 17.9.12 (2022-03-16)
-* [bitnami/elasticsearch] Release 17.9.12 updating components versions ([b269c20](https://github.com/bitnami/charts/commit/b269c20))
+* [bitnami/elasticsearch] Release 17.9.12 updating components versions ([b269c20](https://github.com/bitnami/charts/commit/b269c20fd861435a07dbe78eeda3375fc72cc21f))
## 17.9.11 (2022-03-10)
-* [bitnami/elasticsearch] Release 17.9.11 updating components versions ([af158cc](https://github.com/bitnami/charts/commit/af158cc))
+* [bitnami/elasticsearch] Release 17.9.11 updating components versions ([af158cc](https://github.com/bitnami/charts/commit/af158cc15235de6f6a503736dfcb5308ce450011))
## 17.9.10 (2022-03-09)
-* [bitnami/elasticsearch] Release 17.9.10 updating components versions ([d9c56ea](https://github.com/bitnami/charts/commit/d9c56ea))
+* [bitnami/elasticsearch] Release 17.9.10 updating components versions ([d9c56ea](https://github.com/bitnami/charts/commit/d9c56eabf785de9fdc2508398920bdfd80b7617a))
## 17.9.9 (2022-03-08)
-* [bitnami/elasticsearch] Release 17.9.9 updating components versions ([697f203](https://github.com/bitnami/charts/commit/697f203))
+* [bitnami/elasticsearch] Release 17.9.9 updating components versions ([697f203](https://github.com/bitnami/charts/commit/697f203318f119f3cc216a80c2a1787a038d5af4))
## 17.9.8 (2022-03-04)
-* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b)), closes [#9299](https://github.com/bitnami/charts/issues/9299)
+* [bitnami/several] Reorder subcharts (#9299) ([a041f6b](https://github.com/bitnami/charts/commit/a041f6b0ff2dea82b3d030cb99454cede94dbc9a)), closes [#9299](https://github.com/bitnami/charts/issues/9299)
## 17.9.7 (2022-03-01)
-* [bitnami/elasticsearch] Release 17.9.7 updating components versions ([5eba289](https://github.com/bitnami/charts/commit/5eba289))
+* [bitnami/elasticsearch] Release 17.9.7 updating components versions ([5eba289](https://github.com/bitnami/charts/commit/5eba2899a4a9ab7ec4f7f79f05dff85f92afa672))
## 17.9.6 (2022-02-27)
-* [bitnami/elasticsearch] Release 17.9.6 updating components versions ([fb317b8](https://github.com/bitnami/charts/commit/fb317b8))
+* [bitnami/elasticsearch] Release 17.9.6 updating components versions ([fb317b8](https://github.com/bitnami/charts/commit/fb317b815375a18880492760eb174cac267a2f1a))
## 17.9.5 (2022-02-25)
-* [bitnami/elasticsearch] fix use the correct elasticsearch port for exporter. (#9199) ([0ee515a](https://github.com/bitnami/charts/commit/0ee515a)), closes [#9199](https://github.com/bitnami/charts/issues/9199)
+* [bitnami/elasticsearch] fix use the correct elasticsearch port for exporter. (#9199) ([0ee515a](https://github.com/bitnami/charts/commit/0ee515ae941aa9286a6ba3f352a6f3e765ffc145)), closes [#9199](https://github.com/bitnami/charts/issues/9199)
## 17.9.4 (2022-02-24)
-* [bitnami/elasticsearch] Fix named port in ingress (#9180) ([5dcd251](https://github.com/bitnami/charts/commit/5dcd251)), closes [#9180](https://github.com/bitnami/charts/issues/9180)
+* [bitnami/elasticsearch] Fix named port in ingress (#9180) ([5dcd251](https://github.com/bitnami/charts/commit/5dcd251a3bc8501a9342127e01afc0978472b759)), closes [#9180](https://github.com/bitnami/charts/issues/9180)
## 17.9.3 (2022-02-15)
-* [bitnami/elasticsearch] Release 17.9.3 updating components versions ([e67be9a](https://github.com/bitnami/charts/commit/e67be9a))
+* [bitnami/elasticsearch] Release 17.9.3 updating components versions ([e67be9a](https://github.com/bitnami/charts/commit/e67be9af57fece432bd20df8cf278865cad3768e))
## 17.9.2 (2022-02-10)
-* [bitnami/elasticsearch] Bump Kibana subchart version (#8964) ([46f554d](https://github.com/bitnami/charts/commit/46f554d)), closes [#8964](https://github.com/bitnami/charts/issues/8964)
-* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18f)), closes [#8923](https://github.com/bitnami/charts/issues/8923)
+* [bitnami/elasticsearch] Bump Kibana subchart version (#8964) ([46f554d](https://github.com/bitnami/charts/commit/46f554d4e4826636a88028d24e1662fc3954e3db)), closes [#8964](https://github.com/bitnami/charts/issues/8964)
+* Non utf8 chars (#8923) ([6ffd18f](https://github.com/bitnami/charts/commit/6ffd18fbbdf10e94ea1a90cf5b84ef610ac2a72d)), closes [#8923](https://github.com/bitnami/charts/issues/8923)
## 17.9.1 (2022-02-03)
-* [bitnami/elasticsearch] Release 17.9.1 updating components versions ([e37ad78](https://github.com/bitnami/charts/commit/e37ad78))
+* [bitnami/elasticsearch] Release 17.9.1 updating components versions ([e37ad78](https://github.com/bitnami/charts/commit/e37ad78de279144d7a767a214a267d3f969b6196))
## 17.9.0 (2022-02-02)
-* [bitnami/elasticsearch] Protocol selection (#8840) ([17a83ed](https://github.com/bitnami/charts/commit/17a83ed)), closes [#8840](https://github.com/bitnami/charts/issues/8840)
+* [bitnami/elasticsearch] Protocol selection (#8840) ([17a83ed](https://github.com/bitnami/charts/commit/17a83edc24557bcd63f55e5a7f3796417eb8eaa4)), closes [#8840](https://github.com/bitnami/charts/issues/8840)
## 17.8.0 (2022-01-24)
-* [bitnami/elasticsearch] Add annotations to data-svc (#8730) ([c2de8c8](https://github.com/bitnami/charts/commit/c2de8c8)), closes [#8730](https://github.com/bitnami/charts/issues/8730)
+* [bitnami/elasticsearch] Add annotations to data-svc (#8730) ([c2de8c8](https://github.com/bitnami/charts/commit/c2de8c8b9a1e1bb4acd3217d200f78be1daf9f36)), closes [#8730](https://github.com/bitnami/charts/issues/8730)
## 17.7.2 (2022-01-20)
-* [bitnami/elasticsearch] Release 17.7.2 updating components versions ([8691d75](https://github.com/bitnami/charts/commit/8691d75))
+* [bitnami/elasticsearch] Release 17.7.2 updating components versions ([8691d75](https://github.com/bitnami/charts/commit/8691d75044ca738291c1fa4d6440e67424167071))
## 17.7.1 (2022-01-20)
-* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a9533)), closes [#8716](https://github.com/bitnami/charts/issues/8716)
-* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c5)), closes [#8725](https://github.com/bitnami/charts/issues/8725)
+* [bitnami/*] Update READMEs (#8716) ([b9a9533](https://github.com/bitnami/charts/commit/b9a953337590eb2979453385874a267bacf50936)), closes [#8716](https://github.com/bitnami/charts/issues/8716)
+* [bitnami/several] Change prerequisites (#8725) ([8d740c5](https://github.com/bitnami/charts/commit/8d740c566cfdb7e2d933c40128b4e919fce953a5)), closes [#8725](https://github.com/bitnami/charts/issues/8725)
## 17.7.0 (2022-01-19)
-* [bitnami/elasticsearch] Added master ingress (#8680) ([668f6c3](https://github.com/bitnami/charts/commit/668f6c3)), closes [#8680](https://github.com/bitnami/charts/issues/8680)
+* [bitnami/elasticsearch] Added master ingress (#8680) ([668f6c3](https://github.com/bitnami/charts/commit/668f6c38646bd4032257111b7ee9c33d5733b3f8)), closes [#8680](https://github.com/bitnami/charts/issues/8680)
## 17.6.2 (2022-01-18)
-* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d1938)), closes [#8579](https://github.com/bitnami/charts/issues/8579)
-* [bitnami/elasticsearch] Release 17.6.2 updating components versions ([0e56632](https://github.com/bitnami/charts/commit/0e56632))
+* [bitnami/*] Readme automation (#8579) ([78d1938](https://github.com/bitnami/charts/commit/78d193831c900d178198491ffd08fa2217a64ecd)), closes [#8579](https://github.com/bitnami/charts/issues/8579)
+* [bitnami/elasticsearch] Release 17.6.2 updating components versions ([0e56632](https://github.com/bitnami/charts/commit/0e566326e13f517f6812139c51512ab26b7e22e2))
## 17.6.1 (2022-01-11)
-* [bitnami/elasticsearch] Release 17.6.1 updating components versions ([4aaf4b9](https://github.com/bitnami/charts/commit/4aaf4b9))
+* [bitnami/elasticsearch] Release 17.6.1 updating components versions ([4aaf4b9](https://github.com/bitnami/charts/commit/4aaf4b9ae5e44af130bfac662f35cf6c9128e3f5))
## 17.6.0 (2022-01-05)
-* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18a)), closes [#8562](https://github.com/bitnami/charts/issues/8562)
+* [bitnami/several] Adapt templating format (#8562) ([8cad18a](https://github.com/bitnami/charts/commit/8cad18aed9966a6f0208e5ad6cee46cb217f47ab)), closes [#8562](https://github.com/bitnami/charts/issues/8562)
## 17.5.7 (2022-01-04)
-* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f7633))
-* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238))
-* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7))
-* [bitnami/several] Fix issue with quote when followed by }} (#8561) ([58077af](https://github.com/bitnami/charts/commit/58077af)), closes [#8561](https://github.com/bitnami/charts/issues/8561)
+* [bitnami/several] Add license to the README ([05f7633](https://github.com/bitnami/charts/commit/05f763372501d596e57db713dd53ff4ff3027cc4))
+* [bitnami/several] Add license to the README ([32fb238](https://github.com/bitnami/charts/commit/32fb238e60a0affc6debd3142eaa3c3d9089ec2a))
+* [bitnami/several] Add license to the README ([b87c2f7](https://github.com/bitnami/charts/commit/b87c2f7899d48a8b02c506765e6ae82937e9ba3f))
+* [bitnami/several] Fix issue with quote when followed by }} (#8561) ([58077af](https://github.com/bitnami/charts/commit/58077af58f40e74e7af41485bcca493e38523537)), closes [#8561](https://github.com/bitnami/charts/issues/8561)
## 17.5.6 (2021-12-29)
-* [bitnami/elasticsearch]: support custom labels for servicemonitor. (#8522) ([d44ce79](https://github.com/bitnami/charts/commit/d44ce79)), closes [#8522](https://github.com/bitnami/charts/issues/8522)
+* [bitnami/elasticsearch]: support custom labels for servicemonitor. (#8522) ([d44ce79](https://github.com/bitnami/charts/commit/d44ce79ab9cdf6351e870390a4942f9438a8ea55)), closes [#8522](https://github.com/bitnami/charts/issues/8522)
## 17.5.5 (2021-12-22)
-* [bitnami/elasticsearch]Elastic fix metrics password (#8474) ([8db56cb](https://github.com/bitnami/charts/commit/8db56cb)), closes [#8474](https://github.com/bitnami/charts/issues/8474)
+* [bitnami/elasticsearch]Elastic fix metrics password (#8474) ([8db56cb](https://github.com/bitnami/charts/commit/8db56cbab9e6fa78fa2b15ac7d54994aa9a95243)), closes [#8474](https://github.com/bitnami/charts/issues/8474)
## 17.5.4 (2021-12-19)
-* [bitnami/elasticsearch] Release 17.5.4 updating components versions ([1935f80](https://github.com/bitnami/charts/commit/1935f80))
+* [bitnami/elasticsearch] Release 17.5.4 updating components versions ([1935f80](https://github.com/bitnami/charts/commit/1935f80f16f88b6f61e6b9df5040479f62e1a535))
## 17.5.3 (2021-12-17)
-* change coordinating-hpa kind to StatefulSet (#8436) ([108cec9](https://github.com/bitnami/charts/commit/108cec9)), closes [#8436](https://github.com/bitnami/charts/issues/8436)
+* change coordinating-hpa kind to StatefulSet (#8436) ([108cec9](https://github.com/bitnami/charts/commit/108cec92591dc63852a5ae480f2d5a07b28e6766)), closes [#8436](https://github.com/bitnami/charts/issues/8436)
## 17.5.2 (2021-12-14)
-* [bitnami/elasticsearch] Release 17.5.2 updating components versions ([e177e02](https://github.com/bitnami/charts/commit/e177e02))
-* [bitnami/elasticsearch] YAML indentation fix (#8388) ([042ba24](https://github.com/bitnami/charts/commit/042ba24)), closes [#8388](https://github.com/bitnami/charts/issues/8388)
+* [bitnami/elasticsearch] Release 17.5.2 updating components versions ([e177e02](https://github.com/bitnami/charts/commit/e177e02fb9ef6aeb4e01c82beae7727623644979))
+* [bitnami/elasticsearch] YAML indentation fix (#8388) ([042ba24](https://github.com/bitnami/charts/commit/042ba240be891410e17de429e4c6eaf1925b6035)), closes [#8388](https://github.com/bitnami/charts/issues/8388)
## 17.5.1 (2021-12-14)
-* [bitnami/elasticsearch] Release 17.5.1 updating components versions ([5fe604a](https://github.com/bitnami/charts/commit/5fe604a))
+* [bitnami/elasticsearch] Release 17.5.1 updating components versions ([5fe604a](https://github.com/bitnami/charts/commit/5fe604a9ad94d00344ab8574b15a3e5cde5ed238))
## 17.5.0 (2021-12-09)
-* bitnami/elasticsearch: add externalTrafficPolicy to coordinating-only service (#8298) ([d35b175](https://github.com/bitnami/charts/commit/d35b175)), closes [#8298](https://github.com/bitnami/charts/issues/8298)
+* bitnami/elasticsearch: add externalTrafficPolicy to coordinating-only service (#8298) ([d35b175](https://github.com/bitnami/charts/commit/d35b175740e9436b24bfad3ddc7f5512f35577a2)), closes [#8298](https://github.com/bitnami/charts/issues/8298)
## 17.4.1 (2021-12-09)
-* [bitnami/elasticsearch] Release 17.4.1 updating components versions ([0b421a0](https://github.com/bitnami/charts/commit/0b421a0))
+* [bitnami/elasticsearch] Release 17.4.1 updating components versions ([0b421a0](https://github.com/bitnami/charts/commit/0b421a05de319e16a03ea371c068aa6028a753ec))
## 17.4.0 (2021-12-03)
-* [bitnami/elasticsearch] Extended security context (#8242) ([40f825c](https://github.com/bitnami/charts/commit/40f825c)), closes [#8242](https://github.com/bitnami/charts/issues/8242)
+* [bitnami/elasticsearch] Extended security context (#8242) ([40f825c](https://github.com/bitnami/charts/commit/40f825cf0fcec54cafe78f066471beba315ffa5a)), closes [#8242](https://github.com/bitnami/charts/issues/8242)
## 17.3.6 (2021-11-29)
-* [bitnami/several] Regenerate README tables ([15b13c9](https://github.com/bitnami/charts/commit/15b13c9))
-* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd)), closes [#8259](https://github.com/bitnami/charts/issues/8259)
+* [bitnami/several] Regenerate README tables ([15b13c9](https://github.com/bitnami/charts/commit/15b13c902e7ca7c8cc8a2388f6a4d2004a0627c6))
+* [bitnami/several] Replace HTTP by HTTPS when possible (#8259) ([eafb5bd](https://github.com/bitnami/charts/commit/eafb5bd5a2cc3aaf04fc1e8ebedd73f420d76864)), closes [#8259](https://github.com/bitnami/charts/issues/8259)
## 17.3.5 (2021-11-23)
-* [bitnami/elasticsearch] Release 17.3.5 updating components versions ([765e447](https://github.com/bitnami/charts/commit/765e447))
-* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d2)), closes [#8215](https://github.com/bitnami/charts/issues/8215)
+* [bitnami/elasticsearch] Release 17.3.5 updating components versions ([765e447](https://github.com/bitnami/charts/commit/765e447ce4aed5ade79dc1f0ceffa8ee9ec46118))
+* [bitnami/several] Fix deadlinks in README.md (#8215) ([99e90d2](https://github.com/bitnami/charts/commit/99e90d244b3244e059a42f72dcbecd3cda2b66bb)), closes [#8215](https://github.com/bitnami/charts/issues/8215)
## 17.3.4 (2021-11-17)
-* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a24)), closes [#8164](https://github.com/bitnami/charts/issues/8164)
+* [bitnami/several] Add extraDeploy feature to the pending charts (#8164) ([d812a24](https://github.com/bitnami/charts/commit/d812a243cb1bba69c67ac22cfce1f7999848ef74)), closes [#8164](https://github.com/bitnami/charts/issues/8164)
## 17.3.3 (2021-11-16)
-* [bitnami/elasticsearch] fix ingest-statefulset (#8149) ([7570041](https://github.com/bitnami/charts/commit/7570041)), closes [#8149](https://github.com/bitnami/charts/issues/8149)
-* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742c))
+* [bitnami/elasticsearch] fix ingest-statefulset (#8149) ([7570041](https://github.com/bitnami/charts/commit/75700414c95177b44ab32a2eedb9d3571646360a)), closes [#8149](https://github.com/bitnami/charts/issues/8149)
+* [bitnami/several] Regenerate README tables ([e6f742c](https://github.com/bitnami/charts/commit/e6f742cb88c330952cb52da038db61537ec921e5))
## 17.3.2 (2021-11-12)
-* [bitnami/elasticsearch] Add gotcha around kibana+elasticsearch restEncryption (#8106) ([09bd5b8](https://github.com/bitnami/charts/commit/09bd5b8)), closes [#8106](https://github.com/bitnami/charts/issues/8106)
+* [bitnami/elasticsearch] Add gotcha around kibana+elasticsearch restEncryption (#8106) ([09bd5b8](https://github.com/bitnami/charts/commit/09bd5b81e0ccd4c109b6b4820e4806e6c3d54ca5)), closes [#8106](https://github.com/bitnami/charts/issues/8106)
## 17.3.1 (2021-11-11)
-* [bitnami/elasticsearch] Release 17.3.1 updating components versions ([786f804](https://github.com/bitnami/charts/commit/786f804))
+* [bitnami/elasticsearch] Release 17.3.1 updating components versions ([786f804](https://github.com/bitnami/charts/commit/786f804459f68b94dc86b45a7b3b383ac74d343c))
## 17.3.0 (2021-11-09)
-* [bitnami/elasticsearch] Add support for cronjob apiVersion batch/v1 for Kube v1.21+ (#8075) ([80681c6](https://github.com/bitnami/charts/commit/80681c6)), closes [#8075](https://github.com/bitnami/charts/issues/8075)
+* [bitnami/elasticsearch] Add support for cronjob apiVersion batch/v1 for Kube v1.21+ (#8075) ([80681c6](https://github.com/bitnami/charts/commit/80681c6ce6071f4bb6ff14273fbbaee93ffbb5ba)), closes [#8075](https://github.com/bitnami/charts/issues/8075)
## 17.2.0 (2021-11-03)
-* feat: add priority class name for all es sts (#7985) ([b9f9328](https://github.com/bitnami/charts/commit/b9f9328)), closes [#7985](https://github.com/bitnami/charts/issues/7985)
+* feat: add priority class name for all es sts (#7985) ([b9f9328](https://github.com/bitnami/charts/commit/b9f93282750b45c1a774b1105f65cf68d0a4a106)), closes [#7985](https://github.com/bitnami/charts/issues/7985)
## 17.1.8 (2021-10-27)
-* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7948) ([5cac753](https://github.com/bitnami/charts/commit/5cac753)), closes [#7948](https://github.com/bitnami/charts/issues/7948)
-* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a))
+* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7948) ([5cac753](https://github.com/bitnami/charts/commit/5cac7539dcb6c3baef06ed6676bfa99c16fdb5fe)), closes [#7948](https://github.com/bitnami/charts/issues/7948)
+* [bitnami/several] Regenerate README tables ([412cf6a](https://github.com/bitnami/charts/commit/412cf6a513cb0c03444a6e7811c6f27193239a10))
## 17.1.7 (2021-10-26)
-* [bitnami/elasticsearch] Release 17.1.7 updating components versions ([739daef](https://github.com/bitnami/charts/commit/739daef))
+* [bitnami/elasticsearch] Release 17.1.7 updating components versions ([739daef](https://github.com/bitnami/charts/commit/739daef8a3e7699d02ab862e7654b85f04c39fa6))
## 17.1.6 (2021-10-22)
-* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cd)), closes [#7889](https://github.com/bitnami/charts/issues/7889)
+* [bitnami/several] Add chart info to NOTES.txt (#7889) ([a6751cd](https://github.com/bitnami/charts/commit/a6751cdd33c461fabbc459fbea6f219ec64ab6b2)), closes [#7889](https://github.com/bitnami/charts/issues/7889)
## 17.1.5 (2021-10-22)
-* [bitnami/elasticsearch] fix secret truststore-password and keystore-password (#7891) ([a5fa09d](https://github.com/bitnami/charts/commit/a5fa09d)), closes [#7891](https://github.com/bitnami/charts/issues/7891)
-* [bitnami/several] Regenerate README tables ([fbb0358](https://github.com/bitnami/charts/commit/fbb0358))
+* [bitnami/elasticsearch] fix secret truststore-password and keystore-password (#7891) ([a5fa09d](https://github.com/bitnami/charts/commit/a5fa09d6b5528380f70d7ee078f3346c3087e50d)), closes [#7891](https://github.com/bitnami/charts/issues/7891)
+* [bitnami/several] Regenerate README tables ([fbb0358](https://github.com/bitnami/charts/commit/fbb0358f0d99d2ea30fa27cd14af89ca1217dc4b))
## 17.1.4 (2021-10-21)
-* [bitnami/elasticsearch] Release 17.1.4 updating components versions ([c3f11d1](https://github.com/bitnami/charts/commit/c3f11d1))
+* [bitnami/elasticsearch] Release 17.1.4 updating components versions ([c3f11d1](https://github.com/bitnami/charts/commit/c3f11d18ea65d545bd993df223e361535027e3a9))
## 17.1.3 (2021-10-19)
-* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33)), closes [#7852](https://github.com/bitnami/charts/issues/7852)
+* [bitnami/several] Change pullPolicy for bitnami-shell image (#7852) ([9711a33](https://github.com/bitnami/charts/commit/9711a33c6eec72ea79143c4b7574dbe6a148d6b2)), closes [#7852](https://github.com/bitnami/charts/issues/7852)
## 17.1.2 (2021-10-19)
-* Do not set StatefulSet.replicas if autoscaling is enabled (#7847) ([55a4fcd](https://github.com/bitnami/charts/commit/55a4fcd)), closes [#7847](https://github.com/bitnami/charts/issues/7847)
+* Do not set StatefulSet.replicas if autoscaling is enabled (#7847) ([55a4fcd](https://github.com/bitnami/charts/commit/55a4fcddfaef07d44d04b42942127be585acb540)), closes [#7847](https://github.com/bitnami/charts/issues/7847)
## 17.1.1 (2021-10-07)
-* [bitnami/*] Fix service monitors selectors (#7720) ([1279593](https://github.com/bitnami/charts/commit/1279593)), closes [#7720](https://github.com/bitnami/charts/issues/7720)
+* [bitnami/*] Fix service monitors selectors (#7720) ([1279593](https://github.com/bitnami/charts/commit/1279593765044df99902bfee8dcfaeb60e95f125)), closes [#7720](https://github.com/bitnami/charts/issues/7720)
## 17.1.0 (2021-09-28)
-* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6)), closes [#7614](https://github.com/bitnami/charts/issues/7614)
-* [bitnami/elasticsearch] Configure topology spread constraints (#7624) ([579aeed](https://github.com/bitnami/charts/commit/579aeed)), closes [#7624](https://github.com/bitnami/charts/issues/7624)
-* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac44))
+* [bitnami/*] Generate READMEs with new generator version (#7614) ([e5ab2e6](https://github.com/bitnami/charts/commit/e5ab2e6ecdd6bce800863f154cda524ff9f6c117)), closes [#7614](https://github.com/bitnami/charts/issues/7614)
+* [bitnami/elasticsearch] Configure topology spread constraints (#7624) ([579aeed](https://github.com/bitnami/charts/commit/579aeed38810df188aa2c878ddb59efcd2b34f90)), closes [#7624](https://github.com/bitnami/charts/issues/7624)
+* [bitnami/several] Regenerate README tables ([79eac44](https://github.com/bitnami/charts/commit/79eac4490bf5d0abe582920d9662a892c9666870))
## 17.0.4 (2021-09-22)
-* [bitnami/elasticsearch] Release 17.0.4 updating components versions ([276c425](https://github.com/bitnami/charts/commit/276c425))
+* [bitnami/elasticsearch] Release 17.0.4 updating components versions ([276c425](https://github.com/bitnami/charts/commit/276c425f08cce69c3c87a7c483881dac359cdde7))
## 17.0.3 (2021-09-13)
-* [bitnami/elasticsearch] fix sysctl set options (#7468) ([2788462](https://github.com/bitnami/charts/commit/2788462)), closes [#7468](https://github.com/bitnami/charts/issues/7468)
-* [bitnami/several] Regenerate README tables ([8e0a1b3](https://github.com/bitnami/charts/commit/8e0a1b3))
+* [bitnami/elasticsearch] fix sysctl set options (#7468) ([2788462](https://github.com/bitnami/charts/commit/278846278a951e443f42c21cd949e2fb76a9edb0)), closes [#7468](https://github.com/bitnami/charts/issues/7468)
+* [bitnami/several] Regenerate README tables ([8e0a1b3](https://github.com/bitnami/charts/commit/8e0a1b3fb53e174a999f4372ac8d3620e73cf10e))
## 17.0.2 (2021-09-09)
-* [bitnami/elasticsearch] Fixed indent problem on ingest statefulset (#7445) ([2327036](https://github.com/bitnami/charts/commit/2327036)), closes [#7445](https://github.com/bitnami/charts/issues/7445)
-* [bitnami/several] Regenerate README tables ([dcb935c](https://github.com/bitnami/charts/commit/dcb935c))
+* [bitnami/elasticsearch] Fixed indent problem on ingest statefulset (#7445) ([2327036](https://github.com/bitnami/charts/commit/2327036dbc394b2534b58e2abf3c551ccb14898a)), closes [#7445](https://github.com/bitnami/charts/issues/7445)
+* [bitnami/several] Regenerate README tables ([dcb935c](https://github.com/bitnami/charts/commit/dcb935c1bf066b6d8988f3b0dbe85d01aa01b215))
## 17.0.1 (2021-09-08)
-* [bitnami/elasticsearch] Release 17.0.1 updating components versions ([a141820](https://github.com/bitnami/charts/commit/a141820))
-* [bitnami/several] Regenerate README tables ([e0a27b4](https://github.com/bitnami/charts/commit/e0a27b4))
+* [bitnami/elasticsearch] Release 17.0.1 updating components versions ([a141820](https://github.com/bitnami/charts/commit/a141820424431bcb895bff05927d2493fb6b7409))
+* [bitnami/several] Regenerate README tables ([e0a27b4](https://github.com/bitnami/charts/commit/e0a27b4c05c509da51859373dad032294438af74))
## 17.0.0 (2021-09-02)
-* [bitnami/elasticsearch] Bump Kibana major version (#7394) ([709cb48](https://github.com/bitnami/charts/commit/709cb48)), closes [#7394](https://github.com/bitnami/charts/issues/7394)
-* [bitnami/several] Regenerate README tables ([8c2dfde](https://github.com/bitnami/charts/commit/8c2dfde))
+* [bitnami/elasticsearch] Bump Kibana major version (#7394) ([709cb48](https://github.com/bitnami/charts/commit/709cb483cf747b7a761704f4e3c36b817cfebf25)), closes [#7394](https://github.com/bitnami/charts/issues/7394)
+* [bitnami/several] Regenerate README tables ([8c2dfde](https://github.com/bitnami/charts/commit/8c2dfde7724141adfb90f0fa6bb97bf9acd4d14e))
## 16.0.2 (2021-09-02)
-* [bitnami/*] Fix nil values for Elasticsearch and Kibana (#7393) ([e8eba19](https://github.com/bitnami/charts/commit/e8eba19)), closes [#7393](https://github.com/bitnami/charts/issues/7393)
-* [bitnami/several] Regenerate README tables ([9c82ba2](https://github.com/bitnami/charts/commit/9c82ba2))
+* [bitnami/*] Fix nil values for Elasticsearch and Kibana (#7393) ([e8eba19](https://github.com/bitnami/charts/commit/e8eba199ba32dd830d678202e72ec033cfe32651)), closes [#7393](https://github.com/bitnami/charts/issues/7393)
+* [bitnami/several] Regenerate README tables ([9c82ba2](https://github.com/bitnami/charts/commit/9c82ba295d70b1cac50ab4d8d494fdbefc1ec0ac))
## 16.0.1 (2021-09-01)
-* [bitnami/elasticsearch] Release 16.0.1 updating components versions ([65fba23](https://github.com/bitnami/charts/commit/65fba23))
+* [bitnami/elasticsearch] Release 16.0.1 updating components versions ([65fba23](https://github.com/bitnami/charts/commit/65fba237d3e2eb3cdb6fedc99350aa22896d12e0))
## 16.0.0 (2021-09-01)
-* [bitnami/elasticsearch] Add support for X-Pack security (#6486) ([646219f](https://github.com/bitnami/charts/commit/646219f)), closes [#6486](https://github.com/bitnami/charts/issues/6486)
-* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513b))
+* [bitnami/elasticsearch] Add support for X-Pack security (#6486) ([646219f](https://github.com/bitnami/charts/commit/646219f0e767882e8d9d0997747f5aa6ff84068d)), closes [#6486](https://github.com/bitnami/charts/issues/6486)
+* [bitnami/several] Regenerate README tables ([da2513b](https://github.com/bitnami/charts/commit/da2513bf0a33819f3b1151d387c631a9ffdb03e2))
## 15.10.5 (2021-08-25)
-* [bitnami/elasticsearch] Release 15.10.5 updating components versions ([de51823](https://github.com/bitnami/charts/commit/de51823))
+* [bitnami/elasticsearch] Release 15.10.5 updating components versions ([de51823](https://github.com/bitnami/charts/commit/de5182365e3123d17765ce94b556953ba2fa11c3))
## 15.10.4 (2021-08-24)
-* [bitnami/elasticsearch] Release 15.10.4 updating components versions ([af4d4cd](https://github.com/bitnami/charts/commit/af4d4cd))
-* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e8))
+* [bitnami/elasticsearch] Release 15.10.4 updating components versions ([af4d4cd](https://github.com/bitnami/charts/commit/af4d4cd16c55f94ebc3805f020e13a60379764d9))
+* [bitnami/several] Regenerate README tables ([6c107e8](https://github.com/bitnami/charts/commit/6c107e835d6caf8db2e8b17dcd48c5971637e013))
## 15.10.3 (2021-08-04)
-* [bitnami/elasticsearch] Release 15.10.3 updating components versions ([4efc4f4](https://github.com/bitnami/charts/commit/4efc4f4))
+* [bitnami/elasticsearch] Release 15.10.3 updating components versions ([4efc4f4](https://github.com/bitnami/charts/commit/4efc4f46c5d621935cef62189ee37183510f147b))
## 15.10.2 (2021-08-03)
-* [bitnami/elasticsearch] Release 15.10.2 updating components versions ([1250b6b](https://github.com/bitnami/charts/commit/1250b6b))
-* [bitnami/several] Fix default values when using `foo: |` (#7092) ([fe91297](https://github.com/bitnami/charts/commit/fe91297)), closes [#7092](https://github.com/bitnami/charts/issues/7092)
+* [bitnami/elasticsearch] Release 15.10.2 updating components versions ([1250b6b](https://github.com/bitnami/charts/commit/1250b6b0be8fbe6b94a7039ba64376079eb85002))
+* [bitnami/several] Fix default values when using `foo: |` (#7092) ([fe91297](https://github.com/bitnami/charts/commit/fe91297fdf3f6c74aee31c423912e4ac19b55c94)), closes [#7092](https://github.com/bitnami/charts/issues/7092)
## 15.10.1 (2021-07-30)
-* [bitnami/elasticsearch] Fix conditional initContainers (#7096) ([78cd701](https://github.com/bitnami/charts/commit/78cd701)), closes [#7096](https://github.com/bitnami/charts/issues/7096)
+* [bitnami/elasticsearch] Fix conditional initContainers (#7096) ([78cd701](https://github.com/bitnami/charts/commit/78cd7012a17837eb1607c50afdd79deced1615ab)), closes [#7096](https://github.com/bitnami/charts/issues/7096)
## 15.10.0 (2021-07-27)
-* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0)), closes [#7012](https://github.com/bitnami/charts/issues/7012)
+* [bitnami/several] Add diagnostic mode (#7012) ([f1344b0](https://github.com/bitnami/charts/commit/f1344b0361c5a93bf971d08f0fc64d3c8588cbf9)), closes [#7012](https://github.com/bitnami/charts/issues/7012)
## 15.9.5 (2021-07-22)
-* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded)), closes [#7023](https://github.com/bitnami/charts/issues/7023)
+* [bitnami/several] Fix default values and regenerate README (#7023) ([c443ded](https://github.com/bitnami/charts/commit/c443ded691a1184a72af7b812759fad54b240ae9)), closes [#7023](https://github.com/bitnami/charts/issues/7023)
## 15.9.4 (2021-07-20)
-* [bitnami/elasticsearch] Release 15.9.4 updating components versions ([7f8d7aa](https://github.com/bitnami/charts/commit/7f8d7aa))
+* [bitnami/elasticsearch] Release 15.9.4 updating components versions ([7f8d7aa](https://github.com/bitnami/charts/commit/7f8d7aa52c3452aca1636c15662e7013453d44e9))
## 15.9.3 (2021-07-19)
-* [bitnami/*] Adapt values.yaml of Elasticsearch, etcd and external-dns charts (#6822) ([a5d80d6](https://github.com/bitnami/charts/commit/a5d80d6)), closes [#6822](https://github.com/bitnami/charts/issues/6822)
+* [bitnami/*] Adapt values.yaml of Elasticsearch, etcd and external-dns charts (#6822) ([a5d80d6](https://github.com/bitnami/charts/commit/a5d80d61b044023eb41d0dd187fe71a16515ab2d)), closes [#6822](https://github.com/bitnami/charts/issues/6822)
## 15.9.2 (2021-07-15)
-* [bitnami/elasticsearch] Curator sidecars are placed at the wrong level (#6950) ([aa0f434](https://github.com/bitnami/charts/commit/aa0f434)), closes [#6950](https://github.com/bitnami/charts/issues/6950)
+* [bitnami/elasticsearch] Curator sidecars are placed at the wrong level (#6950) ([aa0f434](https://github.com/bitnami/charts/commit/aa0f4347b2baf5c8d884d4dc5560dfa6f2ff7671)), closes [#6950](https://github.com/bitnami/charts/issues/6950)
## 15.9.1 (2021-07-07)
-* [bitnami/elasticsearch] Release 15.9.1 updating components versions ([0771596](https://github.com/bitnami/charts/commit/0771596))
+* [bitnami/elasticsearch] Release 15.9.1 updating components versions ([0771596](https://github.com/bitnami/charts/commit/077159698024aa3db728a630da7485b72cbf243e))
## 15.9.0 (2021-07-01)
-* [bitnami/elasticsearch] Added support for defining a fullnameOverride for individual deployments (#6 ([64ba2fe](https://github.com/bitnami/charts/commit/64ba2fe)), closes [#6807](https://github.com/bitnami/charts/issues/6807)
+* [bitnami/elasticsearch] Added support for defining a fullnameOverride for individual deployments (#6 ([64ba2fe](https://github.com/bitnami/charts/commit/64ba2fe169be641d7fa7ef963fd47137a6901979)), closes [#6807](https://github.com/bitnami/charts/issues/6807)
## 15.8.0 (2021-07-01)
-* [bitnami/elasticsearch] Add suppor for custom sidecars and init containers (#6796) ([6b52844](https://github.com/bitnami/charts/commit/6b52844)), closes [#6796](https://github.com/bitnami/charts/issues/6796)
+* [bitnami/elasticsearch] Add suppor for custom sidecars and init containers (#6796) ([6b52844](https://github.com/bitnami/charts/commit/6b528440e4737010b736cdcaebbf241bcde2c0e4)), closes [#6796](https://github.com/bitnami/charts/issues/6796)
## 15.7.2 (2021-06-30)
-* [bitnami/elasticsearch] Release 15.7.2 updating components versions ([87bc62c](https://github.com/bitnami/charts/commit/87bc62c))
+* [bitnami/elasticsearch] Release 15.7.2 updating components versions ([87bc62c](https://github.com/bitnami/charts/commit/87bc62cffb4fbf9949ff39c2c725b75e73ad1020))
## 15.7.1 (2021-06-29)
-* [bitnami/elasticsearch] Release 15.7.1 updating components versions ([3d159ec](https://github.com/bitnami/charts/commit/3d159ec))
+* [bitnami/elasticsearch] Release 15.7.1 updating components versions ([3d159ec](https://github.com/bitnami/charts/commit/3d159ececf32f6f5c8c9e8747cf886a85767628e))
## 15.7.0 (2021-06-29)
-* [bitnami/elasticsearch] Add values for metrics readiness and liveness probes (#6782) (#6783) ([76c7883](https://github.com/bitnami/charts/commit/76c7883)), closes [#6782](https://github.com/bitnami/charts/issues/6782) [#6783](https://github.com/bitnami/charts/issues/6783) [#6782](https://github.com/bitnami/charts/issues/6782) [#6782](https://github.com/bitnami/charts/issues/6782) [#6782](https://github.com/bitnami/charts/issues/6782)
+* [bitnami/elasticsearch] Add values for metrics readiness and liveness probes (#6782) (#6783) ([76c7883](https://github.com/bitnami/charts/commit/76c78830c7b73e26608e52fcf4a598d2f318dee2)), closes [#6782](https://github.com/bitnami/charts/issues/6782) [#6783](https://github.com/bitnami/charts/issues/6783) [#6782](https://github.com/bitnami/charts/issues/6782) [#6782](https://github.com/bitnami/charts/issues/6782) [#6782](https://github.com/bitnami/charts/issues/6782)
## 15.6.1 (2021-06-27)
-* [bitnami/elasticsearch] Fixed c&p errors in templates (#6772) ([9eb89f2](https://github.com/bitnami/charts/commit/9eb89f2)), closes [#6772](https://github.com/bitnami/charts/issues/6772)
+* [bitnami/elasticsearch] Fixed c&p errors in templates (#6772) ([9eb89f2](https://github.com/bitnami/charts/commit/9eb89f2376ba8c3a8d6df9682ef7e0da31a53cd5)), closes [#6772](https://github.com/bitnami/charts/issues/6772)
## 15.6.0 (2021-06-23)
-* [bitnami/elasticsearch] Add extraConfig to set my_elasticsearch.yml (#6703) ([279323f](https://github.com/bitnami/charts/commit/279323f)), closes [#6703](https://github.com/bitnami/charts/issues/6703)
+* [bitnami/elasticsearch] Add extraConfig to set my_elasticsearch.yml (#6703) ([279323f](https://github.com/bitnami/charts/commit/279323f381d9cb2f471c4d8202533c08b482c82e)), closes [#6703](https://github.com/bitnami/charts/issues/6703)
## 15.5.0 (2021-06-17)
-* [bitnami/elasticsearch] Enable probess + add support for custom ones (#6691) ([b41add7](https://github.com/bitnami/charts/commit/b41add7)), closes [#6691](https://github.com/bitnami/charts/issues/6691)
+* [bitnami/elasticsearch] Enable probess + add support for custom ones (#6691) ([b41add7](https://github.com/bitnami/charts/commit/b41add7ce0af76214266c3310fcf47667e11b7fc)), closes [#6691](https://github.com/bitnami/charts/issues/6691)
## 15.4.1 (2021-06-16)
-* [bitnami/elasticsearch] Release 15.4.1 updating components versions ([f9a68fa](https://github.com/bitnami/charts/commit/f9a68fa))
+* [bitnami/elasticsearch] Release 15.4.1 updating components versions ([f9a68fa](https://github.com/bitnami/charts/commit/f9a68fa2381b1ca7be73f701841bb37fd9674336))
## 15.4.0 (2021-06-15)
-* [bitnami/elasticsearch] Use 3 master nodes by default (#6587) ([65735b2](https://github.com/bitnami/charts/commit/65735b2)), closes [#6587](https://github.com/bitnami/charts/issues/6587)
+* [bitnami/elasticsearch] Use 3 master nodes by default (#6587) ([65735b2](https://github.com/bitnami/charts/commit/65735b2a8e77302a3ccd5b2301d4a328a0305005)), closes [#6587](https://github.com/bitnami/charts/issues/6587)
## 15.3.1 (2021-06-14)
-* [bitnami/elasticsearch] Release 15.3.1 updating components versions ([2354722](https://github.com/bitnami/charts/commit/2354722))
+* [bitnami/elasticsearch] Release 15.3.1 updating components versions ([2354722](https://github.com/bitnami/charts/commit/2354722a88670978a6fb6566f93330c64c567fc5))
## 15.3.0 (2021-06-07)
-* [bitnami/elasticsearch] Elasticsearch hpa (#6562) ([5937747](https://github.com/bitnami/charts/commit/5937747)), closes [#6562](https://github.com/bitnami/charts/issues/6562)
-* Correct default data.replicas in the documentation (#6564) ([75ac318](https://github.com/bitnami/charts/commit/75ac318)), closes [#6564](https://github.com/bitnami/charts/issues/6564)
+* [bitnami/elasticsearch] Elasticsearch hpa (#6562) ([5937747](https://github.com/bitnami/charts/commit/5937747f5c54d7f15b3e1490b0c0ef15566d7632)), closes [#6562](https://github.com/bitnami/charts/issues/6562)
+* Correct default data.replicas in the documentation (#6564) ([75ac318](https://github.com/bitnami/charts/commit/75ac318b1b8c902f16dd2b749d83e6b0904e6313)), closes [#6564](https://github.com/bitnami/charts/issues/6564)
## 15.2.4 (2021-06-03)
-* [bitnami/elasticsearch] Release 15.2.4 updating components versions ([347238b](https://github.com/bitnami/charts/commit/347238b))
+* [bitnami/elasticsearch] Release 15.2.4 updating components versions ([347238b](https://github.com/bitnami/charts/commit/347238b80a362a480c70771aecbe4580eaa53ff1))
## 15.2.3 (2021-05-31)
-* [bitnami/elasticsearch] Release 15.2.3 updating components versions ([11020aa](https://github.com/bitnami/charts/commit/11020aa))
+* [bitnami/elasticsearch] Release 15.2.3 updating components versions ([11020aa](https://github.com/bitnami/charts/commit/11020aaea57821bca2da605bfd2e89fa471f480d))
## 15.2.2 (2021-05-26)
-* [bitnami/elasticsearch] Release 15.2.2 updating components versions ([c19845f](https://github.com/bitnami/charts/commit/c19845f))
+* [bitnami/elasticsearch] Release 15.2.2 updating components versions ([c19845f](https://github.com/bitnami/charts/commit/c19845f976e91ce7d4e8bd3b249f8e7ba8449ec4))
## 15.2.1 (2021-05-25)
-* [bitnami/elasticsearch] Release 15.2.1 updating components versions ([27f8977](https://github.com/bitnami/charts/commit/27f8977))
+* [bitnami/elasticsearch] Release 15.2.1 updating components versions ([27f8977](https://github.com/bitnami/charts/commit/27f89774f5a81cc6d9dcdd12eb7264e5a1bb0628))
## 15.2.0 (2021-05-24)
-* [bitnami/elasticsearch] add startup probes feature (#6445) ([ca26a33](https://github.com/bitnami/charts/commit/ca26a33)), closes [#6445](https://github.com/bitnami/charts/issues/6445)
+* [bitnami/elasticsearch] add startup probes feature (#6445) ([ca26a33](https://github.com/bitnami/charts/commit/ca26a331f2cb129250b04eeec7cc11dfe4ba332f)), closes [#6445](https://github.com/bitnami/charts/issues/6445)
## 15.1.7 (2021-05-23)
-* [bitnami/elasticsearch] Release 15.1.7 updating components versions ([b1dd168](https://github.com/bitnami/charts/commit/b1dd168))
+* [bitnami/elasticsearch] Release 15.1.7 updating components versions ([b1dd168](https://github.com/bitnami/charts/commit/b1dd16832390351f9cb752baaa74be5c15840ef0))
## 15.1.6 (2021-05-05)
-* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c)), closes [#6292](https://github.com/bitnami/charts/issues/6292)
+* Update NOTES.txt (#6292) ([ee5597c](https://github.com/bitnami/charts/commit/ee5597c86b1cd3587fb50feb1dbc7518195c8cab)), closes [#6292](https://github.com/bitnami/charts/issues/6292)
## 15.1.5 (2021-04-30)
-* [bitnami/elasticsearch] Release 15.1.5 updating components versions ([4b85a20](https://github.com/bitnami/charts/commit/4b85a20))
+* [bitnami/elasticsearch] Release 15.1.5 updating components versions ([4b85a20](https://github.com/bitnami/charts/commit/4b85a20ebbd9319022e22742338676fd40e601b3))
## 15.1.4 (2021-04-29)
-* [bitnami/elasticsearch] Release 15.1.4 updating components versions ([bf9eb88](https://github.com/bitnami/charts/commit/bf9eb88))
+* [bitnami/elasticsearch] Release 15.1.4 updating components versions ([bf9eb88](https://github.com/bitnami/charts/commit/bf9eb8854a9e91a6b7d499af2b95d97b938d12cf))
## 15.1.3 (2021-04-28)
-* [bitnami/elasticsearch] Release 15.1.3 updating components versions ([0092dfe](https://github.com/bitnami/charts/commit/0092dfe))
+* [bitnami/elasticsearch] Release 15.1.3 updating components versions ([0092dfe](https://github.com/bitnami/charts/commit/0092dfee06fea3fe46294dd38ddbccbcceacf73b))
## 15.1.2 (2021-04-27)
-* [bitnami/elasticsearch] Release 15.1.2 updating components versions ([d9c74c8](https://github.com/bitnami/charts/commit/d9c74c8))
+* [bitnami/elasticsearch] Release 15.1.2 updating components versions ([d9c74c8](https://github.com/bitnami/charts/commit/d9c74c8fc278ee36bbe4745beaf127a9e01fe2a9))
## 15.1.1 (2021-04-09)
-* [bitnami/elasticsearch] Fix volumePermissions image bug (#6054) ([c8c4dcf](https://github.com/bitnami/charts/commit/c8c4dcf)), closes [#6054](https://github.com/bitnami/charts/issues/6054)
+* [bitnami/elasticsearch] Fix volumePermissions image bug (#6054) ([c8c4dcf](https://github.com/bitnami/charts/commit/c8c4dcf2d61b40590da0fb4ba0104a664d183c25)), closes [#6054](https://github.com/bitnami/charts/issues/6054)
## 15.1.0 (2021-04-08)
-* [bitnami/elasticsearch] Add the possibility to provide extra argumets to the exporter (#5987) (#6048 ([7cd2072](https://github.com/bitnami/charts/commit/7cd2072)), closes [#5987](https://github.com/bitnami/charts/issues/5987) [#6048](https://github.com/bitnami/charts/issues/6048)
+* [bitnami/elasticsearch] Add the possibility to provide extra argumets to the exporter (#5987) (#6048 ([7cd2072](https://github.com/bitnami/charts/commit/7cd2072ae7f69ddd4322029efd4a9c9e82854a7d)), closes [#5987](https://github.com/bitnami/charts/issues/5987) [#6048](https://github.com/bitnami/charts/issues/6048)
## 15.0.0 (2021-04-07)
-* [bitnami/elasticsearch] Bump major version (#6022) ([bc1fd40](https://github.com/bitnami/charts/commit/bc1fd40)), closes [#6022](https://github.com/bitnami/charts/issues/6022)
+* [bitnami/elasticsearch] Bump major version (#6022) ([bc1fd40](https://github.com/bitnami/charts/commit/bc1fd400dee8a2d596f46585cd48c45a0288de0f)), closes [#6022](https://github.com/bitnami/charts/issues/6022)
## 14.5.3 (2021-03-18)
-* [bitnami/elasticsearch] Update dependencies (#5810) (#5832) ([e1256a9](https://github.com/bitnami/charts/commit/e1256a9)), closes [#5810](https://github.com/bitnami/charts/issues/5810) [#5832](https://github.com/bitnami/charts/issues/5832) [#5810](https://github.com/bitnami/charts/issues/5810)
+* [bitnami/elasticsearch] Update dependencies (#5810) (#5832) ([e1256a9](https://github.com/bitnami/charts/commit/e1256a97267835165339433c9bfd146ab9ce4691)), closes [#5810](https://github.com/bitnami/charts/issues/5810) [#5832](https://github.com/bitnami/charts/issues/5832) [#5810](https://github.com/bitnami/charts/issues/5810)
## 14.5.2 (2021-03-16)
-* [bitnami/elasticsearch] Release 14.5.2 updating components versions ([ed3fc8c](https://github.com/bitnami/charts/commit/ed3fc8c))
+* [bitnami/elasticsearch] Release 14.5.2 updating components versions ([ed3fc8c](https://github.com/bitnami/charts/commit/ed3fc8ccd897212baee99145c6603f0c33a81c04))
## 14.5.1 (2021-03-16)
-* [bitnami/es] Improve notes and values regarding custom params and kernel settings (#5791) ([04a1448](https://github.com/bitnami/charts/commit/04a1448)), closes [#5791](https://github.com/bitnami/charts/issues/5791)
+* [bitnami/es] Improve notes and values regarding custom params and kernel settings (#5791) ([04a1448](https://github.com/bitnami/charts/commit/04a144858cd35140aeb75a715dc1281887819055)), closes [#5791](https://github.com/bitnami/charts/issues/5791)
## 14.5.0 (2021-03-08)
-* [bitnami/elasticsearch] use common template helpers (#5707) ([5719e57](https://github.com/bitnami/charts/commit/5719e57)), closes [#5707](https://github.com/bitnami/charts/issues/5707)
+* [bitnami/elasticsearch] use common template helpers (#5707) ([5719e57](https://github.com/bitnami/charts/commit/5719e57fc4960d328a5717f65816dd3c378cdc64)), closes [#5707](https://github.com/bitnami/charts/issues/5707)
## 14.4.0 (2021-03-05)
-* [bitnami/elasticsearch] Simplify sysctl logic (#5685) ([746c586](https://github.com/bitnami/charts/commit/746c586)), closes [#5685](https://github.com/bitnami/charts/issues/5685)
+* [bitnami/elasticsearch] Simplify sysctl logic (#5685) ([746c586](https://github.com/bitnami/charts/commit/746c58699dde3314013194a1eb60bc16c2604d49)), closes [#5685](https://github.com/bitnami/charts/issues/5685)
## 14.3.1 (2021-03-04)
-* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4d)), closes [#5677](https://github.com/bitnami/charts/issues/5677)
+* [bitnami/*] Remove minideb mentions (#5677) ([870bc4d](https://github.com/bitnami/charts/commit/870bc4dba1fc3aa55dd157da6687b25e8d352206)), closes [#5677](https://github.com/bitnami/charts/issues/5677)
## 14.3.0 (2021-03-04)
-* [bitnami/elasticsearch] add schedulerName for all resources (#5664) ([7763ab7](https://github.com/bitnami/charts/commit/7763ab7)), closes [#5664](https://github.com/bitnami/charts/issues/5664)
+* [bitnami/elasticsearch] add schedulerName for all resources (#5664) ([7763ab7](https://github.com/bitnami/charts/commit/7763ab733516adb0ff2280548a955a32741ecbdf)), closes [#5664](https://github.com/bitnami/charts/issues/5664)
## 14.2.3 (2021-02-27)
-* [bitnami/elasticsearch] Release 14.2.3 updating components versions ([ec78653](https://github.com/bitnami/charts/commit/ec78653))
+* [bitnami/elasticsearch] Release 14.2.3 updating components versions ([ec78653](https://github.com/bitnami/charts/commit/ec786531f619aa01f7f05c9b3586e1d15d2f92b8))
## 14.2.2 (2021-02-22)
-* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f)), closes [#5585](https://github.com/bitnami/charts/issues/5585)
+* [bitnami/*] Use common macro to define RBAC apiVersion (#5585) ([71fb99f](https://github.com/bitnami/charts/commit/71fb99f541e971b1daafaa20ffb7d18b153b8d60)), closes [#5585](https://github.com/bitnami/charts/issues/5585)
## 14.2.1 (2021-02-04)
-* [bitnami/elasticsearch] Fixes elasticsearch metrics error (#5392) ([c665847](https://github.com/bitnami/charts/commit/c665847)), closes [#5392](https://github.com/bitnami/charts/issues/5392) [#5390](https://github.com/bitnami/charts/issues/5390)
+* [bitnami/elasticsearch] Fixes elasticsearch metrics error (#5392) ([c665847](https://github.com/bitnami/charts/commit/c665847c462f0a137641511d3c0653157b599a4e)), closes [#5392](https://github.com/bitnami/charts/issues/5392) [#5390](https://github.com/bitnami/charts/issues/5390)
## 14.2.0 (2021-02-02)
-* [bitnami/elasticsearch] Change metrics endpoint when no coordinating nodes are used (#5364) ([6ce2dfe](https://github.com/bitnami/charts/commit/6ce2dfe)), closes [#5364](https://github.com/bitnami/charts/issues/5364)
+* [bitnami/elasticsearch] Change metrics endpoint when no coordinating nodes are used (#5364) ([6ce2dfe](https://github.com/bitnami/charts/commit/6ce2dfe391ca8a0813ee74278443b3ddabd89c15)), closes [#5364](https://github.com/bitnami/charts/issues/5364)
## 14.1.1 (2021-01-28)
-* [bitnami/elasticsearch] Release 14.1.1 updating components versions ([d460339](https://github.com/bitnami/charts/commit/d460339))
+* [bitnami/elasticsearch] Release 14.1.1 updating components versions ([d460339](https://github.com/bitnami/charts/commit/d4603391fbf3f95148d315536cf383143b7ce6af))
## 14.1.0 (2021-01-27)
-* [bitnami/elasticsearch] Add hostAliases (#5224) ([038862f](https://github.com/bitnami/charts/commit/038862f)), closes [#5224](https://github.com/bitnami/charts/issues/5224)
+* [bitnami/elasticsearch] Add hostAliases (#5224) ([038862f](https://github.com/bitnami/charts/commit/038862f1d35e826784031b77caa88dd3e16f22cf)), closes [#5224](https://github.com/bitnami/charts/issues/5224)
## 14.0.1 (2021-01-25)
-* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921)), closes [#5206](https://github.com/bitnami/charts/issues/5206)
+* [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206) ([0462921](https://github.com/bitnami/charts/commit/0462921418ca8d54308b7466197a6d53ffae4628)), closes [#5206](https://github.com/bitnami/charts/issues/5206)
## 14.0.0 (2021-01-20)
-* [bitnami/elasticsearch] Major change, update Kibana Ingress rules. (#5070) ([6c69d0b](https://github.com/bitnami/charts/commit/6c69d0b)), closes [#5070](https://github.com/bitnami/charts/issues/5070)
-* Remove values-production references in lint, templates, contributing guidelines, etc (#5138) ([d21d1ad](https://github.com/bitnami/charts/commit/d21d1ad)), closes [#5138](https://github.com/bitnami/charts/issues/5138)
+* [bitnami/elasticsearch] Major change, update Kibana Ingress rules. (#5070) ([6c69d0b](https://github.com/bitnami/charts/commit/6c69d0b726a136426ef2064f4eb8c55a63f5f12f)), closes [#5070](https://github.com/bitnami/charts/issues/5070)
+* Remove values-production references in lint, templates, contributing guidelines, etc (#5138) ([d21d1ad](https://github.com/bitnami/charts/commit/d21d1ad94f223203805cf6d82ded56db59be6fdd)), closes [#5138](https://github.com/bitnami/charts/issues/5138)
## 13.1.3 (2021-01-19)
-* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a3)), closes [#5090](https://github.com/bitnami/charts/issues/5090)
-* [bitnami/elasticsearch] Drop values-production.yaml support (#5102) ([10788c4](https://github.com/bitnami/charts/commit/10788c4)), closes [#5102](https://github.com/bitnami/charts/issues/5102)
+* [bitnami/*] Change helm version in the prerequisites (#5090) ([c5e67a3](https://github.com/bitnami/charts/commit/c5e67a388743cbee28439d2cabca27884b9daf97)), closes [#5090](https://github.com/bitnami/charts/issues/5090)
+* [bitnami/elasticsearch] Drop values-production.yaml support (#5102) ([10788c4](https://github.com/bitnami/charts/commit/10788c452c27ecb815a6862ffe02cb643e97d2f8)), closes [#5102](https://github.com/bitnami/charts/issues/5102)
## 13.1.2 (2021-01-14)
-* [bitnami/elasticsearch] Release 13.1.2 updating components versions ([1c089f8](https://github.com/bitnami/charts/commit/1c089f8))
+* [bitnami/elasticsearch] Release 13.1.2 updating components versions ([1c089f8](https://github.com/bitnami/charts/commit/1c089f8184d71bf38994475f8d49d799c80a5c0c))
## 13.1.1 (2021-01-14)
-* [bitnami/elasticsearch] Release 13.1.1 updating components versions ([c6fdb0e](https://github.com/bitnami/charts/commit/c6fdb0e))
+* [bitnami/elasticsearch] Release 13.1.1 updating components versions ([c6fdb0e](https://github.com/bitnami/charts/commit/c6fdb0e189f650fa4ff213e11b20e91f1ccb46d1))
## 13.1.0 (2021-01-11)
-* [bitnami/elasticsearch] allow for custom volumeClaimTemplate selectors (#4915) ([36c9688](https://github.com/bitnami/charts/commit/36c9688)), closes [#4915](https://github.com/bitnami/charts/issues/4915)
+* [bitnami/elasticsearch] allow for custom volumeClaimTemplate selectors (#4915) ([36c9688](https://github.com/bitnami/charts/commit/36c968890ea44eb732e44fbf9794e3dbd8d0ecc3)), closes [#4915](https://github.com/bitnami/charts/issues/4915)
## 13.0.5 (2020-12-15)
-* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63)), closes [#4699](https://github.com/bitnami/charts/issues/4699)
-* [bitnami/elasticsearch] Release 13.0.5 updating components versions ([0f8637a](https://github.com/bitnami/charts/commit/0f8637a))
+* [bitnami/*] fix typos (#4699) ([49adc63](https://github.com/bitnami/charts/commit/49adc63b672da976c55af2e077aa5648a357b77f)), closes [#4699](https://github.com/bitnami/charts/issues/4699)
+* [bitnami/elasticsearch] Release 13.0.5 updating components versions ([0f8637a](https://github.com/bitnami/charts/commit/0f8637a447dc2d4ec9a7b29b4da70af8b5e2ce6c))
## 13.0.4 (2020-12-13)
-* [bitnami/elasticsearch] Release 13.0.4 updating components versions ([1046289](https://github.com/bitnami/charts/commit/1046289))
+* [bitnami/elasticsearch] Release 13.0.4 updating components versions ([1046289](https://github.com/bitnami/charts/commit/1046289832da1378c003f1c3bbcd680745abf7a5))
## 13.0.3 (2020-12-11)
-* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c12)), closes [#4694](https://github.com/bitnami/charts/issues/4694)
+* [bitnami/*] Update dependencies (#4694) ([2826c12](https://github.com/bitnami/charts/commit/2826c125b42505f28431301e3c1bbe5366e47a01)), closes [#4694](https://github.com/bitnami/charts/issues/4694)
## 13.0.2 (2020-11-24)
-* [bitnami/elasticsearch] Change metrics port in annotations (#4469) ([715f8e8](https://github.com/bitnami/charts/commit/715f8e8)), closes [#4469](https://github.com/bitnami/charts/issues/4469)
+* [bitnami/elasticsearch] Change metrics port in annotations (#4469) ([715f8e8](https://github.com/bitnami/charts/commit/715f8e80d703e99090b082586ac3dde1f5369a31)), closes [#4469](https://github.com/bitnami/charts/issues/4469)
## 13.0.1 (2020-11-13)
-* [bitnami/elasticsearch] Release 13.0.1 updating components versions ([57d4de6](https://github.com/bitnami/charts/commit/57d4de6))
+* [bitnami/elasticsearch] Release 13.0.1 updating components versions ([57d4de6](https://github.com/bitnami/charts/commit/57d4de629ecd9b2c7f244f0a2d34d0f93eaf6e0d))
## 13.0.0 (2020-11-12)
-* [bitnami/elasticsearch] Major version. Adapt Chart to apiVersion: v2 (#4338) ([18ab9e1](https://github.com/bitnami/charts/commit/18ab9e1)), closes [#4338](https://github.com/bitnami/charts/issues/4338)
+* [bitnami/elasticsearch] Major version. Adapt Chart to apiVersion: v2 (#4338) ([18ab9e1](https://github.com/bitnami/charts/commit/18ab9e1fc12e2428d15de45fa18fdb52444ccda9)), closes [#4338](https://github.com/bitnami/charts/issues/4338)
## 12.8.2 (2020-11-11)
-* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e)), closes [#4136](https://github.com/bitnami/charts/issues/4136)
-* [bitnami/elasticsearch] Release 12.8.2 updating components versions ([b1d4754](https://github.com/bitnami/charts/commit/b1d4754))
+* [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) ([c08a20e](https://github.com/bitnami/charts/commit/c08a20e3db004215383004ff023a73fcc2522e72)), closes [#4136](https://github.com/bitnami/charts/issues/4136)
+* [bitnami/elasticsearch] Release 12.8.2 updating components versions ([b1d4754](https://github.com/bitnami/charts/commit/b1d47540daddc51a94e64bcf4899a46105f9c489))
## 12.8.1 (2020-10-23)
-* [bitnami/elasticsearch] Release 12.8.1 updating components versions ([1c9371a](https://github.com/bitnami/charts/commit/1c9371a))
+* [bitnami/elasticsearch] Release 12.8.1 updating components versions ([1c9371a](https://github.com/bitnami/charts/commit/1c9371a689a1d4a6bc80905dc5be023ce2006ce8))
## 12.8.0 (2020-10-07)
-* [bitnami/elasticsearch] add resources section to sysctl init container (#3918) ([8207387](https://github.com/bitnami/charts/commit/8207387)), closes [#3918](https://github.com/bitnami/charts/issues/3918)
+* [bitnami/elasticsearch] add resources section to sysctl init container (#3918) ([8207387](https://github.com/bitnami/charts/commit/8207387211892b0e855ddc3981b3b5ee035c675e)), closes [#3918](https://github.com/bitnami/charts/issues/3918)
## 12.7.3 (2020-10-05)
-* [bitnami/elasticsearch] Release 12.7.3 updating components versions ([445ed0c](https://github.com/bitnami/charts/commit/445ed0c))
+* [bitnami/elasticsearch] Release 12.7.3 updating components versions ([445ed0c](https://github.com/bitnami/charts/commit/445ed0cbbbdafac2ce3f78fa1ea33c3267de5694))
## 12.7.2 (2020-09-28)
-* [bitnami/elasticsearch] Fix existing volume selector yaml indentation for elasticsearch (#3782) ([8adf34b](https://github.com/bitnami/charts/commit/8adf34b)), closes [#3782](https://github.com/bitnami/charts/issues/3782)
+* [bitnami/elasticsearch] Fix existing volume selector yaml indentation for elasticsearch (#3782) ([8adf34b](https://github.com/bitnami/charts/commit/8adf34b88052e21c0b09b95a78c6ca819a792989)), closes [#3782](https://github.com/bitnami/charts/issues/3782)
## 12.7.1 (2020-09-28)
-* Fix curator pod missing affinity properties (#3774) ([d78be82](https://github.com/bitnami/charts/commit/d78be82)), closes [#3774](https://github.com/bitnami/charts/issues/3774)
+* Fix curator pod missing affinity properties (#3774) ([d78be82](https://github.com/bitnami/charts/commit/d78be82d8bc3837f339e9cb16e1c404fbefe3d74)), closes [#3774](https://github.com/bitnami/charts/issues/3774)
## 12.7.0 (2020-09-24)
-* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c7)), closes [#3746](https://github.com/bitnami/charts/issues/3746)
+* [bitnami/*] Affinity based on common presets (#3746) ([01884c7](https://github.com/bitnami/charts/commit/01884c767c48c38e6fa4c2984bd1acd5d6d81f9e)), closes [#3746](https://github.com/bitnami/charts/issues/3746)
## 12.6.5 (2020-09-24)
-* [bitnami/elasticsearch] Fix "initialDelaySeconds" Overwrite Issue in bitnami/elasticsearch/templates ([4b5612b](https://github.com/bitnami/charts/commit/4b5612b)), closes [#3762](https://github.com/bitnami/charts/issues/3762)
+* [bitnami/elasticsearch] Fix "initialDelaySeconds" Overwrite Issue in bitnami/elasticsearch/templates ([4b5612b](https://github.com/bitnami/charts/commit/4b5612ba959d2c8eaac5cf8391ec1352a8a008bd)), closes [#3762](https://github.com/bitnami/charts/issues/3762)
## 12.6.4 (2020-09-19)
-* [bitnami/elasticsearch] Release 12.6.4 updating components versions ([802ae92](https://github.com/bitnami/charts/commit/802ae92))
+* [bitnami/elasticsearch] Release 12.6.4 updating components versions ([802ae92](https://github.com/bitnami/charts/commit/802ae92e5f4cad6138b9bc5b5002743a9bb5fb89))
## 12.6.3 (2020-09-04)
-* [bitnami/elasticsearch] Release 12.6.3 updating components versions ([1f46b38](https://github.com/bitnami/charts/commit/1f46b38))
-* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f9)), closes [#3577](https://github.com/bitnami/charts/issues/3577)
+* [bitnami/elasticsearch] Release 12.6.3 updating components versions ([1f46b38](https://github.com/bitnami/charts/commit/1f46b388a2a24df8cb8c23fa003c8f69ffddf0c3))
+* [bitnami/metrics-server] Add source repo (#3577) ([1ed12f9](https://github.com/bitnami/charts/commit/1ed12f96af75322b46afdb2b3d9907c11b13f765)), closes [#3577](https://github.com/bitnami/charts/issues/3577)
## 12.6.2 (2020-08-20)
-* [bitnami/elasticsearch] Release 12.6.2 updating components versions ([1d37331](https://github.com/bitnami/charts/commit/1d37331))
+* [bitnami/elasticsearch] Release 12.6.2 updating components versions ([1d37331](https://github.com/bitnami/charts/commit/1d37331c97ec3cbf82f1a8c920a941bb8534a16f))
## 12.6.1 (2020-08-07)
-* [bitnami/elasticsearch] Release 12.6.1 updating components versions ([4b7a440](https://github.com/bitnami/charts/commit/4b7a440))
+* [bitnami/elasticsearch] Release 12.6.1 updating components versions ([4b7a440](https://github.com/bitnami/charts/commit/4b7a440ad906bba49a8a35d3fbe675e4ec696b35))
## 12.6.0 (2020-08-04)
-* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab40)), closes [#3280](https://github.com/bitnami/charts/issues/3280)
-* [bitnami/elasticsearch] Add affinity, nodeSelector, tolerations attributes for Elasticsearch metrics ([c723028](https://github.com/bitnami/charts/commit/c723028)), closes [#3316](https://github.com/bitnami/charts/issues/3316)
+* [bitnami/*] Fix TL;DR typo in READMEs (#3280) ([3d7ab40](https://github.com/bitnami/charts/commit/3d7ab406fecd64f1af25f53e7d27f03ec95b29a4)), closes [#3280](https://github.com/bitnami/charts/issues/3280)
+* [bitnami/elasticsearch] Add affinity, nodeSelector, tolerations attributes for Elasticsearch metrics ([c723028](https://github.com/bitnami/charts/commit/c723028995a9a526596564e81c26b45a34de0d58)), closes [#3316](https://github.com/bitnami/charts/issues/3316)
## 12.5.2 (2020-07-28)
-* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde06)), closes [#3075](https://github.com/bitnami/charts/issues/3075)
-* [bitnami/elasticsearch] Release 12.5.2 updating components versions ([a86cc61](https://github.com/bitnami/charts/commit/a86cc61))
+* [bitnami/all] Add categories (#3075) ([63bde06](https://github.com/bitnami/charts/commit/63bde066b87a140fab52264d0522401ab3d63509)), closes [#3075](https://github.com/bitnami/charts/issues/3075)
+* [bitnami/elasticsearch] Release 12.5.2 updating components versions ([a86cc61](https://github.com/bitnami/charts/commit/a86cc618b16ede1b8c2b552714a1573b959bc2a9))
## 12.5.1 (2020-07-07)
-* [bitnami/elasticsearch] Release 12.5.1 updating components versions ([752a412](https://github.com/bitnami/charts/commit/752a412))
+* [bitnami/elasticsearch] Release 12.5.1 updating components versions ([752a412](https://github.com/bitnami/charts/commit/752a41222e0b7f41b2b96cfb783954f5d23534d2))
## 12.5.0 (2020-07-07)
-* [bitnami/elascticsearch] Allow existing volume in master and data (#2996) ([9d22592](https://github.com/bitnami/charts/commit/9d22592)), closes [#2996](https://github.com/bitnami/charts/issues/2996)
+* [bitnami/elascticsearch] Allow existing volume in master and data (#2996) ([9d22592](https://github.com/bitnami/charts/commit/9d22592c0d8dff1c2a2fa0a8bf9e2d430e1aa913)), closes [#2996](https://github.com/bitnami/charts/issues/2996)
## 12.4.3 (2020-07-01)
-* [bitnami/elasticsearch] Release 12.4.3 updating components versions ([87a3f35](https://github.com/bitnami/charts/commit/87a3f35))
+* [bitnami/elasticsearch] Release 12.4.3 updating components versions ([87a3f35](https://github.com/bitnami/charts/commit/87a3f35ee0e5a5e02665b6613566813473aff35d))
## 12.4.2 (2020-07-01)
-* [bitnami/elasticsearch] Release 12.4.2 updating components versions ([9601602](https://github.com/bitnami/charts/commit/9601602))
+* [bitnami/elasticsearch] Release 12.4.2 updating components versions ([9601602](https://github.com/bitnami/charts/commit/96016021063d9ce03347e7b6ad481f7c29368916))
## 12.4.1 (2020-06-25)
-* [bitnami/elasticsearch] Release 12.4.1 updating components versions ([c4fb63b](https://github.com/bitnami/charts/commit/c4fb63b))
+* [bitnami/elasticsearch] Release 12.4.1 updating components versions ([c4fb63b](https://github.com/bitnami/charts/commit/c4fb63b4047b71bfc6e0c4bd9ce9d6b0f8e5419c))
## 12.4.0 (2020-06-25)
-* [bitnami/elasticsearch] allow existing claims in master and data (#2881) ([94910e8](https://github.com/bitnami/charts/commit/94910e8)), closes [#2881](https://github.com/bitnami/charts/issues/2881)
+* [bitnami/elasticsearch] allow existing claims in master and data (#2881) ([94910e8](https://github.com/bitnami/charts/commit/94910e836d2cfc3a91ee3a1cb488f0da4588fd26)), closes [#2881](https://github.com/bitnami/charts/issues/2881)
## 12.3.6 (2020-06-18)
-* [bitnami/elasticsearch] Release 12.3.6 updating components versions ([5d94a20](https://github.com/bitnami/charts/commit/5d94a20))
+* [bitnami/elasticsearch] Release 12.3.6 updating components versions ([5d94a20](https://github.com/bitnami/charts/commit/5d94a2001d944e8235cec6bf90d64dfc366cd8f1))
## 12.3.5 (2020-06-11)
-* [bitnami/elasticsearch] Release 12.3.5 updating components versions ([afd69a1](https://github.com/bitnami/charts/commit/afd69a1))
+* [bitnami/elasticsearch] Release 12.3.5 updating components versions ([afd69a1](https://github.com/bitnami/charts/commit/afd69a121d7fa5cdd916c2de933a9ffc6eb4c564))
## 12.3.4 (2020-06-09)
-* [bitnami/elasticsearch] wrong service port reference (#2778) ([6aae2c1](https://github.com/bitnami/charts/commit/6aae2c1)), closes [#2778](https://github.com/bitnami/charts/issues/2778)
-* [bitnami/several] Add instructions about how to use different branches (#2785) ([c315cb0](https://github.com/bitnami/charts/commit/c315cb0)), closes [#2785](https://github.com/bitnami/charts/issues/2785)
+* [bitnami/elasticsearch] wrong service port reference (#2778) ([6aae2c1](https://github.com/bitnami/charts/commit/6aae2c10a9e1aa85436f680bdeb80b6c11aead2b)), closes [#2778](https://github.com/bitnami/charts/issues/2778)
+* [bitnami/several] Add instructions about how to use different branches (#2785) ([c315cb0](https://github.com/bitnami/charts/commit/c315cb078a4cef97ff53cf2066b34add3f2926ba)), closes [#2785](https://github.com/bitnami/charts/issues/2785)
## 12.3.3 (2020-06-04)
-* [bitnami/elasticsearch] Release 12.3.3 updating components versions ([2739de9](https://github.com/bitnami/charts/commit/2739de9))
+* [bitnami/elasticsearch] Release 12.3.3 updating components versions ([2739de9](https://github.com/bitnami/charts/commit/2739de95e1a9ecfcdcd1fc42c9c2302bb7f68520))
## 12.3.2 (2020-05-30)
-* [bitnami/elasticsearch] Release 12.3.2 updating components versions ([b35a05c](https://github.com/bitnami/charts/commit/b35a05c))
-* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3f)), closes [#2705](https://github.com/bitnami/charts/issues/2705)
-* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb)), closes [#2615](https://github.com/bitnami/charts/issues/2615)
+* [bitnami/elasticsearch] Release 12.3.2 updating components versions ([b35a05c](https://github.com/bitnami/charts/commit/b35a05caeeb9ac1d966bfcec8c3cd4ea8ba3aa96))
+* [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) ([bafba3f](https://github.com/bitnami/charts/commit/bafba3fc8b8949897ad2d99d437bd8fc975223e4)), closes [#2705](https://github.com/bitnami/charts/issues/2705)
+* update bitnami/common to be compatible with helm v2.12+ (#2615) ([c7751eb](https://github.com/bitnami/charts/commit/c7751eb5764e468e1854b58a1b8491d2b13e0a4a)), closes [#2615](https://github.com/bitnami/charts/issues/2615)
## 12.3.1 (2020-05-14)
-* [bitnami/elasticsearch] Release 12.3.1 updating components versions ([7003fdf](https://github.com/bitnami/charts/commit/7003fdf))
+* [bitnami/elasticsearch] Release 12.3.1 updating components versions ([7003fdf](https://github.com/bitnami/charts/commit/7003fdf43be5f8ea92ca957e490443ef73e8163a))
## 12.3.0 (2020-05-12)
-* [bitnami/elasticsearch] Add new parameter to configure 'File System snapshot repository path' (#2570 ([88cc2fe](https://github.com/bitnami/charts/commit/88cc2fe)), closes [#2570](https://github.com/bitnami/charts/issues/2570)
+* [bitnami/elasticsearch] Add new parameter to configure 'File System snapshot repository path' (#2570 ([88cc2fe](https://github.com/bitnami/charts/commit/88cc2fe85f8aa0caa71fd561454b106c75c3e69b)), closes [#2570](https://github.com/bitnami/charts/issues/2570)
## 12.2.2 (2020-05-11)
-* [bitnami/elasticsearch] Release 12.2.2 updating components versions ([72fb181](https://github.com/bitnami/charts/commit/72fb181))
+* [bitnami/elasticsearch] Release 12.2.2 updating components versions ([72fb181](https://github.com/bitnami/charts/commit/72fb181ed6ed27ce74caeb91d3e7f791006c6aed))
## 12.2.1 (2020-05-10)
-* [bitnami/elasticsearch] Release 12.2.1 updating components versions ([667b994](https://github.com/bitnami/charts/commit/667b994))
+* [bitnami/elasticsearch] Release 12.2.1 updating components versions ([667b994](https://github.com/bitnami/charts/commit/667b994af9cbd37bdaf13d65f3c2fa19319cffb2))
## 12.2.0 (2020-05-10)
-* [bitnami/elasticsearch] Add support for custom initialization scripts and extra environment variable ([9809b8f](https://github.com/bitnami/charts/commit/9809b8f)), closes [#2567](https://github.com/bitnami/charts/issues/2567)
+* [bitnami/elasticsearch] Add support for custom initialization scripts and extra environment variable ([9809b8f](https://github.com/bitnami/charts/commit/9809b8f07463943a54b03018375fcf22c8c46700)), closes [#2567](https://github.com/bitnami/charts/issues/2567)
## 12.1.1 (2020-05-10)
-* [bitnami/elasticsearch] Release 12.1.1 updating components versions ([bcbdea6](https://github.com/bitnami/charts/commit/bcbdea6))
+* [bitnami/elasticsearch] Release 12.1.1 updating components versions ([bcbdea6](https://github.com/bitnami/charts/commit/bcbdea676a75417b563b3b49393b1c2a6410e1d1))
## 12.1.0 (2020-05-08)
-* [bitnami/elasticsearch] Istio showing Passthrough traffic among Elastic Pods (#2540) ([4f0dab3](https://github.com/bitnami/charts/commit/4f0dab3)), closes [#2540](https://github.com/bitnami/charts/issues/2540)
+* [bitnami/elasticsearch] Istio showing Passthrough traffic among Elastic Pods (#2540) ([4f0dab3](https://github.com/bitnami/charts/commit/4f0dab381c42260a24f5162a1cb5f3c9a04053ab)), closes [#2540](https://github.com/bitnami/charts/issues/2540)
## 12.0.3 (2020-05-08)
-* [bitnami/elasticsearch] Release 12.0.3 updating components versions ([2a9d565](https://github.com/bitnami/charts/commit/2a9d565))
+* [bitnami/elasticsearch] Release 12.0.3 updating components versions ([2a9d565](https://github.com/bitnami/charts/commit/2a9d565e3e4967f8118449f9fccb2fe5aabeeae6))
## 12.0.2 (2020-05-08)
-* [bitnami/elasticsearch] Fix gateway configuration based on node number (#2551) ([ee39b68](https://github.com/bitnami/charts/commit/ee39b68)), closes [#2551](https://github.com/bitnami/charts/issues/2551)
+* [bitnami/elasticsearch] Fix gateway configuration based on node number (#2551) ([ee39b68](https://github.com/bitnami/charts/commit/ee39b68e5ca614f5d4d81cff026d3de22f87f814)), closes [#2551](https://github.com/bitnami/charts/issues/2551)
## 12.0.1 (2020-04-28)
-* [bitnami/elasticsearch] Release 12.0.1 updating components versions ([e9ae77b](https://github.com/bitnami/charts/commit/e9ae77b))
+* [bitnami/elasticsearch] Release 12.0.1 updating components versions ([e9ae77b](https://github.com/bitnami/charts/commit/e9ae77b89be07c1fd00ea7e9d181542eb4dedb90))
## 12.0.0 (2020-04-24)
-* [bitnami/elasticsearch] POC: ES to be compatible with Istio (#2286) ([284eb60](https://github.com/bitnami/charts/commit/284eb60)), closes [#2286](https://github.com/bitnami/charts/issues/2286)
+* [bitnami/elasticsearch] POC: ES to be compatible with Istio (#2286) ([284eb60](https://github.com/bitnami/charts/commit/284eb6027e9e96a265e8d1dab65c9bfece76ffda)), closes [#2286](https://github.com/bitnami/charts/issues/2286)
## 11.0.20 (2020-04-23)
-* [bitnami/elasticsearch] Release 11.0.20 updating components versions ([85d757e](https://github.com/bitnami/charts/commit/85d757e))
+* [bitnami/elasticsearch] Release 11.0.20 updating components versions ([85d757e](https://github.com/bitnami/charts/commit/85d757e668c5c52261455bbe09e3722dd77795f2))
## 11.0.19 (2020-04-22)
-* [bitnami/elasticsearch] Release 11.0.19 updating components versions ([ef8221e](https://github.com/bitnami/charts/commit/ef8221e))
+* [bitnami/elasticsearch] Release 11.0.19 updating components versions ([ef8221e](https://github.com/bitnami/charts/commit/ef8221e875d1e1d2a6265c26066fd04c387f2358))
## 11.0.18 (2020-04-16)
-* [bitnami/elasticsearch] Release 11.0.18 updating components versions ([3047098](https://github.com/bitnami/charts/commit/3047098))
+* [bitnami/elasticsearch] Release 11.0.18 updating components versions ([3047098](https://github.com/bitnami/charts/commit/3047098c6c6c53db37b3e18ed0bc64bf4dea1dbe))
## 11.0.17 (2020-04-10)
-* [bitnami/elasticsearch] Fix broken indentation of cronjob annotations (#2278) ([f555b6f](https://github.com/bitnami/charts/commit/f555b6f)), closes [#2278](https://github.com/bitnami/charts/issues/2278)
+* [bitnami/elasticsearch] Fix broken indentation of cronjob annotations (#2278) ([f555b6f](https://github.com/bitnami/charts/commit/f555b6fbb589b7884aa567bb3ff49b4ed661cc8e)), closes [#2278](https://github.com/bitnami/charts/issues/2278)
## 11.0.16 (2020-04-02)
-* [bitnami/elasticsearch] Update heapSize and resource.requests values (#2172) ([3f5778c](https://github.com/bitnami/charts/commit/3f5778c)), closes [#2172](https://github.com/bitnami/charts/issues/2172)
+* [bitnami/elasticsearch] Update heapSize and resource.requests values (#2172) ([3f5778c](https://github.com/bitnami/charts/commit/3f5778c0c12d5612052db06249c06330d987b531)), closes [#2172](https://github.com/bitnami/charts/issues/2172)
## 11.0.15 (2020-04-01)
-* [bitnami/elasticsearch] Release 11.0.15 updating components versions ([f5c4d91](https://github.com/bitnami/charts/commit/f5c4d91))
+* [bitnami/elasticsearch] Release 11.0.15 updating components versions ([f5c4d91](https://github.com/bitnami/charts/commit/f5c4d9122b9aa10b98eb3103a664916151e56f2c))
## 11.0.14 (2020-03-31)
-* [bitnami/elasticsearch] Release 11.0.14 updating components versions ([9ff90cb](https://github.com/bitnami/charts/commit/9ff90cb))
+* [bitnami/elasticsearch] Release 11.0.14 updating components versions ([9ff90cb](https://github.com/bitnami/charts/commit/9ff90cb2914296b9c98b605835757e4884061eec))
## 11.0.13 (2020-03-26)
-* [bitnami/elasticsearch] Release 11.0.13 updating components versions ([be078b9](https://github.com/bitnami/charts/commit/be078b9))
+* [bitnami/elasticsearch] Release 11.0.13 updating components versions ([be078b9](https://github.com/bitnami/charts/commit/be078b9cc64ad3d2dc4fe673b2190eba80ca0f32))
## 11.0.12 (2020-03-20)
-* [bitnami/elasticsearch] Release 11.0.12 updating components versions ([aa5fab1](https://github.com/bitnami/charts/commit/aa5fab1))
+* [bitnami/elasticsearch] Release 11.0.12 updating components versions ([aa5fab1](https://github.com/bitnami/charts/commit/aa5fab1a7c46581d2c9d4084078f982e2ce211b4))
## 11.0.11 (2020-03-12)
-* [bitnami/elasticsearch] Release 11.0.11 updating components versions ([0f600ef](https://github.com/bitnami/charts/commit/0f600ef))
+* [bitnami/elasticsearch] Release 11.0.11 updating components versions ([0f600ef](https://github.com/bitnami/charts/commit/0f600efa10ad11f99bb43afba8fcbcfc1c4bdda3))
## 11.0.10 (2020-03-11)
-* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7)), closes [#2032](https://github.com/bitnami/charts/issues/2032)
+* Move charts from upstreamed folder to bitnami (#2032) ([a0e44f7](https://github.com/bitnami/charts/commit/a0e44f7d6a10b8b5643186130ea420887cb72c7c)), closes [#2032](https://github.com/bitnami/charts/issues/2032)
## 11.0.9 (2020-02-27)
-* [bitnami/elasticsearch] Release 11.0.9 updating components versions ([6c58ad8](https://github.com/bitnami/charts/commit/6c58ad8))
+* [bitnami/elasticsearch] Release 11.0.9 updating components versions ([6c58ad8](https://github.com/bitnami/charts/commit/6c58ad86a947f8fef7e7c3d9762f0e53466183b9))
## 11.0.8 (2020-02-26)
-* [bitnami/elasticsearch] Release 11.0.8 updating components versions ([c9d3084](https://github.com/bitnami/charts/commit/c9d3084))
+* [bitnami/elasticsearch] Release 11.0.8 updating components versions ([c9d3084](https://github.com/bitnami/charts/commit/c9d3084d55ffbd34e29efa21794b27ad4decbfed))
## 11.0.7 (2020-02-24)
-* [bitnami/elasticsearch] Fixed bundled kibana table in README.md (#1969) ([e4fb8b9](https://github.com/bitnami/charts/commit/e4fb8b9)), closes [#1969](https://github.com/bitnami/charts/issues/1969)
+* [bitnami/elasticsearch] Fixed bundled kibana table in README.md (#1969) ([e4fb8b9](https://github.com/bitnami/charts/commit/e4fb8b922c5940d4b13252452c59258b78e61bfc)), closes [#1969](https://github.com/bitnami/charts/issues/1969)
## 11.0.6 (2020-02-20)
-* [bitnami/elasticsearch] Fixed master.persistence.storageClass (#1932) ([5280714](https://github.com/bitnami/charts/commit/5280714)), closes [#1932](https://github.com/bitnami/charts/issues/1932)
-* [bitnami/elasticsearch] Release 11.0.6 updating components versions ([1efe09d](https://github.com/bitnami/charts/commit/1efe09d))
+* [bitnami/elasticsearch] Fixed master.persistence.storageClass (#1932) ([5280714](https://github.com/bitnami/charts/commit/5280714f4db1a826d829c072d9d2695a8258673a)), closes [#1932](https://github.com/bitnami/charts/issues/1932)
+* [bitnami/elasticsearch] Release 11.0.6 updating components versions ([1efe09d](https://github.com/bitnami/charts/commit/1efe09d96896706f93b2c47186d2cea40838926e))
## 11.0.5 (2020-02-18)
-* [bitnami/elasticsearch] Fix typo in README.md (#1944) ([7627d83](https://github.com/bitnami/charts/commit/7627d83)), closes [#1944](https://github.com/bitnami/charts/issues/1944)
+* [bitnami/elasticsearch] Fix typo in README.md (#1944) ([7627d83](https://github.com/bitnami/charts/commit/7627d830e060111466b23815022c055212183eee)), closes [#1944](https://github.com/bitnami/charts/issues/1944)
## 11.0.4 (2020-02-14)
-* Fix Requirements (#1924) ([ff66f7a](https://github.com/bitnami/charts/commit/ff66f7a)), closes [#1924](https://github.com/bitnami/charts/issues/1924)
+* Fix Requirements (#1924) ([ff66f7a](https://github.com/bitnami/charts/commit/ff66f7afc00ec9ee87ce7564905a34b3b2d29a57)), closes [#1924](https://github.com/bitnami/charts/issues/1924)
## 11.0.3 (2020-02-13)
-* [bitnami/elasticsearch] Release 11.0.3 updating components versions ([cf91e91](https://github.com/bitnami/charts/commit/cf91e91))
+* [bitnami/elasticsearch] Release 11.0.3 updating components versions ([cf91e91](https://github.com/bitnami/charts/commit/cf91e91f921c678df7e350529bd2074b9ee7c712))
## 11.0.2 (2020-02-12)
-* [bitnami/elasticsearch] Release 11.0.2 updating components versions ([ad576d5](https://github.com/bitnami/charts/commit/ad576d5))
-* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57c)), closes [#1911](https://github.com/bitnami/charts/issues/1911)
+* [bitnami/elasticsearch] Release 11.0.2 updating components versions ([ad576d5](https://github.com/bitnami/charts/commit/ad576d5fd5fa0167b9af37039eb42c1f047463a2))
+* [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911) ([40ee57c](https://github.com/bitnami/charts/commit/40ee57cf5164717357e1627b55bf25f59c40fbd1)), closes [#1911](https://github.com/bitnami/charts/issues/1911)
## 11.0.1 (2020-02-10)
-* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc)), closes [#1900](https://github.com/bitnami/charts/issues/1900)
+* [bitnami/several] Replace stretch by buster in minideb secondary containers (#1900) ([678febc](https://github.com/bitnami/charts/commit/678febc237594606f2505ba98c651a8ab8f484ab)), closes [#1900](https://github.com/bitnami/charts/issues/1900)
## 11.0.0 (2020-01-31)
-* [bitnami/elasticsearch] Deploy master pods in parallel (#1875) ([7ab8e1f](https://github.com/bitnami/charts/commit/7ab8e1f)), closes [#1875](https://github.com/bitnami/charts/issues/1875)
+* [bitnami/elasticsearch] Deploy master pods in parallel (#1875) ([7ab8e1f](https://github.com/bitnami/charts/commit/7ab8e1fc6c415cce28ed0548850eadf01c530db9)), closes [#1875](https://github.com/bitnami/charts/issues/1875)
## 10.3.6 (2020-01-24)
-* [bitnami/elasticsearch] Release 10.3.6 updating components versions ([44ab6e9](https://github.com/bitnami/charts/commit/44ab6e9))
+* [bitnami/elasticsearch] Release 10.3.6 updating components versions ([44ab6e9](https://github.com/bitnami/charts/commit/44ab6e9ee983f099f132cc2de6a3dcd1c3ddaba3))
## 10.3.5 (2020-01-21)
-* [bitnami/elasticsearch] Release 10.3.5 updating components versions ([2fe7975](https://github.com/bitnami/charts/commit/2fe7975))
+* [bitnami/elasticsearch] Release 10.3.5 updating components versions ([2fe7975](https://github.com/bitnami/charts/commit/2fe79750ac0a8f782ce12b0b42dc6a708b758bfa))
## 10.3.4 (2020-01-15)
-* [bitnami/elasticsearch] Release 10.3.4 updating components versions ([a95c343](https://github.com/bitnami/charts/commit/a95c343))
+* [bitnami/elasticsearch] Release 10.3.4 updating components versions ([a95c343](https://github.com/bitnami/charts/commit/a95c343be25fe8e2ef3d4ab5bfcdb35e41d31c69))
## 10.3.3 (2020-01-08)
-* [bitnami/elasticsearch] Remove obsolete parameters from README ([84c4ad2](https://github.com/bitnami/charts/commit/84c4ad2))
+* [bitnami/elasticsearch] Remove obsolete parameters from README ([84c4ad2](https://github.com/bitnami/charts/commit/84c4ad25a29a52fdf69b6cc0a34099c404e14a5c))
## 10.3.2 (2020-01-06)
-* [bitnami/elasticsearch] Change empty tolerations values to [] from {} ([8161bb5](https://github.com/bitnami/charts/commit/8161bb5))
-* Remove unneeded code ([2db80e1](https://github.com/bitnami/charts/commit/2db80e1))
+* [bitnami/elasticsearch] Change empty tolerations values to [] from {} ([8161bb5](https://github.com/bitnami/charts/commit/8161bb59ee97e094cedd6a7cdda0a3bdc4b8f3e6))
+* Remove unneeded code ([2db80e1](https://github.com/bitnami/charts/commit/2db80e15796be4657a6e225f8642d0ee35fb7299))
## 10.3.1 (2020-01-02)
-* Fix creation of serviceAccounts names into variables in _helpers.tpl ([f6210e9](https://github.com/bitnami/charts/commit/f6210e9))
+* Fix creation of serviceAccounts names into variables in _helpers.tpl ([f6210e9](https://github.com/bitnami/charts/commit/f6210e9668f7fab7e3257b95a7831bb97a464adf))
## 10.3.0 (2019-12-27)
-* t[bitnami/elasticsearch] allow users to configure the updateStrategy for all statefulsets and deploy ([5a0740a](https://github.com/bitnami/charts/commit/5a0740a))
+* t[bitnami/elasticsearch] allow users to configure the updateStrategy for all statefulsets and deploy ([5a0740a](https://github.com/bitnami/charts/commit/5a0740a98f3a1ca559ed1c244f2ab3c53299c2f2))
## 10.2.1 (2019-12-23)
-* [bitnami/elasticsearch] Add serviceaccount parameters in values-production.yaml (#1760) ([80dbe7a](https://github.com/bitnami/charts/commit/80dbe7a)), closes [#1760](https://github.com/bitnami/charts/issues/1760)
+* [bitnami/elasticsearch] Add serviceaccount parameters in values-production.yaml (#1760) ([80dbe7a](https://github.com/bitnami/charts/commit/80dbe7ae12eeec283dcc11b566edbfe7d5a4cdce)), closes [#1760](https://github.com/bitnami/charts/issues/1760)
## 10.2.0 (2019-12-23)
-* Bump minor version instead of patch ([ed55a16](https://github.com/bitnami/charts/commit/ed55a16))
+* Bump minor version instead of patch ([ed55a16](https://github.com/bitnami/charts/commit/ed55a16f7df172156b0a13aa1ddadff479f56da7))
## 10.1.2 (2019-12-20)
-* added optional ServiceAccounts to coordinating-deploy.yaml, data-statefulset.yaml, master-statefulse ([bc20a96](https://github.com/bitnami/charts/commit/bc20a96))
-* bumped version and updated README ([449383f](https://github.com/bitnami/charts/commit/449383f))
+* added optional ServiceAccounts to coordinating-deploy.yaml, data-statefulset.yaml, master-statefulse ([bc20a96](https://github.com/bitnami/charts/commit/bc20a96d331a871a4d6ec2d3a229a91d7f85702e))
+* bumped version and updated README ([449383f](https://github.com/bitnami/charts/commit/449383f4050caf8b45af4b254f337afb503a91aa))
## 10.1.1 (2019-12-18)
-* [bitnami/elasticsearch] Release 10.1.1 updating components versions ([e2ad427](https://github.com/bitnami/charts/commit/e2ad427))
+* [bitnami/elasticsearch] Release 10.1.1 updating components versions ([e2ad427](https://github.com/bitnami/charts/commit/e2ad427f02032fa5cc6b1c3b820b162c3a73cb69))
## 10.1.0 (2019-12-13)
-* Bump minor version ([fe8854e](https://github.com/bitnami/charts/commit/fe8854e))
-* Use global value to enable kibana ([8324387](https://github.com/bitnami/charts/commit/8324387))
+* Bump minor version ([fe8854e](https://github.com/bitnami/charts/commit/fe8854e3f2b96122a1dfb7205972f5494ae4daf4))
+* Use global value to enable kibana ([8324387](https://github.com/bitnami/charts/commit/83243878c36e70e4c4f59b55d34b5de93b047087))
## 10.0.1 (2019-12-13)
-* [stable/elasticsearch] Fix nameOverride issue ([8894c6a](https://github.com/bitnami/charts/commit/8894c6a))
-* Add requirements.lock ([2ecf65c](https://github.com/bitnami/charts/commit/2ecf65c))
-* Enabled by default for production ([5080ee9](https://github.com/bitnami/charts/commit/5080ee9))
-* Fix indentation ([ded9653](https://github.com/bitnami/charts/commit/ded9653))
-* Fix typo ([820f984](https://github.com/bitnami/charts/commit/820f984))
+* [stable/elasticsearch] Fix nameOverride issue ([8894c6a](https://github.com/bitnami/charts/commit/8894c6a3e9f294cc81679b763d07bff3075e3469))
+* Add requirements.lock ([2ecf65c](https://github.com/bitnami/charts/commit/2ecf65c6df74bdc5494823a0718297486e848589))
+* Enabled by default for production ([5080ee9](https://github.com/bitnami/charts/commit/5080ee90a3ab440af197c6de633d8fb4556a931c))
+* Fix indentation ([ded9653](https://github.com/bitnami/charts/commit/ded96535edfe52ff86dfdf08b83b9bd97a88d57f))
+* Fix typo ([820f984](https://github.com/bitnami/charts/commit/820f9842681d846aa9c9519061c92cf8463fddff))
## 10.0.0 (2019-12-11)
-* [bitnami/elasticsearch] Add Kibana as dependency ([2cfe825](https://github.com/bitnami/charts/commit/2cfe825))
-* Initial attempt ([830bd69](https://github.com/bitnami/charts/commit/830bd69))
+* [bitnami/elasticsearch] Add Kibana as dependency ([2cfe825](https://github.com/bitnami/charts/commit/2cfe825c8cd2e554bd132dc9479f69734fea0c3f))
+* Initial attempt ([830bd69](https://github.com/bitnami/charts/commit/830bd6952156b582fac23438c564309158275915))
## 9.1.0 (2019-12-10)
-* First changes ([b9b5587](https://github.com/bitnami/charts/commit/b9b5587))
+* First changes ([b9b5587](https://github.com/bitnami/charts/commit/b9b55874fbf5fa3e89c8837b105512087d6f12ec))
## 9.0.4 (2019-12-03)
-* [bitnami/elasticsearch] Release 9.0.4 updating components versions ([03bcfda](https://github.com/bitnami/charts/commit/03bcfda))
-* [bitnami/es] Allow initContainer install procps package without install_packages script ([1aa6127](https://github.com/bitnami/charts/commit/1aa6127))
-* Move script to configmap ([991591d](https://github.com/bitnami/charts/commit/991591d))
+* [bitnami/elasticsearch] Release 9.0.4 updating components versions ([03bcfda](https://github.com/bitnami/charts/commit/03bcfda6edce677348d245f7e9b64639036674c8))
+* [bitnami/es] Allow initContainer install procps package without install_packages script ([1aa6127](https://github.com/bitnami/charts/commit/1aa612764813758ff68a7645a20331d86cf85beb))
+* Move script to configmap ([991591d](https://github.com/bitnami/charts/commit/991591dfbe12f1d47e6ca367abc080b11e538ea5))
## 9.0.3 (2019-11-20)
-* [bitnami/elasticsearch] Fix init container(s) ([e78dbe1](https://github.com/bitnami/charts/commit/e78dbe1))
-* [bitnami/elasticsearch] Release 9.0.3 updating components versions ([2b18bdc](https://github.com/bitnami/charts/commit/2b18bdc))
+* [bitnami/elasticsearch] Fix init container(s) ([e78dbe1](https://github.com/bitnami/charts/commit/e78dbe1b62feade8f0249706d02727d43db361fb))
+* [bitnami/elasticsearch] Release 9.0.3 updating components versions ([2b18bdc](https://github.com/bitnami/charts/commit/2b18bdc51d7830a51ca9931941539f27e946b03f))
## 9.0.2 (2019-11-20)
-* [bitnami/elasticsearch] bump major version ([2154c35](https://github.com/bitnami/charts/commit/2154c35))
-* Enable liveness, readiness, etc by default in production (disabled by mistake) ([d0bd58a](https://github.com/bitnami/charts/commit/d0bd58a))
+* [bitnami/elasticsearch] bump major version ([2154c35](https://github.com/bitnami/charts/commit/2154c35a97ab986a2725907c605d68dba14a4cd5))
+* Enable liveness, readiness, etc by default in production (disabled by mistake) ([d0bd58a](https://github.com/bitnami/charts/commit/d0bd58a05296f304098031030f3e4110f4006e46))
## 9.0.0 (2019-11-19)
-* [bitnami/elasticsearch] attach PVC's for es master node data ([351faa6](https://github.com/bitnami/charts/commit/351faa6))
+* [bitnami/elasticsearch] attach PVC's for es master node data ([351faa6](https://github.com/bitnami/charts/commit/351faa664fcb5e8ee7458380c853267bca69a125))
## 8.2.6 (2019-11-18)
-* [bitnami/{cassandra,consul,elasticsearch}] Run kubeval, yamllint and helm lint ([07bf155](https://github.com/bitnami/charts/commit/07bf155))
+* [bitnami/{cassandra,consul,elasticsearch}] Run kubeval, yamllint and helm lint ([07bf155](https://github.com/bitnami/charts/commit/07bf155fc6943f6dcd61716aef663ef0b758cb51))
## 8.2.5 (2019-11-14)
-* [bitnami/elasticsearch] Lint chart ([1efbf70](https://github.com/bitnami/charts/commit/1efbf70))
+* [bitnami/elasticsearch] Lint chart ([1efbf70](https://github.com/bitnami/charts/commit/1efbf704cbde3ddd5f7104d6ab9b90b1cba0bfd9))
## 8.2.4 (2019-11-14)
-* [bitnami/elasticsearch] Release 8.2.4 updating components versions ([7bf8676](https://github.com/bitnami/charts/commit/7bf8676))
+* [bitnami/elasticsearch] Release 8.2.4 updating components versions ([7bf8676](https://github.com/bitnami/charts/commit/7bf86766567760ae88e97f7f526577bdc6e23839))
## 8.2.3 (2019-11-14)
-* [bitnami/elasticsearch] Release 8.2.3 updating components versions ([a5e6f6e](https://github.com/bitnami/charts/commit/a5e6f6e))
+* [bitnami/elasticsearch] Release 8.2.3 updating components versions ([a5e6f6e](https://github.com/bitnami/charts/commit/a5e6f6ecf2cb09c1588b66fcb2f5ea4a905dcb3e))
## 8.2.2 (2019-11-14)
-* [bitnami/elasticsearch] Release 8.2.2 updating components versions ([f192477](https://github.com/bitnami/charts/commit/f192477))
+* [bitnami/elasticsearch] Release 8.2.2 updating components versions ([f192477](https://github.com/bitnami/charts/commit/f192477877ecdaaf82e1954af3ddfcffa533d768))
## 8.2.1 (2019-11-12)
-* [bitnami/elasticsearch] Release 8.2.1 updating components versions ([c1c6e61](https://github.com/bitnami/charts/commit/c1c6e61))
+* [bitnami/elasticsearch] Release 8.2.1 updating components versions ([c1c6e61](https://github.com/bitnami/charts/commit/c1c6e6117b622e1578811040819a5d6e5fab825a))
## 8.2.0 (2019-11-12)
-* [bitnami/elasticsearch] compute and configure the `minimum_master_nodes` ([8de3186](https://github.com/bitnami/charts/commit/8de3186))
+* [bitnami/elasticsearch] compute and configure the `minimum_master_nodes` ([8de3186](https://github.com/bitnami/charts/commit/8de318653fd22f152c85f913436c7563c9fda7fd))
## 8.1.2 (2019-11-11)
-* [bitnami/elasticsearch] Release 8.0.5 updating components versions ([05cf148](https://github.com/bitnami/charts/commit/05cf148))
-* [bitnami/elasticsearch] Release 8.0.6 updating components versions ([5743310](https://github.com/bitnami/charts/commit/5743310))
-* [bitnami/elasticsearch] Release 8.1.2 updating components versions ([2298c86](https://github.com/bitnami/charts/commit/2298c86))
-* Add to values-production.yaml ([5d65801](https://github.com/bitnami/charts/commit/5d65801))
+* [bitnami/elasticsearch] Release 8.0.5 updating components versions ([05cf148](https://github.com/bitnami/charts/commit/05cf1488f9f96cdd4a6257d37b52ccee35d637b2))
+* [bitnami/elasticsearch] Release 8.0.6 updating components versions ([5743310](https://github.com/bitnami/charts/commit/5743310539574f489dd309c33b0263978bd60fa1))
+* [bitnami/elasticsearch] Release 8.1.2 updating components versions ([2298c86](https://github.com/bitnami/charts/commit/2298c864fd951cb1835464e5c9b848aa995c778c))
+* Add to values-production.yaml ([5d65801](https://github.com/bitnami/charts/commit/5d65801108713353f5cd41a3fc0d81052cda8468))
## 8.0.5 (2019-11-08)
-* [bitnami/elasticsearch] Remove `helm.sh/hook-delete-policy` on hooks ([19696d9](https://github.com/bitnami/charts/commit/19696d9))
+* [bitnami/elasticsearch] Remove `helm.sh/hook-delete-policy` on hooks ([19696d9](https://github.com/bitnami/charts/commit/19696d9317349823d025ce662e57f6c835bf14e2317349823d025ce662e57f6c835bf14e2))
## 8.1.0 (2019-11-08)
-* [bitnami/elasticsearch] Add extraVolumes and extraVolumeMounts to Elasticsearch pods ([adaa8cb](https://github.com/bitnami/charts/commit/adaa8cb))
+* [bitnami/elasticsearch] Add extraVolumes and extraVolumeMounts to Elasticsearch pods ([adaa8cb](https://github.com/bitnami/charts/commit/adaa8cbedb564590c58ecfdf7ce1b7da8baa1ac7))
## 8.0.5 (2019-11-08)
-* [bitnami/elasticsearch] Remove `helm.sh/hook-delete-policy` on hooks ([19696d9](https://github.com/bitnami/charts/commit/19696d9))
+* [bitnami/elasticsearch] Remove `helm.sh/hook-delete-policy` on hooks ([19696d9](https://github.com/bitnami/charts/commit/19696d9317349823d025ce662e57f6c835bf14e2317349823d025ce662e57f6c835bf14e2))
## 8.0.4 (2019-11-07)
-* [bitnami/elasticsearch] Release 8.0.4 updating components versions ([d46f538](https://github.com/bitnami/charts/commit/d46f538))
+* [bitnami/elasticsearch] Release 8.0.4 updating components versions ([d46f538](https://github.com/bitnami/charts/commit/d46f538ef2cf3ddbf2ed7a2b7c84a7c697351efb))
## 8.0.3 (2019-11-07)
-* [bitnami/elasticsearch] Release 8.0.3 updating components versions ([4508d89](https://github.com/bitnami/charts/commit/4508d89))
+* [bitnami/elasticsearch] Release 8.0.3 updating components versions ([4508d89](https://github.com/bitnami/charts/commit/4508d891bcf9a635f34834330f4529013b2c8cc0))
## 8.0.2 (2019-11-05)
-* [bitnami/elasticsearch] Release 8.0.2 updating components versions ([62ade1c](https://github.com/bitnami/charts/commit/62ade1c))
+* [bitnami/elasticsearch] Release 8.0.2 updating components versions ([62ade1c](https://github.com/bitnami/charts/commit/62ade1c607b976704181e45a0a970758c97acb40))
## 8.0.1 (2019-11-05)
-* [bitnami/elasticsearch] Release 8.0.1 updating components versions ([4c6b567](https://github.com/bitnami/charts/commit/4c6b567))
-* Disable default job in action file to avoid issues ([71cb065](https://github.com/bitnami/charts/commit/71cb065))
-* fix typo ([eba3244](https://github.com/bitnami/charts/commit/eba3244))
-* fixed typos and implemented suggestions from juan131 ([0d0db8b](https://github.com/bitnami/charts/commit/0d0db8b))
-* Implement feedback ([608f6aa](https://github.com/bitnami/charts/commit/608f6aa))
-* Re-enable default jobs (Curator doesn't work with no jobs) but disable it in production by default ([cf9f4bf](https://github.com/bitnami/charts/commit/cf9f4bf))
-* remove suffixes from names ([887ece3](https://github.com/bitnami/charts/commit/887ece3))
-* update README ([db736eb](https://github.com/bitnami/charts/commit/db736eb))
+* [bitnami/elasticsearch] Release 8.0.1 updating components versions ([4c6b567](https://github.com/bitnami/charts/commit/4c6b56764f0b0684f4322d637d4d586679562c04))
+* Disable default job in action file to avoid issues ([71cb065](https://github.com/bitnami/charts/commit/71cb06532d08aca26523113fcd1ed027d8fd12a8))
+* fix typo ([eba3244](https://github.com/bitnami/charts/commit/eba32448095f96c750785974f4c94c2dd9793037))
+* fixed typos and implemented suggestions from juan131 ([0d0db8b](https://github.com/bitnami/charts/commit/0d0db8b74688870f8bf5098005be4cc10aecf955))
+* Implement feedback ([608f6aa](https://github.com/bitnami/charts/commit/608f6aad122e32e6f0a4374794a50042337285f5))
+* Re-enable default jobs (Curator doesn't work with no jobs) but disable it in production by default ([cf9f4bf](https://github.com/bitnami/charts/commit/cf9f4bff34889b8653a45c7f88c0d477826c636a))
+* remove suffixes from names ([887ece3](https://github.com/bitnami/charts/commit/887ece34a88a98b6cc0495e707cb042125e9f38e))
+* update README ([db736eb](https://github.com/bitnami/charts/commit/db736ebe787ef15d8abe245c1bfb3ab23ae86b00))
## 7.1.0 (2019-10-29)
-* [bitnami/elasticsearch] adds servicemonitor support ([544cae0](https://github.com/bitnami/charts/commit/544cae0))
-* [bitnami/elasticsearch] Enable initContainer running sysctl by default ([06c7487](https://github.com/bitnami/charts/commit/06c7487))
+* [bitnami/elasticsearch] adds servicemonitor support ([544cae0](https://github.com/bitnami/charts/commit/544cae04ac4231492f061890a92e8d861b4059ed4ac4231492f061890a92e8d861b4059ed))
+* [bitnami/elasticsearch] Enable initContainer running sysctl by default ([06c7487](https://github.com/bitnami/charts/commit/06c74873d6c7cf6c94d466ec9bf4c733303abf8f3d6c7cf6c94d466ec9bf4c733303abf8f))
## 7.0.0 (2019-10-29)
-* Add Curator to Elasticsearch chart ([195dd9e](https://github.com/bitnami/charts/commit/195dd9e))
-* increase chart version ([0023de6](https://github.com/bitnami/charts/commit/0023de6))
+* Add Curator to Elasticsearch chart ([195dd9e](https://github.com/bitnami/charts/commit/195dd9e9902d1a9af90c623d1110b57ac30b5dc3))
+* increase chart version ([0023de6](https://github.com/bitnami/charts/commit/0023de6ad9f4a77aeaaa8ac0c5e64a12b7988698))
## 7.1.0 (2019-10-29)
-* [bitnami/elasticsearch] adds servicemonitor support ([544cae0](https://github.com/bitnami/charts/commit/544cae0))
-* [bitnami/elasticsearch] Enable initContainer running sysctl by default ([06c7487](https://github.com/bitnami/charts/commit/06c7487))
+* [bitnami/elasticsearch] adds servicemonitor support ([544cae0](https://github.com/bitnami/charts/commit/544cae04ac4231492f061890a92e8d861b4059ed4ac4231492f061890a92e8d861b4059ed))
+* [bitnami/elasticsearch] Enable initContainer running sysctl by default ([06c7487](https://github.com/bitnami/charts/commit/06c74873d6c7cf6c94d466ec9bf4c733303abf8f3d6c7cf6c94d466ec9bf4c733303abf8f))
## 6.3.15 (2019-10-24)
-* Add semicolon to TL;DR section to unify all READMEs ([23863cd](https://github.com/bitnami/charts/commit/23863cd))
+* Add semicolon to TL;DR section to unify all READMEs ([23863cd](https://github.com/bitnami/charts/commit/23863cdcf64d1a3c5e94d1bb752118cf02e730f7))
## 6.3.14 (2019-10-24)
-* Adapt README in charts (I) ([eb80a7e](https://github.com/bitnami/charts/commit/eb80a7e))
-* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3b))
+* Adapt README in charts (I) ([eb80a7e](https://github.com/bitnami/charts/commit/eb80a7eadd32e55caaa9aa3b1b7741e02f2648c7))
+* Fix links because of section renaming ([8e6fa3b](https://github.com/bitnami/charts/commit/8e6fa3bf7e3198954b6af507cf143fd4870c1c33))
## 6.3.12 (2019-10-24)
-* [bitnami/elasticsearch] Release 6.3.12 updating components versions ([c0e7f2e](https://github.com/bitnami/charts/commit/c0e7f2e))
+* [bitnami/elasticsearch] Release 6.3.12 updating components versions ([c0e7f2e](https://github.com/bitnami/charts/commit/c0e7f2e91efb606a3bdda2ab90a65359eda32601))
## 6.3.11 (2019-10-15)
-* [bitnami/elasticsearch] Update prerequisites ([9a90a5e](https://github.com/bitnami/charts/commit/9a90a5e))
+* [bitnami/elasticsearch] Update prerequisites ([9a90a5e](https://github.com/bitnami/charts/commit/9a90a5e8d777aeaeadac81f591f06a5a7e493973))
## 6.3.10 (2019-10-01)
-* [bitnami/elasticsearch] Release 6.3.10 updating components versions ([cdefacc](https://github.com/bitnami/charts/commit/cdefacc))
+* [bitnami/elasticsearch] Release 6.3.10 updating components versions ([cdefacc](https://github.com/bitnami/charts/commit/cdefaccba6d8b9c6f9aa4102f7ac5b1496b413d2))
## 6.3.9 (2019-10-01)
-* [bitnami/elasticsearch] Release 6.3.9 updating components versions ([109ba41](https://github.com/bitnami/charts/commit/109ba41))
+* [bitnami/elasticsearch] Release 6.3.9 updating components versions ([109ba41](https://github.com/bitnami/charts/commit/109ba416b405abec0a46d80daf8d7cd1061eca14))
## 6.3.8 (2019-09-30)
-* Fix elasticsearch-exporter command ([7672768](https://github.com/bitnami/charts/commit/7672768))
+* Fix elasticsearch-exporter command ([7672768](https://github.com/bitnami/charts/commit/76727686441af57ad0b30220b79c980000fdb783))
## 6.3.7 (2019-09-20)
-* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac07))
+* [bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies ([4dfac07](https://github.com/bitnami/charts/commit/4dfac075aacf74405e31ae5b27df4369e84eb0b0))
## 6.3.6 (2019-09-12)
-* [bitnami/elasticsearch] Release 6.3.6 updating components versions ([0bbfd03](https://github.com/bitnami/charts/commit/0bbfd03))
+* [bitnami/elasticsearch] Release 6.3.6 updating components versions ([0bbfd03](https://github.com/bitnami/charts/commit/0bbfd0371f44b31cfb3294f11dee4cd5e95abd64))
## 6.3.5 (2019-09-09)
-* [bitnami/elasticsearch] Release 6.3.5 updating components versions ([9f11eec](https://github.com/bitnami/charts/commit/9f11eec))
-* Update README.md ([571dd63](https://github.com/bitnami/charts/commit/571dd63))
+* [bitnami/elasticsearch] Release 6.3.5 updating components versions ([9f11eec](https://github.com/bitnami/charts/commit/9f11eecf6492274bbac4572efbecfcaf1e8272ef))
+* Update README.md ([571dd63](https://github.com/bitnami/charts/commit/571dd63551c293689f6b42a96f5d06a2c10255e1))
## 6.3.4 (2019-09-03)
-* [bitnami/elasticsearch] Release 6.3.4 updating components versions ([149c16f](https://github.com/bitnami/charts/commit/149c16f))
+* [bitnami/elasticsearch] Release 6.3.4 updating components versions ([149c16f](https://github.com/bitnami/charts/commit/149c16f93416f4a20240a62b573558d115e48551))
## 6.3.3 (2019-09-02)
-* [bitnami/elasticsearch] Release 6.3.3 updating components versions ([2ccedfb](https://github.com/bitnami/charts/commit/2ccedfb))
-* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85f))
+* [bitnami/elasticsearch] Release 6.3.3 updating components versions ([2ccedfb](https://github.com/bitnami/charts/commit/2ccedfbf1319de761218e644a050ef138e432f32))
+* Use stretch instead of buster to be consistent ([decd85f](https://github.com/bitnami/charts/commit/decd85ff9ee57beb656648918b1197b6d8b9d5af))
## 6.3.2 (2019-08-30)
-* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e811))
+* [bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl ([921e811](https://github.com/bitnami/charts/commit/921e81153c755c5e06b86fbc54841c115f6e10bb))
## 6.3.1 (2019-08-23)
-* [bitnami/elasticsearch] Release 6.3.1 updating components versions ([9ab9e88](https://github.com/bitnami/charts/commit/9ab9e88))
-* Fix port on annotations ([2d2cdd4](https://github.com/bitnami/charts/commit/2d2cdd4))
+* [bitnami/elasticsearch] Release 6.3.1 updating components versions ([9ab9e88](https://github.com/bitnami/charts/commit/9ab9e8887b39f3d637bc18dcf331fb166a507ab8))
+* Fix port on annotations ([2d2cdd4](https://github.com/bitnami/charts/commit/2d2cdd4695b84af8e385891ead319187195ac757))
## 6.3.0 (2019-08-23)
-* [bitnami/elasticsearch] Bump exporter version and fix issue with initContainer ([a76ffbb](https://github.com/bitnami/charts/commit/a76ffbb))
+* [bitnami/elasticsearch] Bump exporter version and fix issue with initContainer ([a76ffbb](https://github.com/bitnami/charts/commit/a76ffbb7b56a9e47ae65d8c898d6aa5364bc6c36))
## 6.2.2 (2019-08-22)
-* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c193))
+* [bitnami/*] Fix 'storageClass' macros ([f41c193](https://github.com/bitnami/charts/commit/f41c19310b0aba01be37217e530b678ae30a560f))
## 6.2.1 (2019-08-21)
-* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df))
-* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215))
+* Refactor StorageClass template to support old Helm versions ([1d7f3df](https://github.com/bitnami/charts/commit/1d7f3df1250d8f3ba7b17add67de6515dd93f1e7))
+* Refactor storageClassTemplate ([1872215](https://github.com/bitnami/charts/commit/1872215effe0a6ff672537387684c8a97fb3093c))
## 6.2.0 (2019-08-19)
-* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdc))
-* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbb))
+* Add global variable to set the storage class to all of the Hekm Charts ([cdb4bdc](https://github.com/bitnami/charts/commit/cdb4bdceda07e03f3902ec2796eab54d2c6f1650))
+* Update charts versions ([9459dbb](https://github.com/bitnami/charts/commit/9459dbbf98c5572f0b92cd3eef8e12ec83a48397))
## 6.1.3 (2019-08-13)
-* Update README.md ([f75de6a](https://github.com/bitnami/charts/commit/f75de6a))
-* Update README.md ([bf29089](https://github.com/bitnami/charts/commit/bf29089))
-* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b))
+* Update README.md ([f75de6a](https://github.com/bitnami/charts/commit/f75de6a90496935b171db7bbef17f9550d1d632c))
+* Update README.md ([bf29089](https://github.com/bitnami/charts/commit/bf290897fe0e5f4088ccbfce139d44adff88c598))
+* Updated version numbers ([aa0294b](https://github.com/bitnami/charts/commit/aa0294b246340ed44d76f8cac59338ee685fab5e))
## 6.1.2 (2019-08-03)
-* [bitnami/elasticsearch] Release 6.1.2 updating components versions ([a8911fb](https://github.com/bitnami/charts/commit/a8911fb))
+* [bitnami/elasticsearch] Release 6.1.2 updating components versions ([a8911fb](https://github.com/bitnami/charts/commit/a8911fbe73e36540e96ab553293bca0ece52e906))
## 6.1.1 (2019-07-31)
-* [bitnami/elasticsearch] Release 6.1.1 updating components versions ([71c0e66](https://github.com/bitnami/charts/commit/71c0e66))
-* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f))
+* [bitnami/elasticsearch] Release 6.1.1 updating components versions ([71c0e66](https://github.com/bitnami/charts/commit/71c0e662eab3f14f0ea08201d9ffc1174af440ed))
+* Fix indentation ([c699e9f](https://github.com/bitnami/charts/commit/c699e9f2aed150351c8a7b21717b5a959ef2d2e3))
## 6.1.0 (2019-07-22)
-* Change elasticsearch ([3675e28](https://github.com/bitnami/charts/commit/3675e28))
+* Change elasticsearch ([3675e28](https://github.com/bitnami/charts/commit/3675e2891c59e50bf5cd41fc2b9c4ebd44266888))
## 6.0.0 (2019-07-17)
-* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c)), closes [#1283](https://github.com/bitnami/charts/issues/1283)
+* Implement again #1283 changes but bumping the major version ([1ce079c](https://github.com/bitnami/charts/commit/1ce079c789a6c0f5174094af3ea6fb67b6c926fd)), closes [#1283](https://github.com/bitnami/charts/issues/1283)
## 5.1.12 (2019-07-17)
-* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a)), closes [#1283](https://github.com/bitnami/charts/issues/1283)
+* Revert pull request #1283 ([8e5940a](https://github.com/bitnami/charts/commit/8e5940a9260dc722ae1a630a6b6e21df2502323f)), closes [#1283](https://github.com/bitnami/charts/issues/1283)
## 5.1.11 (2019-07-11)
-* Change domain by clusterDomain ([4effe5c](https://github.com/bitnami/charts/commit/4effe5c))
-* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948e))
+* Change domain by clusterDomain ([4effe5c](https://github.com/bitnami/charts/commit/4effe5c3b9ac9b90feff05a3efa24032523bca91))
+* Standardize component.name & component.fullname functions ([775948e](https://github.com/bitnami/charts/commit/775948eb27ccc5599262002b71f4982cc2b2dc8d))
## 5.1.10 (2019-07-01)
-* Create template for cluster domain on ElasticSearch ([c5fbc18](https://github.com/bitnami/charts/commit/c5fbc18))
+* Create template for cluster domain on ElasticSearch ([c5fbc18](https://github.com/bitnami/charts/commit/c5fbc185bb60924437b94ccf6f68af197ba88e46))
## 5.1.9 (2019-06-29)
-* [bitnami/elasticsearch] Release 5.1.9 updating components versions ([c285dee](https://github.com/bitnami/charts/commit/c285dee))
+* [bitnami/elasticsearch] Release 5.1.9 updating components versions ([c285dee](https://github.com/bitnami/charts/commit/c285dee4d4479308970caf0da3c5674b2d6ab4af))
## 5.1.8 (2019-06-11)
-* bitnami/elasticsearch: update to 7.1.1 ([db2b1d1](https://github.com/bitnami/charts/commit/db2b1d1))
+* bitnami/elasticsearch: update to 7.1.1 ([db2b1d1](https://github.com/bitnami/charts/commit/db2b1d1a9d34e1e199f3aa37589d66192426e002))
## 5.1.7 (2019-06-10)
-* Add command ([d0f2778](https://github.com/bitnami/charts/commit/d0f2778))
-* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec0))
-* Link to this section ([0167a06](https://github.com/bitnami/charts/commit/0167a06))
-* Revert coordinating and ingest replicas ([825fc57](https://github.com/bitnami/charts/commit/825fc57))
+* Add command ([d0f2778](https://github.com/bitnami/charts/commit/d0f277861c474fc4e1a07876e640023e9f0ffc2f))
+* Changes in README ([7ac4ec0](https://github.com/bitnami/charts/commit/7ac4ec09a0113aae7d39173f52fb11c55f27cde5))
+* Link to this section ([0167a06](https://github.com/bitnami/charts/commit/0167a06eb33262622cf8696dec2f9283b60c6eb4))
+* Revert coordinating and ingest replicas ([825fc57](https://github.com/bitnami/charts/commit/825fc57c75ad20676df136e3a5694da496ead980))
## 5.1.6 (2019-06-07)
-* [bitnami/elasticsearch] Unify and document production values ([4efd838](https://github.com/bitnami/charts/commit/4efd838))
+* [bitnami/elasticsearch] Unify and document production values ([4efd838](https://github.com/bitnami/charts/commit/4efd838f2fff2761ef68ce4cbf912f672d2d55c2))
## 5.1.5 (2019-05-29)
-* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321)
+* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321)
## 5.1.4 (2019-05-28)
-* [bitnami/kafka] update to 7.1.1 (#1205) ([20e6e89](https://github.com/bitnami/charts/commit/20e6e89)), closes [#1205](https://github.com/bitnami/charts/issues/1205)
-* Bump chart version for ElasticSearch ([98901f8](https://github.com/bitnami/charts/commit/98901f8))
-* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc357))
+* [bitnami/kafka] update to 7.1.1 (#1205) ([20e6e89](https://github.com/bitnami/charts/commit/20e6e891a428e4898ccc50b114e40842eda6a121)), closes [#1205](https://github.com/bitnami/charts/issues/1205)
+* Bump chart version for ElasticSearch ([98901f8](https://github.com/bitnami/charts/commit/98901f8d3c2551bceb45b068f35688b8cd5e25e4))
+* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc35728c2a8a9def9e1897b3772d64df621354))
## 5.1.3 (2019-05-28)
-* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1))
+* Prepare immutable tags ([f9093c1](https://github.com/bitnami/charts/commit/f9093c1aaa9cde25a042c3d62f7873385447cbf7))
## 5.1.2 (2019-05-22)
-* bitnami/elasticsearch: update to 7.1.0 ([58b2f09](https://github.com/bitnami/charts/commit/58b2f09))
+* bitnami/elasticsearch: update to 7.1.0 ([58b2f09](https://github.com/bitnami/charts/commit/58b2f09de4dcb2dfe4477991677f85096f9e06e7))
## 5.1.1 (2019-05-22)
-* Fix template issues because a typo in some {{ end }} statements ([2084f52](https://github.com/bitnami/charts/commit/2084f52))
+* Fix template issues because a typo in some {{ end }} statements ([2084f52](https://github.com/bitnami/charts/commit/2084f52b8227e72c3f57faaf093ecc492c889b27))
## 5.1.0 (2019-05-16)
-* Bump Elasticsearch chart to 5.1.0. ([1d3a587](https://github.com/bitnami/charts/commit/1d3a587))
-* Provide params for pod annotations for elasticsearch. ([2ff4a44](https://github.com/bitnami/charts/commit/2ff4a44))
-* README updates. ([55a1eec](https://github.com/bitnami/charts/commit/55a1eec))
+* Bump Elasticsearch chart to 5.1.0. ([1d3a587](https://github.com/bitnami/charts/commit/1d3a5873d26a897cb470ff15c195b742a9346099))
+* Provide params for pod annotations for elasticsearch. ([2ff4a44](https://github.com/bitnami/charts/commit/2ff4a44b5b535c0e83fc43590fca2f8061ade320))
+* README updates. ([55a1eec](https://github.com/bitnami/charts/commit/55a1eec8e1fa34dc03adc3fe6d35357aae8448aa))
## 5.0.1 (2019-05-01)
-* Add imagePullSecrets to all images ([5bf68d7](https://github.com/bitnami/charts/commit/5bf68d7))
-* bitnami/elasticsearch: update to 7.0.1 ([b07810f](https://github.com/bitnami/charts/commit/b07810f))
+* Add imagePullSecrets to all images ([5bf68d7](https://github.com/bitnami/charts/commit/5bf68d72155e3fb4509760eeb9c1acff26a3d209))
+* bitnami/elasticsearch: update to 7.0.1 ([b07810f](https://github.com/bitnami/charts/commit/b07810f50960b069228ff7a534a3c401c232eb16))
## 5.0.0 (2019-04-25)
-* [bitnami/elasticsearch] Adapt chart to Elasticserch version 7 ([782ed02](https://github.com/bitnami/charts/commit/782ed02))
+* [bitnami/elasticsearch] Adapt chart to Elasticserch version 7 ([782ed02](https://github.com/bitnami/charts/commit/782ed02e811a308b117f9caeb5ef5fe54f8bbf34))
## 4.7.2 (2019-04-04)
-* bitnami/elasticsearch: update to 6.7.1 ([67f8871](https://github.com/bitnami/charts/commit/67f8871))
+* bitnami/elasticsearch: update to 6.7.1 ([67f8871](https://github.com/bitnami/charts/commit/67f8871cf0e1c2e44e0b46dcb64dde3ef7088e49))
## 4.7.1 (2019-03-26)
-* bitnami/elasticsearch: update to 6.7.0 ([fe7189d](https://github.com/bitnami/charts/commit/fe7189d))
+* bitnami/elasticsearch: update to 6.7.0 ([fe7189d](https://github.com/bitnami/charts/commit/fe7189dc120c22fc4041d0c702dc2cba9c4980e3))
## 4.7.0 (2019-03-18)
-* Set rollingUpdate to null when updateStrategy is Recreate ([1a45bba](https://github.com/bitnami/charts/commit/1a45bba))
+* Set rollingUpdate to null when updateStrategy is Recreate ([1a45bba](https://github.com/bitnami/charts/commit/1a45bba6ce964b3e2b939fba0cdf063cf66e7586))
## 4.6.5 (2019-03-18)
-* [bitnami/elasticsearch] Fix _helpers.tpl removing non-existent image property ([94d6bd0](https://github.com/bitnami/charts/commit/94d6bd0))
-* Add namespace to sysctl in ES ([ab829e3](https://github.com/bitnami/charts/commit/ab829e3))
-* bitnami/elasticsearch: update to 6.6.2 ([040ec93](https://github.com/bitnami/charts/commit/040ec93))
-* Use namespaces ([8c80056](https://github.com/bitnami/charts/commit/8c80056))
+* [bitnami/elasticsearch] Fix _helpers.tpl removing non-existent image property ([94d6bd0](https://github.com/bitnami/charts/commit/94d6bd0f4d872863a22ba13effab25d97da35d72))
+* Add namespace to sysctl in ES ([ab829e3](https://github.com/bitnami/charts/commit/ab829e39b76f8e87a95e9a77aabb01c48e6459dc))
+* bitnami/elasticsearch: update to 6.6.2 ([040ec93](https://github.com/bitnami/charts/commit/040ec938e3bd341d95a4e5ecc3307fc21bcbbf28))
+* Use namespaces ([8c80056](https://github.com/bitnami/charts/commit/8c80056d5526875b7b350128de0f8fb6e8e3bfa2))
## 4.6.3 (2019-03-14)
-* Use global registry in secondary, metrics and other non-default images ([5d216bf](https://github.com/bitnami/charts/commit/5d216bf))
+* Use global registry in secondary, metrics and other non-default images ([5d216bf](https://github.com/bitnami/charts/commit/5d216bfea23f62aae825e733a9e37e936f14c310))
## 4.6.2 (2019-03-14)
-* [bitnami/elasticsearch] Fix templates when there's no configmap ([7e897f8](https://github.com/bitnami/charts/commit/7e897f8))
+* [bitnami/elasticsearch] Fix templates when there's no configmap ([7e897f8](https://github.com/bitnami/charts/commit/7e897f89bfd0bd85c192f13a9cfae0d8bee5127e))
## 4.6.1 (2019-03-14)
-* [bitnami/elasticsearch] Fix templates when there's no configmap ([fe4814d](https://github.com/bitnami/charts/commit/fe4814d))
+* [bitnami/elasticsearch] Fix templates when there's no configmap ([fe4814d](https://github.com/bitnami/charts/commit/fe4814df9304d15f29371173dd62acf2874d5bde))
## 4.6.0 (2019-03-14)
-* [bitnami/elasticsearch] Avoid using 'appended' configuration files ([9d54dbc](https://github.com/bitnami/charts/commit/9d54dbc))
+* [bitnami/elasticsearch] Avoid using 'appended' configuration files ([9d54dbc](https://github.com/bitnami/charts/commit/9d54dbcde363b25520a4abe8c968c8ac5daedb36))
## 4.5.0 (2019-03-12)
-* Fix typo ([984e349](https://github.com/bitnami/charts/commit/984e349))
-* Fix typo in helpers ([5261a1f](https://github.com/bitnami/charts/commit/5261a1f))
-* pullSecrets for production and metrics ([22d6e0b](https://github.com/bitnami/charts/commit/22d6e0b))
+* Fix typo ([984e349](https://github.com/bitnami/charts/commit/984e349ede0003f5b839f06b76b4e0bb9082107e))
+* Fix typo in helpers ([5261a1f](https://github.com/bitnami/charts/commit/5261a1fa7833e0d4ab4cb42ce4d0a5c8f42d5a03))
+* pullSecrets for production and metrics ([22d6e0b](https://github.com/bitnami/charts/commit/22d6e0b546ec6b222cc444ea3c02fd25d6f31dce))
## 4.4.0 (2019-03-11)
-* [bitnami/elasticsearch] Add global imagePullSecrets to overwrite any other existing one ([1a3af29](https://github.com/bitnami/charts/commit/1a3af29))
-* [bitnami/elasticsearch] Allow custom node affinity policy ([5eda72c](https://github.com/bitnami/charts/commit/5eda72c))
-* Update values-production.yaml ([defc0be](https://github.com/bitnami/charts/commit/defc0be))
-* Update values.yaml ([8aea33d](https://github.com/bitnami/charts/commit/8aea33d))
+* [bitnami/elasticsearch] Add global imagePullSecrets to overwrite any other existing one ([1a3af29](https://github.com/bitnami/charts/commit/1a3af293a87d56e4169530c812dd173da94ab947))
+* [bitnami/elasticsearch] Allow custom node affinity policy ([5eda72c](https://github.com/bitnami/charts/commit/5eda72c886340c089cc9f21068358ea293394705))
+* Update values-production.yaml ([defc0be](https://github.com/bitnami/charts/commit/defc0beb85c5873bd46cb123ac3978db4d36c790))
+* Update values.yaml ([8aea33d](https://github.com/bitnami/charts/commit/8aea33ddca91c627a2af164cac816702ad051e41))
## 4.2.13 (2019-02-27)
-* Add appiVersion to Chart.yaml ([08704a5](https://github.com/bitnami/charts/commit/08704a5))
-* bitnami/elasticsearch: update to 6.6.1 ([1e3ef45](https://github.com/bitnami/charts/commit/1e3ef45))
+* Add appiVersion to Chart.yaml ([08704a5](https://github.com/bitnami/charts/commit/08704a55fa287f8da2e680344163b65863959329))
+* bitnami/elasticsearch: update to 6.6.1 ([1e3ef45](https://github.com/bitnami/charts/commit/1e3ef455cc601b35948984ac03c6906e0dfe3d60))
## 4.2.11 (2019-02-21)
-* Update Chart.yaml ([0bd2bea](https://github.com/bitnami/charts/commit/0bd2bea))
-* Update README.md ([e57ec86](https://github.com/bitnami/charts/commit/e57ec86))
+* Update Chart.yaml ([0bd2bea](https://github.com/bitnami/charts/commit/0bd2beac6eaf7beeed2d4734a4570d0342cfc249))
+* Update README.md ([e57ec86](https://github.com/bitnami/charts/commit/e57ec8679834d95a22a75f733af3ae3f1751abf6))
## 4.2.10 (2019-01-30)
-* elasticsearch: update to `6.6.0` ([caf9b65](https://github.com/bitnami/charts/commit/caf9b65))
+* elasticsearch: update to `6.6.0` ([caf9b65](https://github.com/bitnami/charts/commit/caf9b65aa697cf1b65638e2a818076c78e40d081))
## 4.2.9 (2019-01-25)
-* Document the correct format for pullSecrets in READMEs ([9a2cf81](https://github.com/bitnami/charts/commit/9a2cf81))
+* Document the correct format for pullSecrets in READMEs ([9a2cf81](https://github.com/bitnami/charts/commit/9a2cf81399905b7b3190bbc35a8d554f94014ce8))
## 4.2.8 (2018-12-20)
-* elasticsearch: bump chart appVersion to `6.5.4` ([7049f60](https://github.com/bitnami/charts/commit/7049f60))
-* elasticsearch: bump chart version to `4.2.8` ([6b7fe9f](https://github.com/bitnami/charts/commit/6b7fe9f))
-* elasticsearch: update to `6.5.4` ([1fa82f4](https://github.com/bitnami/charts/commit/1fa82f4))
+* elasticsearch: bump chart appVersion to `6.5.4` ([7049f60](https://github.com/bitnami/charts/commit/7049f60a689f1877083a8d33513508ad1554429b))
+* elasticsearch: bump chart version to `4.2.8` ([6b7fe9f](https://github.com/bitnami/charts/commit/6b7fe9fc5ae8dffd9ea0d928cd67728d43d90da9))
+* elasticsearch: update to `6.5.4` ([1fa82f4](https://github.com/bitnami/charts/commit/1fa82f4be1ee9a85e5d7517f06c155ba7ef9a298))
## 4.2.7 (2018-12-18)
-* elasticsearch: bump chart appVersion to `6.5.3` ([84606e8](https://github.com/bitnami/charts/commit/84606e8))
-* elasticsearch: bump chart version to `4.2.7` ([1fbc47c](https://github.com/bitnami/charts/commit/1fbc47c))
-* elasticsearch: update to `6.5.3` ([0a57976](https://github.com/bitnami/charts/commit/0a57976))
+* elasticsearch: bump chart appVersion to `6.5.3` ([84606e8](https://github.com/bitnami/charts/commit/84606e8af95cd84616bb06b26ba2248af6da6cba))
+* elasticsearch: bump chart version to `4.2.7` ([1fbc47c](https://github.com/bitnami/charts/commit/1fbc47c3be6d595d90c9841068865927bce65601))
+* elasticsearch: update to `6.5.3` ([0a57976](https://github.com/bitnami/charts/commit/0a57976cc7ded25e9bc5eed49332ad38de9679d6))
## 4.2.6 (2018-12-18)
-* [bitnami/elasticsearch] Increase patch version ([9e734f7](https://github.com/bitnami/charts/commit/9e734f7))
-* move end of if function so empty plugins value does not overwrite the cluster name and cause cluster ([1b513c9](https://github.com/bitnami/charts/commit/1b513c9))
-* Set ELASTICSEARCH_PLUGINS only when '.Values.plugins' is set ([7e486bd](https://github.com/bitnami/charts/commit/7e486bd))
+* [bitnami/elasticsearch] Increase patch version ([9e734f7](https://github.com/bitnami/charts/commit/9e734f724d547141dcebc811e963088c7c6a6329))
+* move end of if function so empty plugins value does not overwrite the cluster name and cause cluster ([1b513c9](https://github.com/bitnami/charts/commit/1b513c92b2edd89830a11ddbc6f99a9223a89fd3))
+* Set ELASTICSEARCH_PLUGINS only when '.Values.plugins' is set ([7e486bd](https://github.com/bitnami/charts/commit/7e486bd05ce2c27cb6fcf7864b0340da7eef2eb9))
## 4.2.5 (2018-12-12)
-* [bitnami/elasticsearch] Document 'plugins' parameter ([615aadd](https://github.com/bitnami/charts/commit/615aadd))
+* [bitnami/elasticsearch] Document 'plugins' parameter ([615aadd](https://github.com/bitnami/charts/commit/615aadde88a8632e3819a0674f05bcb29e838c1e))
## 4.2.4 (2018-12-07)
-* elasticsearch: bump chart appVersion to `6.5.2` ([d33954c](https://github.com/bitnami/charts/commit/d33954c))
-* elasticsearch: bump chart version to `4.2.4` ([b5d2b0d](https://github.com/bitnami/charts/commit/b5d2b0d))
-* elasticsearch: update to `6.5.2` ([f2dd4e0](https://github.com/bitnami/charts/commit/f2dd4e0))
+* elasticsearch: bump chart appVersion to `6.5.2` ([d33954c](https://github.com/bitnami/charts/commit/d33954c69c8c7dbba2e7b685594b0ccd38723483))
+* elasticsearch: bump chart version to `4.2.4` ([b5d2b0d](https://github.com/bitnami/charts/commit/b5d2b0d0706edbac09c23b5f2bb8b0487a9aac91))
+* elasticsearch: update to `6.5.2` ([f2dd4e0](https://github.com/bitnami/charts/commit/f2dd4e0dbeb16013ac75f3e3b9a7b30702e534d7))
## 4.2.2 (2018-11-20)
-* elasticsearch: bump chart appVersion to `6.5.1` ([d290d2f](https://github.com/bitnami/charts/commit/d290d2f))
-* elasticsearch: bump chart version to `4.2.2` ([d8f8f56](https://github.com/bitnami/charts/commit/d8f8f56))
-* elasticsearch: update to `6.5.1` ([66092e7](https://github.com/bitnami/charts/commit/66092e7))
+* elasticsearch: bump chart appVersion to `6.5.1` ([d290d2f](https://github.com/bitnami/charts/commit/d290d2f52b6bb4d159f56855f9ffe236e783206452b6bb4d159f56855f9ffe236e7832064))
+* elasticsearch: bump chart version to `4.2.2` ([d8f8f56](https://github.com/bitnami/charts/commit/d8f8f56e14bb77827571e9f90383e9554ee35676e14bb77827571e9f90383e9554ee35676))
+* elasticsearch: update to `6.5.1` ([66092e7](https://github.com/bitnami/charts/commit/66092e72b4241f5548e83527ef3ce538f14400cd2b4241f5548e83527ef3ce538f14400cd))
## 4.2.1 (2018-11-15)
-* elasticsearch: bump chart appVersion to `6.5.0` ([d81a6f6](https://github.com/bitnami/charts/commit/d81a6f6))
-* elasticsearch: bump chart version to `4.2.1` ([d09b2d7](https://github.com/bitnami/charts/commit/d09b2d7))
-* elasticsearch: update to `6.5.0` ([b6d9265](https://github.com/bitnami/charts/commit/b6d9265))
+* elasticsearch: bump chart appVersion to `6.5.0` ([d81a6f6](https://github.com/bitnami/charts/commit/d81a6f663f4fdaef4f47c0c8180b4818e515849c63f4fdaef4f47c0c8180b4818e515849c))
+* elasticsearch: bump chart version to `4.2.1` ([d09b2d7](https://github.com/bitnami/charts/commit/d09b2d701a81eb0ae87fd94c04fba2f6b59d819a01a81eb0ae87fd94c04fba2f6b59d819a))
+* elasticsearch: update to `6.5.0` ([b6d9265](https://github.com/bitnami/charts/commit/b6d9265a6459f8698f18c3fd21754ddb0fba2222a6459f8698f18c3fd21754ddb0fba2222))
## 4.2.0 (2018-11-06)
-* [bitnami/elasticsearch] Improve services customization ([09c45be](https://github.com/bitnami/charts/commit/09c45be))
-* [bitnami/elasticsearch] Use 'IfNotPresent' pullPolicy on production values ([3a96e50](https://github.com/bitnami/charts/commit/3a96e50))
+* [bitnami/elasticsearch] Improve services customization ([09c45be](https://github.com/bitnami/charts/commit/09c45beb8003825a135d0c00521f0c278e6befdeb8003825a135d0c00521f0c278e6befde))
+* [bitnami/elasticsearch] Use 'IfNotPresent' pullPolicy on production values ([3a96e50](https://github.com/bitnami/charts/commit/3a96e5051f8386ed9e152ccfdc9e504e74536ab151f8386ed9e152ccfdc9e504e74536ab1))
## 4.1.3 (2018-11-06)
-* elasticsearch: bump chart appVersion to `6.4.3` ([ce9d14e](https://github.com/bitnami/charts/commit/ce9d14e))
-* elasticsearch: bump chart version to `4.1.3` ([44a96ff](https://github.com/bitnami/charts/commit/44a96ff))
-* elasticsearch: update to `6.4.3` ([a2a05a5](https://github.com/bitnami/charts/commit/a2a05a5))
-* Add link to official 'sysctl-cluster' docs ([c3e69d9](https://github.com/bitnami/charts/commit/c3e69d9))
-* Fix typo ([8efc389](https://github.com/bitnami/charts/commit/8efc389))
+* elasticsearch: bump chart appVersion to `6.4.3` ([ce9d14e](https://github.com/bitnami/charts/commit/ce9d14ee2466f964aa4e736c654a09060fad8015e2466f964aa4e736c654a09060fad8015))
+* elasticsearch: bump chart version to `4.1.3` ([44a96ff](https://github.com/bitnami/charts/commit/44a96ffe389a61e00cb363fdb1a9500cc4291158e389a61e00cb363fdb1a9500cc4291158))
+* elasticsearch: update to `6.4.3` ([a2a05a5](https://github.com/bitnami/charts/commit/a2a05a5c6989957e2400782ebb1c3eee4d2bbc71c6989957e2400782ebb1c3eee4d2bbc71))
+* Add link to official 'sysctl-cluster' docs ([c3e69d9](https://github.com/bitnami/charts/commit/c3e69d9c5e2eaf7df3593b7d289e476468e9e03ec5e2eaf7df3593b7d289e476468e9e03e))
+* Fix typo ([8efc389](https://github.com/bitnami/charts/commit/8efc38999423eb1cdde906e40645959a2765e50999423eb1cdde906e40645959a2765e509))
## 4.1.2 (2018-11-06)
-* [bitnami/elasticsearch] Warn users when 'sysctlImage.enabled' is set to false ([581338f](https://github.com/bitnami/charts/commit/581338f))
-* Add option to enable initContainer ([24d6060](https://github.com/bitnami/charts/commit/24d6060))
-* Install packages in minideb before execute it ([99749db](https://github.com/bitnami/charts/commit/99749db))
-* Remove initContainer to be executed by default ([86e43ae](https://github.com/bitnami/charts/commit/86e43ae))
-* Replace busybox image by minideb ([1225567](https://github.com/bitnami/charts/commit/1225567))
+* [bitnami/elasticsearch] Warn users when 'sysctlImage.enabled' is set to false ([581338f](https://github.com/bitnami/charts/commit/581338f08f528f1d63697c173a38c48716933eb808f528f1d63697c173a38c48716933eb8))
+* Add option to enable initContainer ([24d6060](https://github.com/bitnami/charts/commit/24d6060c2cb16026fc61583561b6576ffac7a831c2cb16026fc61583561b6576ffac7a831))
+* Install packages in minideb before execute it ([99749db](https://github.com/bitnami/charts/commit/99749dbf586263dddfed4f67f97152dd37af26f4f586263dddfed4f67f97152dd37af26f4))
+* Remove initContainer to be executed by default ([86e43ae](https://github.com/bitnami/charts/commit/86e43ae90966a2d95eae0d488a76f020d3dd2c5390966a2d95eae0d488a76f020d3dd2c53))
+* Replace busybox image by minideb ([1225567](https://github.com/bitnami/charts/commit/1225567123b84a40d991e442d89d80289a539493123b84a40d991e442d89d80289a539493))
## 4.1.1 (2018-10-17)
-* [bitnami/elasticsearch] Fix metrics deployment ([c34f18e](https://github.com/bitnami/charts/commit/c34f18e))
-* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6))
-* Bump chart ([8a5054d](https://github.com/bitnami/charts/commit/8a5054d))
-* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f4))
-* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294))
-* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5))
-* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170ac))
-* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51))
-* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbed))
+* [bitnami/elasticsearch] Fix metrics deployment ([c34f18e](https://github.com/bitnami/charts/commit/c34f18e9dee448debed9ccf3452574e24135cce49dee448debed9ccf3452574e24135cce4))
+* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6163b75700c705f3021bb37790f95423c9163b75700c705f3021bb37790f95423c9))
+* Bump chart ([8a5054d](https://github.com/bitnami/charts/commit/8a5054d520d4a508fb083ef037b4fd27cd776428520d4a508fb083ef037b4fd27cd776428))
+* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f421533a532c90438afa287bf46aa10413e21533a532c90438afa287bf46aa10413e))
+* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294d5705f2646e8d3b70e14129d23c07bf8ad5705f2646e8d3b70e14129d23c07bf8a))
+* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5d0b982905dde2a55fdf2285a7781a64ccd0b982905dde2a55fdf2285a7781a64cc))
+* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170acc16e842e55aff7b7d944f7fbe025eee91c16e842e55aff7b7d944f7fbe025eee91))
+* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51cdf4de70f786563e1971a5d491d32ad54cdf4de70f786563e1971a5d491d32ad54))
+* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbedd27cea4c5c0e30ce70c9790c27ca1a0ecd27cea4c5c0e30ce70c9790c27ca1a0ec))
## 4.1.0 (2018-10-11)
-* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08))
+* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08e2bc14ef28a0cae1fada97ed6cf2e777de2bc14ef28a0cae1fada97ed6cf2e777d))
## 4.0.4 (2018-11-21)
-* Bump elasticsearch chart version to 4.0.4 ([1f598f3](https://github.com/bitnami/charts/commit/1f598f3))
-* Fix yaml indenting for elasticsearch chart ([da8ad4d](https://github.com/bitnami/charts/commit/da8ad4d))
+* Bump elasticsearch chart version to 4.0.4 ([1f598f3](https://github.com/bitnami/charts/commit/1f598f37ef52baf8d9836456d96fa396b70ce35a))
+* Fix yaml indenting for elasticsearch chart ([da8ad4d](https://github.com/bitnami/charts/commit/da8ad4d8f8e2fbe1a8909a0135f0f8aecc614636))
## 4.2.2 (2018-11-20)
-* elasticsearch: bump chart appVersion to `6.5.1` ([d290d2f](https://github.com/bitnami/charts/commit/d290d2f))
-* elasticsearch: bump chart version to `4.2.2` ([d8f8f56](https://github.com/bitnami/charts/commit/d8f8f56))
-* elasticsearch: update to `6.5.1` ([66092e7](https://github.com/bitnami/charts/commit/66092e7))
+* elasticsearch: bump chart appVersion to `6.5.1` ([d290d2f](https://github.com/bitnami/charts/commit/d290d2f52b6bb4d159f56855f9ffe236e783206452b6bb4d159f56855f9ffe236e7832064))
+* elasticsearch: bump chart version to `4.2.2` ([d8f8f56](https://github.com/bitnami/charts/commit/d8f8f56e14bb77827571e9f90383e9554ee35676e14bb77827571e9f90383e9554ee35676))
+* elasticsearch: update to `6.5.1` ([66092e7](https://github.com/bitnami/charts/commit/66092e72b4241f5548e83527ef3ce538f14400cd2b4241f5548e83527ef3ce538f14400cd))
## 4.2.1 (2018-11-15)
-* elasticsearch: bump chart appVersion to `6.5.0` ([d81a6f6](https://github.com/bitnami/charts/commit/d81a6f6))
-* elasticsearch: bump chart version to `4.2.1` ([d09b2d7](https://github.com/bitnami/charts/commit/d09b2d7))
-* elasticsearch: update to `6.5.0` ([b6d9265](https://github.com/bitnami/charts/commit/b6d9265))
+* elasticsearch: bump chart appVersion to `6.5.0` ([d81a6f6](https://github.com/bitnami/charts/commit/d81a6f663f4fdaef4f47c0c8180b4818e515849c63f4fdaef4f47c0c8180b4818e515849c))
+* elasticsearch: bump chart version to `4.2.1` ([d09b2d7](https://github.com/bitnami/charts/commit/d09b2d701a81eb0ae87fd94c04fba2f6b59d819a01a81eb0ae87fd94c04fba2f6b59d819a))
+* elasticsearch: update to `6.5.0` ([b6d9265](https://github.com/bitnami/charts/commit/b6d9265a6459f8698f18c3fd21754ddb0fba2222a6459f8698f18c3fd21754ddb0fba2222))
## 4.2.0 (2018-11-06)
-* [bitnami/elasticsearch] Improve services customization ([09c45be](https://github.com/bitnami/charts/commit/09c45be))
-* [bitnami/elasticsearch] Use 'IfNotPresent' pullPolicy on production values ([3a96e50](https://github.com/bitnami/charts/commit/3a96e50))
+* [bitnami/elasticsearch] Improve services customization ([09c45be](https://github.com/bitnami/charts/commit/09c45beb8003825a135d0c00521f0c278e6befdeb8003825a135d0c00521f0c278e6befde))
+* [bitnami/elasticsearch] Use 'IfNotPresent' pullPolicy on production values ([3a96e50](https://github.com/bitnami/charts/commit/3a96e5051f8386ed9e152ccfdc9e504e74536ab151f8386ed9e152ccfdc9e504e74536ab1))
## 4.1.3 (2018-11-06)
-* elasticsearch: bump chart appVersion to `6.4.3` ([ce9d14e](https://github.com/bitnami/charts/commit/ce9d14e))
-* elasticsearch: bump chart version to `4.1.3` ([44a96ff](https://github.com/bitnami/charts/commit/44a96ff))
-* elasticsearch: update to `6.4.3` ([a2a05a5](https://github.com/bitnami/charts/commit/a2a05a5))
-* Add link to official 'sysctl-cluster' docs ([c3e69d9](https://github.com/bitnami/charts/commit/c3e69d9))
-* Fix typo ([8efc389](https://github.com/bitnami/charts/commit/8efc389))
+* elasticsearch: bump chart appVersion to `6.4.3` ([ce9d14e](https://github.com/bitnami/charts/commit/ce9d14ee2466f964aa4e736c654a09060fad8015e2466f964aa4e736c654a09060fad8015))
+* elasticsearch: bump chart version to `4.1.3` ([44a96ff](https://github.com/bitnami/charts/commit/44a96ffe389a61e00cb363fdb1a9500cc4291158e389a61e00cb363fdb1a9500cc4291158))
+* elasticsearch: update to `6.4.3` ([a2a05a5](https://github.com/bitnami/charts/commit/a2a05a5c6989957e2400782ebb1c3eee4d2bbc71c6989957e2400782ebb1c3eee4d2bbc71))
+* Add link to official 'sysctl-cluster' docs ([c3e69d9](https://github.com/bitnami/charts/commit/c3e69d9c5e2eaf7df3593b7d289e476468e9e03ec5e2eaf7df3593b7d289e476468e9e03e))
+* Fix typo ([8efc389](https://github.com/bitnami/charts/commit/8efc38999423eb1cdde906e40645959a2765e50999423eb1cdde906e40645959a2765e509))
## 4.1.2 (2018-11-06)
-* [bitnami/elasticsearch] Fix metrics deployment ([c34f18e](https://github.com/bitnami/charts/commit/c34f18e))
-* [bitnami/elasticsearch] Warn users when 'sysctlImage.enabled' is set to false ([581338f](https://github.com/bitnami/charts/commit/581338f))
-* Add option to enable initContainer ([24d6060](https://github.com/bitnami/charts/commit/24d6060))
-* Bump chart ([8a5054d](https://github.com/bitnami/charts/commit/8a5054d))
-* Install packages in minideb before execute it ([99749db](https://github.com/bitnami/charts/commit/99749db))
-* Remove initContainer to be executed by default ([86e43ae](https://github.com/bitnami/charts/commit/86e43ae))
-* Replace busybox image by minideb ([1225567](https://github.com/bitnami/charts/commit/1225567))
+* [bitnami/elasticsearch] Fix metrics deployment ([c34f18e](https://github.com/bitnami/charts/commit/c34f18e9dee448debed9ccf3452574e24135cce49dee448debed9ccf3452574e24135cce4))
+* [bitnami/elasticsearch] Warn users when 'sysctlImage.enabled' is set to false ([581338f](https://github.com/bitnami/charts/commit/581338f08f528f1d63697c173a38c48716933eb808f528f1d63697c173a38c48716933eb8))
+* Add option to enable initContainer ([24d6060](https://github.com/bitnami/charts/commit/24d6060c2cb16026fc61583561b6576ffac7a831c2cb16026fc61583561b6576ffac7a831))
+* Bump chart ([8a5054d](https://github.com/bitnami/charts/commit/8a5054d520d4a508fb083ef037b4fd27cd776428520d4a508fb083ef037b4fd27cd776428))
+* Install packages in minideb before execute it ([99749db](https://github.com/bitnami/charts/commit/99749dbf586263dddfed4f67f97152dd37af26f4f586263dddfed4f67f97152dd37af26f4))
+* Remove initContainer to be executed by default ([86e43ae](https://github.com/bitnami/charts/commit/86e43ae90966a2d95eae0d488a76f020d3dd2c5390966a2d95eae0d488a76f020d3dd2c53))
+* Replace busybox image by minideb ([1225567](https://github.com/bitnami/charts/commit/1225567123b84a40d991e442d89d80289a539493123b84a40d991e442d89d80289a539493))
## 4.1.1 (2018-10-17)
-* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6))
-* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f4))
-* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294))
-* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5))
-* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170ac))
-* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51))
-* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbed))
+* Apply some suggestions ([24706a6](https://github.com/bitnami/charts/commit/24706a6163b75700c705f3021bb37790f95423c9163b75700c705f3021bb37790f95423c9))
+* Bump versions ([0cfd3f4](https://github.com/bitnami/charts/commit/0cfd3f421533a532c90438afa287bf46aa10413e21533a532c90438afa287bf46aa10413e))
+* Change logic to determine registry ([9ead294](https://github.com/bitnami/charts/commit/9ead294d5705f2646e8d3b70e14129d23c07bf8ad5705f2646e8d3b70e14129d23c07bf8a))
+* Check if global is set ([dec26e5](https://github.com/bitnami/charts/commit/dec26e5d0b982905dde2a55fdf2285a7781a64ccd0b982905dde2a55fdf2285a7781a64cc))
+* Fix typo ([93170ac](https://github.com/bitnami/charts/commit/93170acc16e842e55aff7b7d944f7fbe025eee91c16e842e55aff7b7d944f7fbe025eee91))
+* Remove distro tags in charts ([427ac51](https://github.com/bitnami/charts/commit/427ac51cdf4de70f786563e1971a5d491d32ad54cdf4de70f786563e1971a5d491d32ad54))
+* Reword and update kafka dependencies ([be6cbed](https://github.com/bitnami/charts/commit/be6cbedd27cea4c5c0e30ce70c9790c27ca1a0ecd27cea4c5c0e30ce70c9790c27ca1a0ec))
## 4.1.0 (2018-10-11)
-* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08))
+* Add global registry option to Bitnami charts ([395ba08](https://github.com/bitnami/charts/commit/395ba08e2bc14ef28a0cae1fada97ed6cf2e777de2bc14ef28a0cae1fada97ed6cf2e777d))
## 4.0.3 (2018-10-05)
-* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51))
+* Add kubeapps text to charts READMEs ([2f6dc51](https://github.com/bitnami/charts/commit/2f6dc51ce6307d57bd8c20e929da23dd2adf22d5))
## 4.0.2 (2018-10-02)
-* elasticsearch: bump chart appVersion to `6.4.2` ([e8a93f4](https://github.com/bitnami/charts/commit/e8a93f4))
-* elasticsearch: bump chart version to `4.0.2` ([a06fb41](https://github.com/bitnami/charts/commit/a06fb41))
-* elasticsearch: update to `6.4.2-debian-9` ([d47fec2](https://github.com/bitnami/charts/commit/d47fec2))
-* Add ) ([728466a](https://github.com/bitnami/charts/commit/728466a))
-* Fix go template inside go template ([a140313](https://github.com/bitnami/charts/commit/a140313))
+* elasticsearch: bump chart appVersion to `6.4.2` ([e8a93f4](https://github.com/bitnami/charts/commit/e8a93f4ad7eb400e76c7e2d7a9b5d39106a8a6eb))
+* elasticsearch: bump chart version to `4.0.2` ([a06fb41](https://github.com/bitnami/charts/commit/a06fb41ace091586800f143a47acec9e722fc2c4))
+* elasticsearch: update to `6.4.2-debian-9` ([d47fec2](https://github.com/bitnami/charts/commit/d47fec25b52e7a5e935b0b595c651e299088f717))
+* Add ) ([728466a](https://github.com/bitnami/charts/commit/728466ac178560c67f2ede913140f50dc5136fd3))
+* Fix go template inside go template ([a140313](https://github.com/bitnami/charts/commit/a140313f4910d1366170415f0300729c22eda073))
## 4.0.1 (2018-09-27)
-* Improve getting LoadBalancer address in Bitnami charts NOTES.txt ([a641728](https://github.com/bitnami/charts/commit/a641728))
+* Improve getting LoadBalancer address in Bitnami charts NOTES.txt ([a641728](https://github.com/bitnami/charts/commit/a64172812af8b11fac23be2fe7a66b1edb14c71f))
## 4.0.0 (2018-09-24)
-* [bitnami/elasticsearch] Use namespaces on '*.fullname' macros to avoid conflicts with other charts ([e957406](https://github.com/bitnami/charts/commit/e957406))
+* [bitnami/elasticsearch] Use namespaces on '*.fullname' macros to avoid conflicts with other charts ([e957406](https://github.com/bitnami/charts/commit/e957406927c5100caa553e8db59d15a3a4842dda))
## 3.0.0 (2018-09-21)
-* [bitnami/elasticsearch] Fix chart not being upgradable ([308f6cf](https://github.com/bitnami/charts/commit/308f6cf))
+* [bitnami/elasticsearch] Fix chart not being upgradable ([308f6cf](https://github.com/bitnami/charts/commit/308f6cf1d629906a05fc874349350987df9cacb7))
## 2.0.5 (2018-09-20)
-* [bitnami/elasticsearch] bump chart version to 2.0.4 ([d9109d1](https://github.com/bitnami/charts/commit/d9109d1))
-* [bitnami/elasticsearch] Fix custom config file is not applied ([a1646d3](https://github.com/bitnami/charts/commit/a1646d3))
-* Fix wrong wrong previous chart update ([d8a4426](https://github.com/bitnami/charts/commit/d8a4426))
-* Re-bump chart version ([cbb8927](https://github.com/bitnami/charts/commit/cbb8927))
+* [bitnami/elasticsearch] bump chart version to 2.0.4 ([d9109d1](https://github.com/bitnami/charts/commit/d9109d17d67fddbcc00c059864a1e19b16770691))
+* [bitnami/elasticsearch] Fix custom config file is not applied ([a1646d3](https://github.com/bitnami/charts/commit/a1646d3dd96fe6cdd7121e8d794fc036b320ebfa))
+* Fix wrong wrong previous chart update ([d8a4426](https://github.com/bitnami/charts/commit/d8a44261f60fffbebf98b732a30ad74c7e2be409))
+* Re-bump chart version ([cbb8927](https://github.com/bitnami/charts/commit/cbb8927c44c4006c78a1af3da034504a9b6a08c5))
## 2.0.4 (2018-09-18)
-* elasticsearch: bump chart appVersion to `6.4.1` ([5664d98](https://github.com/bitnami/charts/commit/5664d98))
-* elasticsearch: bump chart version to `2.0.4` ([39060a9](https://github.com/bitnami/charts/commit/39060a9))
-* elasticsearch: update to `6.4.1-debian-9` ([8554d04](https://github.com/bitnami/charts/commit/8554d04))
-* Update README.md ([1d586fa](https://github.com/bitnami/charts/commit/1d586fa))
+* elasticsearch: bump chart appVersion to `6.4.1` ([5664d98](https://github.com/bitnami/charts/commit/5664d98b519da86d265450a1c6377fbff4b41f1b))
+* elasticsearch: bump chart version to `2.0.4` ([39060a9](https://github.com/bitnami/charts/commit/39060a9b9846d12c7eb5762ef739035588e026a1))
+* elasticsearch: update to `6.4.1-debian-9` ([8554d04](https://github.com/bitnami/charts/commit/8554d0471b7910d3e38d0e77bb983deac80ee2b1))
+* Update README.md ([1d586fa](https://github.com/bitnami/charts/commit/1d586fa12f840213911b5b7b19ca4708e9770bd4))
## 2.0.3 (2018-08-26)
-* elasticsearch: bump chart appVersion to `6.4.0` ([dfe70ac](https://github.com/bitnami/charts/commit/dfe70ac))
-* elasticsearch: bump chart version to `2.0.3` ([6034d9a](https://github.com/bitnami/charts/commit/6034d9a))
-* elasticsearch: update to `6.4.0-debian-9` ([795fd7d](https://github.com/bitnami/charts/commit/795fd7d))
+* elasticsearch: bump chart appVersion to `6.4.0` ([dfe70ac](https://github.com/bitnami/charts/commit/dfe70ac6eb0f95b7ba19e5b0882856fca3f74a05))
+* elasticsearch: bump chart version to `2.0.3` ([6034d9a](https://github.com/bitnami/charts/commit/6034d9a6b5576801faf693664485dba2d732c583))
+* elasticsearch: update to `6.4.0-debian-9` ([795fd7d](https://github.com/bitnami/charts/commit/795fd7dc3fdb9e23276f3d0477c7fe8ec6b54db4))
## 2.0.2 (2018-08-06)
-* Improve notes to access deployed services ([0071eb5](https://github.com/bitnami/charts/commit/0071eb5))
+* Improve notes to access deployed services ([0071eb5](https://github.com/bitnami/charts/commit/0071eb5545f7774eeab9ea335c660df644ad3e4c))
## 2.0.1 (2018-08-03)
-* Add sysctl image ([dc9658c](https://github.com/bitnami/charts/commit/dc9658c))
-* Change readme ([be87bf9](https://github.com/bitnami/charts/commit/be87bf9))
-* Change security policy to container ([7daacef](https://github.com/bitnami/charts/commit/7daacef))
-* Remove extra line ([1f886c5](https://github.com/bitnami/charts/commit/1f886c5))
-* Set proper fsGroup location ([f80b148](https://github.com/bitnami/charts/commit/f80b148))
+* Add sysctl image ([dc9658c](https://github.com/bitnami/charts/commit/dc9658c67a581ccafd5c078dd8638bab3044de81))
+* Change readme ([be87bf9](https://github.com/bitnami/charts/commit/be87bf98338e76909a5884d821ea562e2f723473))
+* Change security policy to container ([7daacef](https://github.com/bitnami/charts/commit/7daacef07acec43d4c509587f982d80f65e67e55))
+* Remove extra line ([1f886c5](https://github.com/bitnami/charts/commit/1f886c585540744df18e0afbfaaa1c2730950c6c))
+* Set proper fsGroup location ([f80b148](https://github.com/bitnami/charts/commit/f80b148ff0cd8b5bc0fc1e51ae7d8717053b56f8))
## 2.0.0 (2018-08-02)
-* Adapt elasticsearch chart to non-root ([7972d12](https://github.com/bitnami/charts/commit/7972d12))
+* Adapt elasticsearch chart to non-root ([7972d12](https://github.com/bitnami/charts/commit/7972d125eb0fff342868625c53aa7568370fbf8a))
## 1.0.8 (2018-07-30)
-* Add missing release and charts labels in pods ([dfd13a2](https://github.com/bitnami/charts/commit/dfd13a2))
+* Add missing release and charts labels in pods ([dfd13a2](https://github.com/bitnami/charts/commit/dfd13a2b76b83f558d9dbb1d942c66ecaa93c221))
## 1.0.7 (2018-07-27)
-* elasticsearch: bump chart appVersion to `6.3.2` ([bc9bf0d](https://github.com/bitnami/charts/commit/bc9bf0d))
-* elasticsearch: bump chart version to `1.0.7` ([812d800](https://github.com/bitnami/charts/commit/812d800))
-* elasticsearch: update to `6.3.2-debian-9` ([a5d99c5](https://github.com/bitnami/charts/commit/a5d99c5))
+* elasticsearch: bump chart appVersion to `6.3.2` ([bc9bf0d](https://github.com/bitnami/charts/commit/bc9bf0d77941541a75285dba3bfe45620e186abd))
+* elasticsearch: bump chart version to `1.0.7` ([812d800](https://github.com/bitnami/charts/commit/812d8004ec4cf6a8680da28a1218c7a08c2cf76a))
+* elasticsearch: update to `6.3.2-debian-9` ([a5d99c5](https://github.com/bitnami/charts/commit/a5d99c5a1b0baf32d39f8af21d593051c796512d))
## 1.0.6 (2018-07-05)
-* elasticsearch: bump chart appVersion to `6.3.1-debian-9` ([17acca9](https://github.com/bitnami/charts/commit/17acca9))
-* elasticsearch: bump chart version to `1.0.6` ([3efa738](https://github.com/bitnami/charts/commit/3efa738))
-* elasticsearch: update to `6.3.1-debian-9` ([425ee75](https://github.com/bitnami/charts/commit/425ee75))
+* elasticsearch: bump chart appVersion to `6.3.1-debian-9` ([17acca9](https://github.com/bitnami/charts/commit/17acca9950c61d5697c93184a48472ef257b9825))
+* elasticsearch: bump chart version to `1.0.6` ([3efa738](https://github.com/bitnami/charts/commit/3efa73867a03496f615f74ac051d15fa48466aff))
+* elasticsearch: update to `6.3.1-debian-9` ([425ee75](https://github.com/bitnami/charts/commit/425ee75a6caee4a1db715352826909b5b2ebc7fb))
## 1.0.5 (2018-06-20)
-* elasticsearch: bump chart appVersion to `6.3.0` ([1e04797](https://github.com/bitnami/charts/commit/1e04797))
-* elasticsearch: bump chart version to `1.0.5` ([252040e](https://github.com/bitnami/charts/commit/252040e))
-* elasticsearch: update to `6.3.0` ([01f3936](https://github.com/bitnami/charts/commit/01f3936))
+* elasticsearch: bump chart appVersion to `6.3.0` ([1e04797](https://github.com/bitnami/charts/commit/1e047971f70ba221e25c3f567eea573447e1d83a))
+* elasticsearch: bump chart version to `1.0.5` ([252040e](https://github.com/bitnami/charts/commit/252040e6acef04dad7399807625d45b9bf7c4154))
+* elasticsearch: update to `6.3.0` ([01f3936](https://github.com/bitnami/charts/commit/01f393612ec2ba4dca936b2d40e5833fd2ec2ff7))
## 1.0.4 (2018-06-14)
-* Bumping chart version ([19e934f](https://github.com/bitnami/charts/commit/19e934f))
-* Removing unnecessary configuration section from configuration file ([1b95423](https://github.com/bitnami/charts/commit/1b95423))
+* Bumping chart version ([19e934f](https://github.com/bitnami/charts/commit/19e934f1efc50338e3e7f81e0ce8c7dcdbf4cbbf))
+* Removing unnecessary configuration section from configuration file ([1b95423](https://github.com/bitnami/charts/commit/1b954230a699a0655990fdfc3a50496d55cc92ac))
## 1.0.3 (2018-06-14)
-* Adding missing space between key & value on ConfigMap ([392c788](https://github.com/bitnami/charts/commit/392c788))
-* Bumping chart version ([db57e6c](https://github.com/bitnami/charts/commit/db57e6c))
+* Adding missing space between key & value on ConfigMap ([392c788](https://github.com/bitnami/charts/commit/392c78852543ae83d71fae6ab1894e5f1c49e8e3))
+* Bumping chart version ([db57e6c](https://github.com/bitnami/charts/commit/db57e6cc8fbfa5c76936fa2317c21cbee13abf8c))
## 1.0.2 (2018-06-14)
-* Bumping chart version ([4cbb415](https://github.com/bitnami/charts/commit/4cbb415))
-* Fixing wron heapSize on data/master replicaSet/deployment & values-production.yaml indentation ([541ed31](https://github.com/bitnami/charts/commit/541ed31))
+* Bumping chart version ([4cbb415](https://github.com/bitnami/charts/commit/4cbb4154ce85f7ce7bbee2c8d1f9174a05c42558))
+* Fixing wron heapSize on data/master replicaSet/deployment & values-production.yaml indentation ([541ed31](https://github.com/bitnami/charts/commit/541ed313cfcb692aa77c59c8982cacb3db5c41e4))
## 1.0.1 (2018-06-14)
-* elasticsearch: bump chart version to `1.0.1` ([c1e6606](https://github.com/bitnami/charts/commit/c1e6606))
-* elasticsearch: update to `6.2.4` ([9b2c9da](https://github.com/bitnami/charts/commit/9b2c9da))
+* elasticsearch: bump chart version to `1.0.1` ([c1e6606](https://github.com/bitnami/charts/commit/c1e66060d3b440d03fb5a4bcb0205c1fae4c10ed))
+* elasticsearch: update to `6.2.4` ([9b2c9da](https://github.com/bitnami/charts/commit/9b2c9da7296774a1011c9decf7cfbc684130983e))
## 1.0.0 (2018-06-12)
-* ES deprectaed discovery plugin ([25752a0](https://github.com/bitnami/charts/commit/25752a0))
-* Fix ES helm chart testing issue using tag ([a6b113b](https://github.com/bitnami/charts/commit/a6b113b))
+* ES deprectaed discovery plugin ([25752a0](https://github.com/bitnami/charts/commit/25752a00dcdbf881d9535263d47ee50744ed0df6))
+* Fix ES helm chart testing issue using tag ([a6b113b](https://github.com/bitnami/charts/commit/a6b113be0c078171d6f9617ee51bc47e6112aad6))
## 0.1.7 (2018-06-04)
-* Fix consul, mysql and postgre helm chart testing issue using tag ([c491f5c](https://github.com/bitnami/charts/commit/c491f5c))
-* Remove typo ([9577a83](https://github.com/bitnami/charts/commit/9577a83))
-* Update Image PullPulicy and Tag ([f2d6346](https://github.com/bitnami/charts/commit/f2d6346))
+* Fix consul, mysql and postgre helm chart testing issue using tag ([c491f5c](https://github.com/bitnami/charts/commit/c491f5c6cc334db831815d4a18ada32f7b242cea))
+* Remove typo ([9577a83](https://github.com/bitnami/charts/commit/9577a83b9e928199569ceeb92a854a659365772d))
+* Update Image PullPulicy and Tag ([f2d6346](https://github.com/bitnami/charts/commit/f2d63460441b82414e9f8df05573fbdf14482f8b))
## 0.1.6 (2018-05-28)
-* ES Metrics svc is not taking into account metrics.service.type value ([a90d538](https://github.com/bitnami/charts/commit/a90d538))
-* Rbac default yes ([84ca841](https://github.com/bitnami/charts/commit/84ca841))
-* Using Bitnami Image for ES Exporter ([36cabe8](https://github.com/bitnami/charts/commit/36cabe8))
-* Version 6.2.3 needed becasue of K8s plugin ([e3cd27e](https://github.com/bitnami/charts/commit/e3cd27e))
+* ES Metrics svc is not taking into account metrics.service.type value ([a90d538](https://github.com/bitnami/charts/commit/a90d5386d666a2192aab190c6377165027292ada))
+* Rbac default yes ([84ca841](https://github.com/bitnami/charts/commit/84ca8419a479f0d8d455a98619332f20c7ce24b6))
+* Using Bitnami Image for ES Exporter ([36cabe8](https://github.com/bitnami/charts/commit/36cabe84726f75fde094c9f72a4b1c1ef6901b9a))
+* Version 6.2.3 needed becasue of K8s plugin ([e3cd27e](https://github.com/bitnami/charts/commit/e3cd27ef12c781951a41caf14f3088c08cae51ff))
## 0.1.5 (2018-05-04)
-* [bitnami/elasticsearch] update elasticsearch chart version ([fbc11d5](https://github.com/bitnami/charts/commit/fbc11d5))
-* Adding new Helpers functions + refactor ([b65e552](https://github.com/bitnami/charts/commit/b65e552))
-* Adding RBAC ([1d894d5](https://github.com/bitnami/charts/commit/1d894d5))
-* Create production-ready ES chart ([3851c18](https://github.com/bitnami/charts/commit/3851c18))
-* Disable RBAC by default ([6a10baa](https://github.com/bitnami/charts/commit/6a10baa))
-* Fix on Helpers ([2747c30](https://github.com/bitnami/charts/commit/2747c30))
-* Fix RBAC ([6886064](https://github.com/bitnami/charts/commit/6886064))
-* Fixing issue on values.yaml ([3de0b8d](https://github.com/bitnami/charts/commit/3de0b8d))
-* Improve NOTES.txt ([7a8187d](https://github.com/bitnami/charts/commit/7a8187d))
-* Improvements on README.md ([dcc80f9](https://github.com/bitnami/charts/commit/dcc80f9))
-* Rebase master ([3201590](https://github.com/bitnami/charts/commit/3201590))
-* Rebase Master ([2610e71](https://github.com/bitnami/charts/commit/2610e71))
-* Reverting changes on resources ([9f6d27a](https://github.com/bitnami/charts/commit/9f6d27a))
-* Update NOTES and README.md ([2dd8cf2](https://github.com/bitnami/charts/commit/2dd8cf2))
-* Using latest plugin version ([9f4b760](https://github.com/bitnami/charts/commit/9f4b760))
-* Using latest plugin version on values-production.yaml ([30f82e1](https://github.com/bitnami/charts/commit/30f82e1))
-* Using rolling tags ([e24c496](https://github.com/bitnami/charts/commit/e24c496))
+* [bitnami/elasticsearch] update elasticsearch chart version ([fbc11d5](https://github.com/bitnami/charts/commit/fbc11d5c8fbc0a5b00d039528ad3a51fae28c22f))
+* Adding new Helpers functions + refactor ([b65e552](https://github.com/bitnami/charts/commit/b65e552663ad39d1bbb7ec8100970fcf03c27509))
+* Adding RBAC ([1d894d5](https://github.com/bitnami/charts/commit/1d894d5b64807f81788afa883edd807f8e5921dd))
+* Create production-ready ES chart ([3851c18](https://github.com/bitnami/charts/commit/3851c189d95e83d077874152a4f898a04e9e8213))
+* Disable RBAC by default ([6a10baa](https://github.com/bitnami/charts/commit/6a10baaa9fc495c5fc3416458d6e049e200d0599))
+* Fix on Helpers ([2747c30](https://github.com/bitnami/charts/commit/2747c3096b1a757669b8668850545260c8290fb2))
+* Fix RBAC ([6886064](https://github.com/bitnami/charts/commit/68860649b0e752ad73e56821b769c10708864d90))
+* Fixing issue on values.yaml ([3de0b8d](https://github.com/bitnami/charts/commit/3de0b8d92bc849ef2229afe3aa64488d73d9656b))
+* Improve NOTES.txt ([7a8187d](https://github.com/bitnami/charts/commit/7a8187de647d9118bb8a827ef896efbef61ffefc))
+* Improvements on README.md ([dcc80f9](https://github.com/bitnami/charts/commit/dcc80f9888fbbcb27b3eb15242f872f312626734))
+* Rebase master ([3201590](https://github.com/bitnami/charts/commit/320159041c22fb3fab1134203a0accd149ba8484))
+* Rebase Master ([2610e71](https://github.com/bitnami/charts/commit/2610e7181a460d2c79419729e1549e7112c337d7))
+* Reverting changes on resources ([9f6d27a](https://github.com/bitnami/charts/commit/9f6d27aa189e5e91766483d5f4c9831b8f5da2b5))
+* Update NOTES and README.md ([2dd8cf2](https://github.com/bitnami/charts/commit/2dd8cf255a60c3871375b12e5fbd066e8de76b48))
+* Using latest plugin version ([9f4b760](https://github.com/bitnami/charts/commit/9f4b760322193962a9546bea7ff9861ee684dbe4))
+* Using latest plugin version on values-production.yaml ([30f82e1](https://github.com/bitnami/charts/commit/30f82e1ea68ba34ea5b5694ef15547f18024095d))
+* Using rolling tags ([e24c496](https://github.com/bitnami/charts/commit/e24c4969495c9c490b9c05117a744e89afa9e1a3))
## 0.1.4 (2018-04-13)
-* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57))
+* Documentation fixes ([fdbcc57](https://github.com/bitnami/charts/commit/fdbcc57a95af97bfa63c873432f7dc070c37f8c3))
## 0.1.3 (2018-04-13)
-* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120))
+* Rename charts folders ([5413120](https://github.com/bitnami/charts/commit/5413120bb281c0c531ed2cf431cb316dc356e977))
diff --git a/bitnami/elasticsearch/Chart.lock b/bitnami/elasticsearch/Chart.lock
index a5dd93d9eb7326..cd89ec5089bf45 100644
--- a/bitnami/elasticsearch/Chart.lock
+++ b/bitnami/elasticsearch/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: kibana
repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.0.8
+ version: 11.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.19.3
-digest: sha256:5872c76ce7d8ad8d5ee9ec7264298e67fa3cd6701c181f4f6cafa61ecadf4e59
-generated: "2024-05-21T13:37:17.983555431+02:00"
+ version: 2.20.0
+digest: sha256:bf548f1d8ae25b3d8fddc3519c4540e1f553e6e3ee6e8b595e67b912862d6c0c
+generated: "2024-06-05T18:16:22.38542732Z"
diff --git a/bitnami/elasticsearch/Chart.yaml b/bitnami/elasticsearch/Chart.yaml
index 1c214edbc1b1ab..450bfa0f17aa2e 100644
--- a/bitnami/elasticsearch/Chart.yaml
+++ b/bitnami/elasticsearch/Chart.yaml
@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: elasticsearch
- image: docker.io/bitnami/elasticsearch:8.13.4-debian-12-r0
+ image: docker.io/bitnami/elasticsearch:8.14.0-debian-12-r0
- name: elasticsearch-exporter
- image: docker.io/bitnami/elasticsearch-exporter:1.7.0-debian-12-r25
+ image: docker.io/bitnami/elasticsearch-exporter:1.7.0-debian-12-r26
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r21
+ image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
-appVersion: 8.13.4
+appVersion: 8.14.0
dependencies:
- condition: global.kibanaEnabled
name: kibana
@@ -34,4 +34,4 @@ maintainers:
name: elasticsearch
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
-version: 21.1.0
+version: 21.1.3
diff --git a/bitnami/elasticsearch/values.yaml b/bitnami/elasticsearch/values.yaml
index 4c19784f07abeb..5f2dbb70a7c5f3 100644
--- a/bitnami/elasticsearch/values.yaml
+++ b/bitnami/elasticsearch/values.yaml
@@ -194,7 +194,7 @@ useIstioLabels: true
image:
registry: docker.io
repository: bitnami/elasticsearch
- tag: 8.13.4-debian-12-r0
+ tag: 8.14.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2160,7 +2160,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/elasticsearch-exporter
- tag: 1.7.0-debian-12-r25
+ tag: 1.7.0-debian-12-r26
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -2590,7 +2590,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r21
+ tag: 12-debian-12-r22
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -2637,7 +2637,7 @@ sysctlImage:
##
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r21
+ tag: 12-debian-12-r22
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
diff --git a/bitnami/etcd/CHANGELOG.md b/bitnami/etcd/CHANGELOG.md
index b4ddd7a7a2e530..cd2c1055bfa500 100644
--- a/bitnami/etcd/CHANGELOG.md
+++ b/bitnami/etcd/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 10.1.4 (2024-06-05)
+## 10.2.0 (2024-06-05)
-* [bitnami/etcd] Release 10.1.4 ([#26723](https://github.com/bitnami/charts/pull/26723))
+* [bitnami/etcd] Non-manual chart upgrades ([#25655](https://github.com/bitnami/charts/pull/25655))
+
+## 10.1.4 (2024-06-05)
+
+* [bitnami/etcd] Release 10.1.4 (#26723) ([21a4c55](https://github.com/bitnami/charts/commit/21a4c55475238e7e2cccc922b0b5463aba26fefd)), closes [#26723](https://github.com/bitnami/charts/issues/26723)
## 10.1.3 (2024-06-04)
diff --git a/bitnami/etcd/Chart.yaml b/bitnami/etcd/Chart.yaml
index 8c839402c392e7..0d3ef656eecdf2 100644
--- a/bitnami/etcd/Chart.yaml
+++ b/bitnami/etcd/Chart.yaml
@@ -32,4 +32,4 @@ maintainers:
name: etcd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/etcd
-version: 10.1.4
+version: 10.2.0
diff --git a/bitnami/etcd/templates/NOTES.txt b/bitnami/etcd/templates/NOTES.txt
index ac39a809205437..ecd6212656746e 100644
--- a/bitnami/etcd/templates/NOTES.txt
+++ b/bitnami/etcd/templates/NOTES.txt
@@ -109,13 +109,5 @@ To connect to your etcd server from outside the cluster execute the following co
{{- include "common.warnings.rollingTag" .Values.image }}
{{- include "common.warnings.rollingTag" .Values.volumePermissions.image }}
{{- include "etcd.validateValues" . }}
-{{- $requiredPassword := list -}}
-{{- $secretName := include "etcd.secretName" . -}}
-{{- if and (or .Values.auth.rbac.create .Values.auth.rbac.enabled) (not .Values.auth.rbac.existingSecret) -}}
- {{- $requiredEtcdPassword := dict "valueKey" "auth.rbac.rootPassword" "secret" $secretName "field" "etcd-root-password" -}}
- {{- $requiredPassword = append $requiredPassword $requiredEtcdPassword -}}
-{{- end -}}
-{{- $requiredEtcdPasswordErrors := include "common.validations.values.multiple.empty" (dict "required" $requiredPassword "context" $) -}}
-{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" (list $requiredEtcdPasswordErrors) "context" $) -}}
{{- include "common.warnings.resources" (dict "sections" (list "disasterRecovery.cronjob" "" "volumePermissions") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image) "context" $) }}
\ No newline at end of file
diff --git a/bitnami/etcd/templates/secrets.yaml b/bitnami/etcd/templates/secrets.yaml
index 2669ff93a1a61e..00bb06d30900cd 100644
--- a/bitnami/etcd/templates/secrets.yaml
+++ b/bitnami/etcd/templates/secrets.yaml
@@ -16,9 +16,5 @@ metadata:
{{- end }}
type: Opaque
data:
- {{- if .Values.auth.rbac.rootPassword }}
- etcd-root-password: {{ .Values.auth.rbac.rootPassword | b64enc | quote }}
- {{- else }}
- etcd-root-password: {{ randAlphaNum 10 | b64enc | quote }}
- {{- end }}
+ etcd-root-password: {{ include "common.secrets.passwords.manage" (dict "secret" (include "common.names.fullname" .) "key" "etcd-root-password" "providedValues" (list "auth.rbac.rootPassword") "context" $) }}
{{- end }}
diff --git a/bitnami/flux/CHANGELOG.md b/bitnami/flux/CHANGELOG.md
index e13d5d8b2226e1..177ed1176085e7 100644
--- a/bitnami/flux/CHANGELOG.md
+++ b/bitnami/flux/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 2.3.2 (2024-06-05)
+## 2.3.3 (2024-06-05)
-* [bitnami/flux] Release 2.3.2 ([#26725](https://github.com/bitnami/charts/pull/26725))
+* [bitnami/flux] Align PodDisruptionBudgets with templates ([#26694](https://github.com/bitnami/charts/pull/26694))
+
+## 2.3.2 (2024-06-05)
+
+* [bitnami/flux] Release 2.3.2 (#26725) ([53a66af](https://github.com/bitnami/charts/commit/53a66af5a59dbbd365c4d458f1ad5a95a62e5266)), closes [#26725](https://github.com/bitnami/charts/issues/26725)
## 2.3.1 (2024-06-04)
diff --git a/bitnami/flux/Chart.yaml b/bitnami/flux/Chart.yaml
index aa137bf179283b..99d8de32256fd3 100644
--- a/bitnami/flux/Chart.yaml
+++ b/bitnami/flux/Chart.yaml
@@ -43,4 +43,4 @@ maintainers:
name: flux
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/flux
-version: 2.3.2
+version: 2.3.3
diff --git a/bitnami/flux/README.md b/bitnami/flux/README.md
index f2358167d8ddfb..a3129a3f5c03a0 100644
--- a/bitnami/flux/README.md
+++ b/bitnami/flux/README.md
@@ -139,7 +139,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `kustomizeController.podAffinityPreset` | Pod affinity preset. Ignored if `kustomizeController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `kustomizeController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `kustomizeController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `kustomizeController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
-| `kustomizeController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `kustomizeController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `kustomizeController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `kustomizeController.autoscaling.enabled` | Enable autoscaling for kustomizeController | `false` |
| `kustomizeController.autoscaling.minReplicas` | Minimum number of kustomizeController replicas | `""` |
@@ -276,7 +276,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `helmController.podAffinityPreset` | Pod affinity preset. Ignored if `helmController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `helmController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `helmController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `helmController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
-| `helmController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `helmController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `helmController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `helmController.autoscaling.enabled` | Enable autoscaling for helmController | `false` |
| `helmController.autoscaling.minReplicas` | Minimum number of helmController replicas | `""` |
@@ -414,7 +414,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `sourceController.podAffinityPreset` | Pod affinity preset. Ignored if `sourceController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `sourceController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `sourceController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `sourceController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
-| `sourceController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `sourceController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `sourceController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `sourceController.autoscaling.enabled` | Enable autoscaling for sourceController | `false` |
| `sourceController.autoscaling.minReplicas` | Minimum number of sourceController replicas | `""` |
@@ -584,7 +584,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `notificationController.podAffinityPreset` | Pod affinity preset. Ignored if `notificationController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `notificationController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `notificationController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `notificationController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
-| `notificationController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `notificationController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `notificationController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `notificationController.autoscaling.enabled` | Enable autoscaling for notificationController | `false` |
| `notificationController.autoscaling.minReplicas` | Minimum number of notificationController replicas | `""` |
@@ -748,7 +748,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `imageAutomationController.podAffinityPreset` | Pod affinity preset. Ignored if `imageAutomationController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `imageAutomationController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `imageAutomationController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `imageAutomationController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
-| `imageAutomationController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `imageAutomationController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `imageAutomationController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `imageAutomationController.autoscaling.enabled` | Enable autoscaling for imageAutomationController | `false` |
| `imageAutomationController.autoscaling.minReplicas` | Minimum number of imageAutomationController replicas | `""` |
@@ -885,7 +885,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `imageReflectorController.podAffinityPreset` | Pod affinity preset. Ignored if `imageReflectorController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `imageReflectorController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `imageReflectorController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `imageReflectorController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
-| `imageReflectorController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `imageReflectorController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `imageReflectorController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `imageReflectorController.autoscaling.enabled` | Enable autoscaling for imageReflectorController | `false` |
| `imageReflectorController.autoscaling.minReplicas` | Minimum number of imageReflectorController replicas | `""` |
diff --git a/bitnami/flux/templates/helm-controller/pdb.yaml b/bitnami/flux/templates/helm-controller/pdb.yaml
index 3f4d6fc06ff880..e245e52157009e 100644
--- a/bitnami/flux/templates/helm-controller/pdb.yaml
+++ b/bitnami/flux/templates/helm-controller/pdb.yaml
@@ -21,8 +21,8 @@ spec:
{{- if .Values.helmController.pdb.minAvailable }}
minAvailable: {{ .Values.helmController.pdb.minAvailable }}
{{- end }}
- {{- if .Values.helmController.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.helmController.pdb.maxUnavailable }}
+ {{- if or .Values.helmController.pdb.maxUnavailable ( not .Values.helmController.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.helmController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.helmController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/flux/templates/image-automation-controller/pdb.yaml b/bitnami/flux/templates/image-automation-controller/pdb.yaml
index a388c67b9425f7..b00edb637eeb1c 100644
--- a/bitnami/flux/templates/image-automation-controller/pdb.yaml
+++ b/bitnami/flux/templates/image-automation-controller/pdb.yaml
@@ -21,8 +21,8 @@ spec:
{{- if .Values.imageAutomationController.pdb.minAvailable }}
minAvailable: {{ .Values.imageAutomationController.pdb.minAvailable }}
{{- end }}
- {{- if .Values.imageAutomationController.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.imageAutomationController.pdb.maxUnavailable }}
+ {{- if or .Values.imageAutomationController.pdb.maxUnavailable ( not .Values.imageAutomationController.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.imageAutomationController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.imageAutomationController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/flux/templates/image-reflector-controller/pdb.yaml b/bitnami/flux/templates/image-reflector-controller/pdb.yaml
index 2638045ca57461..d042bf5d94a3cb 100644
--- a/bitnami/flux/templates/image-reflector-controller/pdb.yaml
+++ b/bitnami/flux/templates/image-reflector-controller/pdb.yaml
@@ -21,8 +21,8 @@ spec:
{{- if .Values.imageReflectorController.pdb.minAvailable }}
minAvailable: {{ .Values.imageReflectorController.pdb.minAvailable }}
{{- end }}
- {{- if .Values.imageReflectorController.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.imageReflectorController.pdb.maxUnavailable }}
+ {{- if or .Values.imageReflectorController.pdb.maxUnavailable ( not .Values.imageReflectorController.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.imageReflectorController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.imageReflectorController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/flux/templates/kustomize-controller/pdb.yaml b/bitnami/flux/templates/kustomize-controller/pdb.yaml
index 2c99261af3a7a9..7d3a2e1a1cbc4e 100644
--- a/bitnami/flux/templates/kustomize-controller/pdb.yaml
+++ b/bitnami/flux/templates/kustomize-controller/pdb.yaml
@@ -21,8 +21,8 @@ spec:
{{- if .Values.kustomizeController.pdb.minAvailable }}
minAvailable: {{ .Values.kustomizeController.pdb.minAvailable }}
{{- end }}
- {{- if .Values.kustomizeController.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.kustomizeController.pdb.maxUnavailable }}
+ {{- if or .Values.kustomizeController.pdb.maxUnavailable ( not .Values.kustomizeController.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.kustomizeController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.kustomizeController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/flux/templates/notification-controller/pdb.yaml b/bitnami/flux/templates/notification-controller/pdb.yaml
index 9322f969c578fc..c68544344337fb 100644
--- a/bitnami/flux/templates/notification-controller/pdb.yaml
+++ b/bitnami/flux/templates/notification-controller/pdb.yaml
@@ -21,8 +21,8 @@ spec:
{{- if .Values.notificationController.pdb.minAvailable }}
minAvailable: {{ .Values.notificationController.pdb.minAvailable }}
{{- end }}
- {{- if .Values.notificationController.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.notificationController.pdb.maxUnavailable }}
+ {{- if or .Values.notificationController.pdb.maxUnavailable ( not .Values.notificationController.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.notificationController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.notificationController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/flux/templates/source-controller/pdb.yaml b/bitnami/flux/templates/source-controller/pdb.yaml
index a16fc0269fba95..9c208ae880f18c 100644
--- a/bitnami/flux/templates/source-controller/pdb.yaml
+++ b/bitnami/flux/templates/source-controller/pdb.yaml
@@ -21,8 +21,8 @@ spec:
{{- if .Values.sourceController.pdb.minAvailable }}
minAvailable: {{ .Values.sourceController.pdb.minAvailable }}
{{- end }}
- {{- if .Values.sourceController.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.sourceController.pdb.maxUnavailable }}
+ {{- if or .Values.sourceController.pdb.maxUnavailable ( not .Values.sourceController.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.sourceController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.sourceController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/flux/values.yaml b/bitnami/flux/values.yaml
index 1f6b2f4c133533..f122e0930611f4 100644
--- a/bitnami/flux/values.yaml
+++ b/bitnami/flux/values.yaml
@@ -326,7 +326,7 @@ kustomizeController:
##
pdb:
create: true
- minAvailable: 1
+ minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
@@ -841,7 +841,7 @@ helmController:
##
pdb:
create: true
- minAvailable: 1
+ minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
@@ -1358,7 +1358,7 @@ sourceController:
##
pdb:
create: true
- minAvailable: 1
+ minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
@@ -1974,7 +1974,7 @@ notificationController:
##
pdb:
create: true
- minAvailable: 1
+ minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
@@ -2597,7 +2597,7 @@ imageAutomationController:
##
pdb:
create: true
- minAvailable: 1
+ minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
@@ -3112,7 +3112,7 @@ imageReflectorController:
##
pdb:
create: true
- minAvailable: 1
+ minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
diff --git a/bitnami/ghost/CHANGELOG.md b/bitnami/ghost/CHANGELOG.md
index e73c3d98f5ac2a..85a27b13f5f29b 100644
--- a/bitnami/ghost/CHANGELOG.md
+++ b/bitnami/ghost/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 21.1.1 (2024-05-31)
+## 21.1.3 (2024-06-05)
-* [bitnami/ghost] Release 21.1.1 ([#26586](https://github.com/bitnami/charts/pull/26586))
+* [bitnami/ghost] Bump chart version ([#26829](https://github.com/bitnami/charts/pull/26829))
+
+## 21.1.2 (2024-06-05)
+
+* [bitnami/ghost] Bump chart version (#26771) ([c85becd](https://github.com/bitnami/charts/commit/c85becdce07330cc5cdc2a118876dee68beaf1c6)), closes [#26771](https://github.com/bitnami/charts/issues/26771)
+
+## 21.1.1 (2024-05-31)
+
+* [bitnami/ghost] Release 21.1.1 (#26586) ([7a5a451](https://github.com/bitnami/charts/commit/7a5a4513e0eac2f7606938e759167de0a5f46fd2)), closes [#26586](https://github.com/bitnami/charts/issues/26586)
## 21.1.0 (2024-05-29)
diff --git a/bitnami/ghost/Chart.lock b/bitnami/ghost/Chart.lock
index fc7f7b69661033..de3664a481a861 100644
--- a/bitnami/ghost/Chart.lock
+++ b/bitnami/ghost/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.1.0
+ version: 11.1.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:f5628ce27519372087bd5b5363f7e5648ac8ab613f997f662d7e67b9da1abe50
-generated: "2024-05-31T18:21:47.823905452Z"
+digest: sha256:43dfa4edf19ed8f55ce33a8a1eb0f80a3bd773608315dbd8508aa3fc2f22f5d6
+generated: "2024-06-05T15:02:59.70803+02:00"
diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml
index b8f955cb48ed62..6a9a827f46da30 100644
--- a/bitnami/ghost/Chart.yaml
+++ b/bitnami/ghost/Chart.yaml
@@ -12,32 +12,32 @@ annotations:
apiVersion: v2
appVersion: 5.83.0
dependencies:
-- condition: mysql.enabled
- name: mysql
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - ghost-database
- version: 11.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mysql.enabled
+ name: mysql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - ghost-database
+ version: 11.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Ghost is an open source publishing platform designed to create blogs, magazines, and news sites. It includes a simple markdown editor with preview, theming, and SEO built-in to simplify editing.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/ghost/img/ghost-stack-220x234.png
keywords:
-- ghost
-- blog
-- http
-- web
-- application
-- nodejs
-- javascript
+ - ghost
+ - blog
+ - http
+ - web
+ - application
+ - nodejs
+ - javascript
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: ghost
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/ghost
-version: 21.1.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/ghost
+version: 21.1.3
diff --git a/bitnami/gitea/CHANGELOG.md b/bitnami/gitea/CHANGELOG.md
index 30b8b73960c338..0c518ebcf9e6e7 100644
--- a/bitnami/gitea/CHANGELOG.md
+++ b/bitnami/gitea/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 2.3.1 (2024-06-05)
+## 2.3.3 (2024-06-05)
-* [bitnami/gitea] Release 2.3.1 ([#26727](https://github.com/bitnami/charts/pull/26727))
+* [bitnami/gitea] Bump chart version ([#26830](https://github.com/bitnami/charts/pull/26830))
+
+## 2.3.2 (2024-06-05)
+
+* [bitnami/gitea] Bump chart version (#26772) ([9cf1e1c](https://github.com/bitnami/charts/commit/9cf1e1cebc78b6a7ed5e304ca0bacb5c01f0a40c)), closes [#26772](https://github.com/bitnami/charts/issues/26772)
+
+## 2.3.1 (2024-06-05)
+
+* [bitnami/gitea] Release 2.3.1 (#26727) ([05a43bd](https://github.com/bitnami/charts/commit/05a43bd2116fefd64e7796ea9036bfb99ba0983c)), closes [#26727](https://github.com/bitnami/charts/issues/26727)
## 2.3.0 (2024-06-03)
diff --git a/bitnami/gitea/Chart.yaml b/bitnami/gitea/Chart.yaml
index 631520c55eff54..30dd797d62f20b 100644
--- a/bitnami/gitea/Chart.yaml
+++ b/bitnami/gitea/Chart.yaml
@@ -12,29 +12,29 @@ annotations:
apiVersion: v2
appVersion: 1.22.0
dependencies:
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Gitea is a lightweight code hosting solution. Written in Go, features low resource consumption, easy upgrades and multiple databases.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/gitea/img/gitea-stack-220x234.png
keywords:
-- gitea
-- analytics
-- http
-- web
-- application
-- php
+ - gitea
+ - analytics
+ - http
+ - web
+ - application
+ - php
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: gitea
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/gitea
-version: 2.3.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/gitea
+version: 2.3.3
diff --git a/bitnami/grafana-loki/CHANGELOG.md b/bitnami/grafana-loki/CHANGELOG.md
index 4c57959f8e5fb7..0544793667219d 100644
--- a/bitnami/grafana-loki/CHANGELOG.md
+++ b/bitnami/grafana-loki/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 4.5.2 (2024-06-05)
+## 4.5.4 (2024-06-05)
-* [bitnami/grafana-loki] Release 4.5.2 ([#26732](https://github.com/bitnami/charts/pull/26732))
+* [bitnami/grafana-loki] Bump chart version ([#26831](https://github.com/bitnami/charts/pull/26831))
+
+## 4.5.3 (2024-06-05)
+
+* [bitnami/grafana-loki] Bump chart version (#26773) ([ba92179](https://github.com/bitnami/charts/commit/ba92179375b1b68a9751c463e3ba58dceb485aee)), closes [#26773](https://github.com/bitnami/charts/issues/26773)
+
+## 4.5.2 (2024-06-05)
+
+* [bitnami/grafana-loki] Release 4.5.2 (#26732) ([b7caa72](https://github.com/bitnami/charts/commit/b7caa72f037078e277c3a7970301852f057f85c7)), closes [#26732](https://github.com/bitnami/charts/issues/26732)
## 4.5.1 (2024-06-03)
diff --git a/bitnami/grafana-loki/Chart.yaml b/bitnami/grafana-loki/Chart.yaml
index da4a9c5ca09fcd..8fe370f59c533b 100644
--- a/bitnami/grafana-loki/Chart.yaml
+++ b/bitnami/grafana-loki/Chart.yaml
@@ -16,43 +16,43 @@ annotations:
apiVersion: v2
appVersion: 3.0.0
dependencies:
-- alias: memcachedchunks
- condition: memcachedchunks.enabled
- name: memcached
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.x.x
-- alias: memcachedfrontend
- condition: memcachedfrontend.enabled
- name: memcached
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.x.x
-- alias: memcachedindexqueries
- condition: memcachedindexqueries.enabled
- name: memcached
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.x.x
-- alias: memcachedindexwrites
- condition: memcachedindexwrites.enabled
- name: memcached
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - alias: memcachedchunks
+ condition: memcachedchunks.enabled
+ name: memcached
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 7.x.x
+ - alias: memcachedfrontend
+ condition: memcachedfrontend.enabled
+ name: memcached
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 7.x.x
+ - alias: memcachedindexqueries
+ condition: memcachedindexqueries.enabled
+ name: memcached
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 7.x.x
+ - alias: memcachedindexwrites
+ condition: memcachedindexwrites.enabled
+ name: memcached
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 7.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Grafana Loki is a horizontally scalable, highly available, and multi-tenant log aggregation system. It provides real-time long tailing and full persistence to object storage.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/grafana-loki/img/grafana-loki-stack-220x234.png
keywords:
-- grafana
-- tracing
-- metrics
-- infrastructure
+ - grafana
+ - tracing
+ - metrics
+ - infrastructure
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: grafana-loki
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/grafana-loki
-version: 4.5.2
+ - https://github.com/bitnami/charts/tree/main/bitnami/grafana-loki
+version: 4.5.4
diff --git a/bitnami/grafana-mimir/CHANGELOG.md b/bitnami/grafana-mimir/CHANGELOG.md
index 689c0c0092fd00..e5526a8dbfb236 100644
--- a/bitnami/grafana-mimir/CHANGELOG.md
+++ b/bitnami/grafana-mimir/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 1.1.2 (2024-06-05)
+## 1.1.4 (2024-06-05)
-* [bitnami/grafana-mimir] Release 1.1.2 ([#26731](https://github.com/bitnami/charts/pull/26731))
+* [bitnami/grafana-mimir] Bump chart version ([#26832](https://github.com/bitnami/charts/pull/26832))
+
+## 1.1.3 (2024-06-05)
+
+* [bitnami/grafana-mimir] Bump chart version (#26774) ([ec0b18c](https://github.com/bitnami/charts/commit/ec0b18c968060db292a7c3abe4b658005e16e002)), closes [#26774](https://github.com/bitnami/charts/issues/26774)
+
+## 1.1.2 (2024-06-05)
+
+* [bitnami/grafana-mimir] Release 1.1.2 (#26731) ([db18447](https://github.com/bitnami/charts/commit/db18447898bafcfaf031c4d04940b9cdca29c4f6)), closes [#26731](https://github.com/bitnami/charts/issues/26731)
## 1.1.1 (2024-05-23)
diff --git a/bitnami/grafana-mimir/Chart.yaml b/bitnami/grafana-mimir/Chart.yaml
index ed4d99a0b12137..54a5c69db5c013 100644
--- a/bitnami/grafana-mimir/Chart.yaml
+++ b/bitnami/grafana-mimir/Chart.yaml
@@ -16,47 +16,47 @@ annotations:
apiVersion: v2
appVersion: 2.12.0
dependencies:
-- condition: minio.enabled
- name: minio
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.x.x
-- alias: memcachedmetadata
- condition: memcachedmetadata.enabled
- name: memcached
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.x.x
-- alias: memcachedindex
- condition: memcachedindex.enabled
- name: memcached
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.x.x
-- alias: memcachedfrontend
- condition: memcachedfrontend.enabled
- name: memcached
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.x.x
-- alias: memcachedchunks
- condition: memcachedchunks.enabled
- name: memcached
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: minio.enabled
+ name: minio
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 14.x.x
+ - alias: memcachedmetadata
+ condition: memcachedmetadata.enabled
+ name: memcached
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 7.x.x
+ - alias: memcachedindex
+ condition: memcachedindex.enabled
+ name: memcached
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 7.x.x
+ - alias: memcachedfrontend
+ condition: memcachedfrontend.enabled
+ name: memcached
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 7.x.x
+ - alias: memcachedchunks
+ condition: memcachedchunks.enabled
+ name: memcached
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 7.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Grafana Mimir is an open source, horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/grafana-mimir/img/grafana-mimir-stack-220x234.png
keywords:
-- grafana
-- tracing
-- metrics
-- infrastructure
+ - grafana
+ - tracing
+ - metrics
+ - infrastructure
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: grafana-mimir
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/grafana-mimir
-version: 1.1.2
+ - https://github.com/bitnami/charts/tree/main/bitnami/grafana-mimir
+version: 1.1.4
diff --git a/bitnami/grafana-operator/CHANGELOG.md b/bitnami/grafana-operator/CHANGELOG.md
index 4c7b7a6d0b06b0..53efac364749cd 100644
--- a/bitnami/grafana-operator/CHANGELOG.md
+++ b/bitnami/grafana-operator/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 4.4.3 (2024-06-05)
+## 4.4.4 (2024-06-05)
-* [bitnami/grafana-operator] Release 4.4.3 ([#26729](https://github.com/bitnami/charts/pull/26729))
+* [bitnami/grafana-operator] Update content of grafanacontactpoints.integreatly.org.yaml ([#26871](https://github.com/bitnami/charts/pull/26871))
+
+## 4.4.3 (2024-06-05)
+
+* [bitnami/grafana-operator] Release 4.4.3 (#26729) ([2006fd0](https://github.com/bitnami/charts/commit/2006fd01f9161764e60efe7b79aa5f4dce7c9409)), closes [#26729](https://github.com/bitnami/charts/issues/26729)
## 4.4.2 (2024-06-04)
diff --git a/bitnami/grafana-operator/Chart.yaml b/bitnami/grafana-operator/Chart.yaml
index 5db84c1bf7ad74..08c2335a97034d 100644
--- a/bitnami/grafana-operator/Chart.yaml
+++ b/bitnami/grafana-operator/Chart.yaml
@@ -30,4 +30,4 @@ maintainers:
name: grafana-operator
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-operator
-version: 4.4.3
+version: 4.4.4
diff --git a/bitnami/grafana-operator/crds/grafanacontactpoints.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanacontactpoints.integreatly.org.yaml
index 1889bf0393f65e..cb73a1b7f06a80 100644
--- a/bitnami/grafana-operator/crds/grafanacontactpoints.integreatly.org.yaml
+++ b/bitnami/grafana-operator/crds/grafanacontactpoints.integreatly.org.yaml
@@ -1,4 +1,4 @@
-# Source: https://raw.githubusercontent.com/grafana/grafana-operator/v{version}/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafanaalertrulegroups.yaml
+# Source: https://raw.githubusercontent.com/grafana/grafana-operator/v{version}/deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafanacontactpoints.yaml
# Version: 5.9.2
---
apiVersion: apiextensions.k8s.io/v1
@@ -6,14 +6,14 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
- name: grafanaalertrulegroups.grafana.integreatly.org
+ name: grafanacontactpoints.grafana.integreatly.org
spec:
group: grafana.integreatly.org
names:
- kind: GrafanaAlertRuleGroup
- listKind: GrafanaAlertRuleGroupList
- plural: grafanaalertrulegroups
- singular: grafanaalertrulegroup
+ kind: GrafanaContactPoint
+ listKind: GrafanaContactPointList
+ plural: grafanacontactpoints
+ singular: grafanacontactpoint
scope: Namespaced
versions:
- name: v1beta1
@@ -30,10 +30,8 @@ spec:
properties:
allowCrossNamespaceImport:
type: boolean
- folderRef:
- type: string
- folderUID:
- type: string
+ disableResolveMessage:
+ type: boolean
instanceSelector:
properties:
matchExpressions:
@@ -63,118 +61,45 @@ spec:
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
- interval:
- format: duration
- pattern: ^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$
+ name:
type: string
resyncPeriod:
default: 10m
format: duration
pattern: ^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$
type: string
- rules:
- items:
- properties:
- annotations:
- additionalProperties:
- type: string
- type: object
- condition:
- type: string
- data:
- items:
- properties:
- datasourceUid:
- type: string
- model:
- x-kubernetes-preserve-unknown-fields: true
- queryType:
- type: string
- refId:
- type: string
- relativeTimeRange:
- properties:
- from:
- format: int64
- type: integer
- to:
- format: int64
- type: integer
- type: object
- type: object
- type: array
- execErrState:
- enum:
- - OK
- - Alerting
- - Error
- - KeepLast
- type: string
- for:
- format: duration
- pattern: ^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$
- type: string
- isPaused:
- type: boolean
- labels:
- additionalProperties:
- type: string
- type: object
- noDataState:
- enum:
- - Alerting
- - NoData
- - OK
- - KeepLast
- type: string
- notificationSettings:
- properties:
- group_by:
- items:
- type: string
- type: array
- group_interval:
- type: string
- group_wait:
- type: string
- mute_time_intervals:
- items:
- type: string
- type: array
- receiver:
- type: string
- repeat_interval:
- type: string
- required:
- - receiver
- type: object
- title:
- example: Always firing
- maxLength: 190
- minLength: 1
- type: string
- uid:
- pattern: ^[a-zA-Z0-9-_]+$
- type: string
- required:
- - condition
- - data
- - execErrState
- - for
- - noDataState
- - title
- - uid
- type: object
- type: array
+ settings:
+ x-kubernetes-preserve-unknown-fields: true
+ type:
+ enum:
+ - alertmanager
+ - prometheus-alertmanager
+ - dingding
+ - discord
+ - email
+ - googlechat
+ - kafka
+ - line
+ - opsgenie
+ - pagerduty
+ - pushover
+ - sensugo
+ - sensu
+ - slack
+ - teams
+ - telegram
+ - threema
+ - victorops
+ - webhook
+ - wecom
+ - hipchat
+ - oncall
+ type: string
required:
- instanceSelector
- - interval
- - rules
+ - name
+ - settings
type: object
- x-kubernetes-validations:
- - message: Only one of FolderUID or FolderRef can be set
- rule: (has(self.folderUID) && !(has(self.folderRef))) || (has(self.folderRef)
- && !(has(self.folderUID)))
status:
properties:
conditions:
diff --git a/bitnami/grafana-tempo/CHANGELOG.md b/bitnami/grafana-tempo/CHANGELOG.md
index 9afe693b731eac..f7eec571ddd1ff 100644
--- a/bitnami/grafana-tempo/CHANGELOG.md
+++ b/bitnami/grafana-tempo/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 3.5.0 (2024-05-28)
+## 3.5.2 (2024-06-05)
-* [bitnami/grafana-tempo] Enable PodDisruptionBudgets ([#26484](https://github.com/bitnami/charts/pull/26484))
+* [bitnami/grafana-tempo] Bump chart version ([#26833](https://github.com/bitnami/charts/pull/26833))
+
+## 3.5.1 (2024-06-05)
+
+* [bitnami/grafana-tempo] Bump chart version (#26775) ([39ce37d](https://github.com/bitnami/charts/commit/39ce37d01180666c368ebb05c5c90b7327376af8)), closes [#26775](https://github.com/bitnami/charts/issues/26775)
+
+## 3.5.0 (2024-05-29)
+
+* [bitnami/grafana-tempo] Enable PodDisruptionBudgets (#26484) ([d637d7c](https://github.com/bitnami/charts/commit/d637d7c723a58b7426721a549b8a81625e7b110a)), closes [#26484](https://github.com/bitnami/charts/issues/26484)
## 3.4.1 (2024-05-23)
diff --git a/bitnami/grafana-tempo/Chart.lock b/bitnami/grafana-tempo/Chart.lock
index 6578f89bd51c69..acdd3c7a56d224 100644
--- a/bitnami/grafana-tempo/Chart.lock
+++ b/bitnami/grafana-tempo/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.4.1
+ version: 7.4.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:a0552717cf259a1f11729688d45d211b1fc78f21cb6f2f8dd3792c3ab67a8788
-generated: "2024-05-22T13:37:33.641734+02:00"
+digest: sha256:749605625e006a955e63f07733c5bb66f33139153c40c554f8f9a2631d31a6c4
+generated: "2024-06-05T15:03:31.465939+02:00"
diff --git a/bitnami/grafana-tempo/Chart.yaml b/bitnami/grafana-tempo/Chart.yaml
index 6306043e265915..a5f63fe653f40c 100644
--- a/bitnami/grafana-tempo/Chart.yaml
+++ b/bitnami/grafana-tempo/Chart.yaml
@@ -16,27 +16,27 @@ annotations:
apiVersion: v2
appVersion: 2.4.2
dependencies:
-- condition: memcached.enabled
- name: memcached
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: memcached.enabled
+ name: memcached
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 7.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Grafana Tempo is a distributed tracing system that has out-of-the-box integration with Grafana. It is highly scalable and works with many popular tracing protocols.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/grafana-tempo/img/grafana-tempo-stack-220x234.png
keywords:
-- grafana
-- tracing
-- metrics
-- infrastructure
+ - grafana
+ - tracing
+ - metrics
+ - infrastructure
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: grafana-tempo
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/grafana-tempo
-version: 3.5.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/grafana-tempo
+version: 3.5.2
diff --git a/bitnami/haproxy/CHANGELOG.md b/bitnami/haproxy/CHANGELOG.md
index 27436b9ccd871c..b86e6bbb9d2889 100644
--- a/bitnami/haproxy/CHANGELOG.md
+++ b/bitnami/haproxy/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 1.3.2 (2024-06-05)
+## 2.0.0 (2024-06-05)
-* [bitnami/haproxy] Release 1.3.2 ([#26728](https://github.com/bitnami/charts/pull/26728))
+* [bitnami/haproxy] Release 2.0.0 ([#26812](https://github.com/bitnami/charts/pull/26812))
+
+## 1.4.0 (2024-06-05)
+
+* [bitnami/haproxy] Enable PodDisruptionBudgets (#26696) ([ba21fce](https://github.com/bitnami/charts/commit/ba21fcee507ce2cbf27c078b0d617ecbdfec98ff)), closes [#26696](https://github.com/bitnami/charts/issues/26696)
+
+## 1.3.2 (2024-06-05)
+
+* [bitnami/haproxy] Release 1.3.2 (#26728) ([460da70](https://github.com/bitnami/charts/commit/460da705601a4877312e4bda9c4f9ec6d861e2ab)), closes [#26728](https://github.com/bitnami/charts/issues/26728)
## 1.3.1 (2024-06-04)
diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml
index 3b416b37d2185c..e3eab3441128ef 100644
--- a/bitnami/haproxy/Chart.yaml
+++ b/bitnami/haproxy/Chart.yaml
@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: haproxy
- image: docker.io/bitnami/haproxy:2.9.7-debian-12-r7
+ image: docker.io/bitnami/haproxy:3.0.0-debian-12-r0
apiVersion: v2
-appVersion: 2.9.7
+appVersion: 3.0.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -28,4 +28,4 @@ maintainers:
name: haproxy
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/haproxy
-version: 1.3.2
+version: 2.0.0
diff --git a/bitnami/haproxy/README.md b/bitnami/haproxy/README.md
index 7503c6adddba18..f6f4e95528be40 100644
--- a/bitnami/haproxy/README.md
+++ b/bitnami/haproxy/README.md
@@ -285,8 +285,8 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
| `containerSecurityContext.allowPrivilegeEscalation` | Set container's Security Context allowPrivilegeEscalation | `false` |
| `containerSecurityContext.capabilities.drop` | List of capabilities to be dropped | `["ALL"]` |
| `containerSecurityContext.seccompProfile.type` | Set container's Security Context seccomp profile | `RuntimeDefault` |
-| `pdb.create` | Enable a Pod Disruption Budget creation | `false` |
-| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `pdb.create` | Enable a Pod Disruption Budget creation | `true` |
+| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `autoscaling.enabled` | Enable Horizontal POD autoscaling for HAProxy | `false` |
| `autoscaling.minReplicas` | Minimum number of HAProxy replicas | `1` |
diff --git a/bitnami/haproxy/templates/pdb.yaml b/bitnami/haproxy/templates/pdb.yaml
index 88e10f383045ed..7261d0b9e60f34 100644
--- a/bitnami/haproxy/templates/pdb.yaml
+++ b/bitnami/haproxy/templates/pdb.yaml
@@ -17,8 +17,8 @@ spec:
{{- if .Values.pdb.minAvailable }}
minAvailable: {{ .Values.pdb.minAvailable }}
{{- end }}
- {{- if .Values.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.pdb.maxUnavailable }}
+ {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml
index 82a9576091a954..6f5b02dcc43b6e 100644
--- a/bitnami/haproxy/values.yaml
+++ b/bitnami/haproxy/values.yaml
@@ -304,7 +304,7 @@ terminationGracePeriodSeconds: ""
image:
registry: docker.io
repository: bitnami/haproxy
- tag: 2.9.7-debian-12-r7
+ tag: 3.0.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -439,8 +439,8 @@ containerSecurityContext:
## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## HAProxy Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
diff --git a/bitnami/harbor/CHANGELOG.md b/bitnami/harbor/CHANGELOG.md
index 06e13188b594bf..811f27352f6fa1 100644
--- a/bitnami/harbor/CHANGELOG.md
+++ b/bitnami/harbor/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
+## 21.4.2 (2024-06-05)
+
+* [bitnami/harbor] Bump chart version ([#26834](https://github.com/bitnami/charts/pull/26834))
+
+## 21.4.1 (2024-06-05)
+
+* [bitnami/harbor] Bump chart version (#26776) ([2bcc2bf](https://github.com/bitnami/charts/commit/2bcc2bf0b963647eefd0578994f7fecdfaaca027)), closes [#26776](https://github.com/bitnami/charts/issues/26776)
+
## 21.4.0 (2024-05-29)
-* [bitnami/harbor] Enable PodDisruptionBudgets ([#26486](https://github.com/bitnami/charts/pull/26486))
+* [bitnami/harbor] Enable PodDisruptionBudgets (#26486) ([d2059bc](https://github.com/bitnami/charts/commit/d2059bcd52084408e1aac1ed748756fbd0cfeee1)), closes [#26486](https://github.com/bitnami/charts/issues/26486)
## 21.3.0 (2024-05-29)
diff --git a/bitnami/harbor/Chart.lock b/bitnami/harbor/Chart.lock
index 0cb7d348019710..680159af5eb26c 100644
--- a/bitnami/harbor/Chart.lock
+++ b/bitnami/harbor/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.4.0
+ version: 19.5.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.4.0
+ version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:6d6332281f46e2b579d3054fd4976fdec6e6669c42352a8ca4d2c5e6fc4a34be
-generated: "2024-05-22T13:20:31.750276+02:00"
+digest: sha256:dbc7fccac12ae5ed50716c30e49e3fe68991360135dfeaf3c2a4fd45d82c82cf
+generated: "2024-06-05T15:03:37.911036+02:00"
diff --git a/bitnami/harbor/Chart.yaml b/bitnami/harbor/Chart.yaml
index 196338fb723298..fc1d249e220822 100644
--- a/bitnami/harbor/Chart.yaml
+++ b/bitnami/harbor/Chart.yaml
@@ -28,31 +28,31 @@ annotations:
apiVersion: v2
appVersion: 2.10.2
dependencies:
-- condition: redis.enabled
- name: redis
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.x.x
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: redis.enabled
+ name: redis
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 19.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Harbor is an open source trusted cloud-native registry to store, sign, and scan content. It adds functionalities like security, identity, and management to the open source Docker distribution.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/harbor-core/img/harbor-core-stack-220x234.png
keywords:
-- docker
-- registry
-- vulnerability
-- scan
+ - docker
+ - registry
+ - vulnerability
+ - scan
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: harbor
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/harbor
-version: 21.4.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/harbor
+version: 21.4.2
diff --git a/bitnami/jaeger/CHANGELOG.md b/bitnami/jaeger/CHANGELOG.md
index 44b0beab47acda..d83bf1a4aaf4ef 100644
--- a/bitnami/jaeger/CHANGELOG.md
+++ b/bitnami/jaeger/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 2.3.1 (2024-06-05)
+## 2.3.3 (2024-06-05)
-* [bitnami/jaeger] Release 2.3.1 ([#26735](https://github.com/bitnami/charts/pull/26735))
+* [bitnami/jaeger] Bump chart version ([#26835](https://github.com/bitnami/charts/pull/26835))
+
+## 2.3.2 (2024-06-05)
+
+* [bitnami/jaeger] Bump chart version (#26777) ([dd25238](https://github.com/bitnami/charts/commit/dd252384d4ffa24ffc9429f557f70e99ab26bed3)), closes [#26777](https://github.com/bitnami/charts/issues/26777)
+
+## 2.3.1 (2024-06-05)
+
+* [bitnami/jaeger] Release 2.3.1 (#26735) ([d0f5e2e](https://github.com/bitnami/charts/commit/d0f5e2e0f99d2508cae0cf7dee09c165295650b9)), closes [#26735](https://github.com/bitnami/charts/issues/26735)
## 2.3.0 (2024-06-03)
diff --git a/bitnami/jaeger/Chart.lock b/bitnami/jaeger/Chart.lock
index 668db349258b37..7835e1441728cb 100644
--- a/bitnami/jaeger/Chart.lock
+++ b/bitnami/jaeger/Chart.lock
@@ -4,6 +4,6 @@ dependencies:
version: 2.19.3
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.2.1
-digest: sha256:bb6f8b8a8f3bffc9ef09385cb1cb4411231e581f74af2458eb9148615e6c9591
-generated: "2024-06-05T04:13:43.063162204Z"
+ version: 11.3.0
+digest: sha256:2db9e322089da60762d6b62d3044b96197ddeab6d953e9c8112217418e8d248b
+generated: "2024-06-05T15:03:45.628855+02:00"
diff --git a/bitnami/jaeger/Chart.yaml b/bitnami/jaeger/Chart.yaml
index c8f781f6372378..8fc18555979db5 100644
--- a/bitnami/jaeger/Chart.yaml
+++ b/bitnami/jaeger/Chart.yaml
@@ -12,26 +12,26 @@ annotations:
apiVersion: v2
appVersion: 1.57.0
dependencies:
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
-- condition: cassandra.enabled
- name: cassandra
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
+ - condition: cassandra.enabled
+ name: cassandra
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 11.x.x
description: Jaeger is a distributed tracing system. It is used for monitoring and troubleshooting microservices-based distributed systems.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/jaeger/img/jaeger-stack-220x234.png
keywords:
-- jaeger
-- tracing
-- monitoring
+ - jaeger
+ - tracing
+ - monitoring
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: jaeger
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/jaeger
-version: 2.3.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/jaeger
+version: 2.3.3
diff --git a/bitnami/janusgraph/CHANGELOG.md b/bitnami/janusgraph/CHANGELOG.md
index a4d85998ef88f3..b06eba0e5dce3f 100644
--- a/bitnami/janusgraph/CHANGELOG.md
+++ b/bitnami/janusgraph/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 0.3.2 (2024-05-28)
+## 0.3.4 (2024-06-05)
-* [bitnami/janusgraph] Add chart source URL to sources list ([#26493](https://github.com/bitnami/charts/pull/26493))
+* [bitnami/janusgraph] Bump chart version ([#26836](https://github.com/bitnami/charts/pull/26836))
+
+## 0.3.3 (2024-06-05)
+
+* [bitnami/janusgraph] Bump chart version (#26778) ([88021da](https://github.com/bitnami/charts/commit/88021dac6241b2b98c35deed036f845d8b747ebf)), closes [#26778](https://github.com/bitnami/charts/issues/26778)
+
+## 0.3.2 (2024-05-28)
+
+* [bitnami/janusgraph] Add chart source URL to sources list (#26493) ([65e4f64](https://github.com/bitnami/charts/commit/65e4f64beaeeb76a48fbd1454815b4228b47213f)), closes [#26493](https://github.com/bitnami/charts/issues/26493)
## 0.3.1 (2024-05-23)
diff --git a/bitnami/janusgraph/Chart.lock b/bitnami/janusgraph/Chart.lock
index ea24db724a7488..3ec324cf602196 100644
--- a/bitnami/janusgraph/Chart.lock
+++ b/bitnami/janusgraph/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.1.8
+ version: 11.3.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:5b2e8ae135cfbb1a67d985cbf84a1823295e4de782fc78969c97e115903efbdc
-generated: "2024-05-21T13:51:34.330952837+02:00"
+digest: sha256:6628f70cba3c35d01fcc8bf8d56187b211694811d89930900f9fb71d7154622e
+generated: "2024-06-05T15:03:52.947449+02:00"
diff --git a/bitnami/janusgraph/Chart.yaml b/bitnami/janusgraph/Chart.yaml
index 84dafc3257c567..f28abd3e57a300 100644
--- a/bitnami/janusgraph/Chart.yaml
+++ b/bitnami/janusgraph/Chart.yaml
@@ -14,28 +14,28 @@ annotations:
apiVersion: v2
appVersion: 1.0.0
dependencies:
-- condition: storage.cassandra.enabled
- name: cassandra
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: storage.cassandra.enabled
+ name: cassandra
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 11.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: JanusGraph is a scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/janusgraph/img/janusgraph-stack-220x234.png
keywords:
-- janusgraph
-- graph
-- database
+ - janusgraph
+ - graph
+ - database
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: janusgraph
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/janusgraph
-- https://github.com/bitnami/containers/tree/main/bitnami/janusgraph
-- https://github.com/janusgraph/janusgraph
-version: 0.3.2
+ - https://github.com/bitnami/charts/tree/main/bitnami/janusgraph
+ - https://github.com/bitnami/containers/tree/main/bitnami/janusgraph
+ - https://github.com/janusgraph/janusgraph
+version: 0.3.4
diff --git a/bitnami/joomla/CHANGELOG.md b/bitnami/joomla/CHANGELOG.md
index 5836cb2b261ea5..3c2f93ca5d3d97 100644
--- a/bitnami/joomla/CHANGELOG.md
+++ b/bitnami/joomla/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 19.2.0 (2024-05-29)
+## 19.2.2 (2024-06-05)
-* [bitnami/joomla] Enable PodDisruptionBudgets ([#26498](https://github.com/bitnami/charts/pull/26498))
+* [bitnami/joomla] Bump chart version ([#26837](https://github.com/bitnami/charts/pull/26837))
+
+## 19.2.1 (2024-06-05)
+
+* [bitnami/joomla] Bump chart version (#26779) ([863bf83](https://github.com/bitnami/charts/commit/863bf8306bb30f212222b05003cab55f20bcb2a0)), closes [#26779](https://github.com/bitnami/charts/issues/26779)
+
+## 19.2.0 (2024-05-30)
+
+* [bitnami/joomla] Enable PodDisruptionBudgets (#26498) ([1a2abfe](https://github.com/bitnami/charts/commit/1a2abfea3c23519c3d202049cf5a4cb893df253c)), closes [#26498](https://github.com/bitnami/charts/issues/26498)
## 19.1.1 (2024-05-28)
diff --git a/bitnami/joomla/Chart.lock b/bitnami/joomla/Chart.lock
index 7c476c8d4dd666..7f8e6ace33ea5e 100644
--- a/bitnami/joomla/Chart.lock
+++ b/bitnami/joomla/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.2.0
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:12ae0eae08e6a4b0ed817fa178454edd314ae4465c205e051983b9f77dba20b9
-generated: "2024-05-28T17:43:18.406680772Z"
+digest: sha256:7c38699a1e5655841a6b5cc2c078368f2fcdcab4d0baeba0c11158443c94049c
+generated: "2024-06-05T15:03:58.380957+02:00"
diff --git a/bitnami/joomla/Chart.yaml b/bitnami/joomla/Chart.yaml
index 4aefe20f6d237c..5cb26f2e51258c 100644
--- a/bitnami/joomla/Chart.yaml
+++ b/bitnami/joomla/Chart.yaml
@@ -12,28 +12,28 @@ annotations:
apiVersion: v2
appVersion: 5.1.1
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Joomla! is an award winning open source CMS platform for building websites and applications. It includes page caching, page compression and Let's Encrypt auto-configuration support.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/joomla/img/joomla-stack-220x234.png
keywords:
-- joomla
-- cms
-- blog
-- http
-- php
+ - joomla
+ - cms
+ - blog
+ - http
+ - php
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: joomla
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/joomla
-version: 19.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/joomla
+version: 19.2.2
diff --git a/bitnami/jupyterhub/CHANGELOG.md b/bitnami/jupyterhub/CHANGELOG.md
index 7d462f22b55db6..11260ff1182105 100644
--- a/bitnami/jupyterhub/CHANGELOG.md
+++ b/bitnami/jupyterhub/CHANGELOG.md
@@ -1,8 +1,24 @@
# Changelog
-## 7.1.5 (2024-06-05)
+## 7.2.3 (2024-06-05)
-* [bitnami/jupyterhub] Release 7.1.5 ([#26718](https://github.com/bitnami/charts/pull/26718))
+* [bitnami/jupyterhub] Release 7.2.3 ([#26873](https://github.com/bitnami/charts/pull/26873))
+
+## 7.2.2 (2024-06-05)
+
+* [bitnami/jupyterhub] Bump chart version (#26838) ([07bf243](https://github.com/bitnami/charts/commit/07bf243e82e864bdc067d3fe41ecb0e6b5b93657)), closes [#26838](https://github.com/bitnami/charts/issues/26838)
+
+## 7.2.1 (2024-06-05)
+
+* [bitnami/jupyterhub] Bump chart version (#26780) ([f324f8c](https://github.com/bitnami/charts/commit/f324f8cfe314d92be576b8e5e32b60b6e208d91d)), closes [#26780](https://github.com/bitnami/charts/issues/26780)
+
+## 7.2.0 (2024-06-05)
+
+* [bitnami/jupyterhub] Enable PodDisruptionBudgets (#26710) ([9f35c24](https://github.com/bitnami/charts/commit/9f35c24bcf21e3f70bc1884ea9e81b4ab7d4bc81)), closes [#26710](https://github.com/bitnami/charts/issues/26710)
+
+## 7.1.5 (2024-06-05)
+
+* [bitnami/jupyterhub] Release 7.1.5 (#26718) ([11a0884](https://github.com/bitnami/charts/commit/11a0884a4e5ec03469768f271cfd7255fbc62159)), closes [#26718](https://github.com/bitnami/charts/issues/26718)
## 7.1.4 (2024-06-04)
diff --git a/bitnami/jupyterhub/Chart.yaml b/bitnami/jupyterhub/Chart.yaml
index 928370d1b9e23c..c1c0422a36b550 100644
--- a/bitnami/jupyterhub/Chart.yaml
+++ b/bitnami/jupyterhub/Chart.yaml
@@ -10,7 +10,7 @@ annotations:
- name: jupyter-base-notebook
image: docker.io/bitnami/jupyter-base-notebook:4.1.5-debian-12-r6
- name: jupyterhub
- image: docker.io/bitnami/jupyterhub:4.1.5-debian-12-r6
+ image: docker.io/bitnami/jupyterhub:4.1.5-debian-12-r7
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
@@ -37,4 +37,4 @@ maintainers:
name: jupyterhub
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
-version: 7.1.5
+version: 7.2.3
diff --git a/bitnami/jupyterhub/README.md b/bitnami/jupyterhub/README.md
index c52f433bc6562d..956fc29cb7d96d 100644
--- a/bitnami/jupyterhub/README.md
+++ b/bitnami/jupyterhub/README.md
@@ -423,7 +423,7 @@ There are cases where you may want to deploy extra objects, such a ConfigMap con
| `hub.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Hub container(s) | `[]` |
| `hub.initContainers` | Add additional init containers to the Hub pods | `[]` |
| `hub.sidecars` | Add additional sidecar containers to the Hub pod | `[]` |
-| `hub.pdb.create` | Deploy Hub PodDisruptionBudget | `false` |
+| `hub.pdb.create` | Deploy Hub PodDisruptionBudget | `true` |
| `hub.pdb.minAvailable` | Set minimum available hub instances | `""` |
| `hub.pdb.maxUnavailable` | Set maximum available hub instances | `""` |
@@ -559,7 +559,7 @@ There are cases where you may want to deploy extra objects, such a ConfigMap con
| `proxy.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Proxy container(s) | `[]` |
| `proxy.initContainers` | Add additional init containers to the Proxy pods | `[]` |
| `proxy.sidecars` | Add additional sidecar containers to the Proxy pod | `[]` |
-| `proxy.pdb.create` | Deploy Proxy PodDisruptionBudget | `false` |
+| `proxy.pdb.create` | Deploy Proxy PodDisruptionBudget | `true` |
| `proxy.pdb.minAvailable` | Set minimum available proxy instances | `""` |
| `proxy.pdb.maxUnavailable` | Set maximum available proxy instances | `""` |
diff --git a/bitnami/jupyterhub/templates/hub/pdb.yaml b/bitnami/jupyterhub/templates/hub/pdb.yaml
index 3c0334804b93c8..adceb602f95a66 100644
--- a/bitnami/jupyterhub/templates/hub/pdb.yaml
+++ b/bitnami/jupyterhub/templates/hub/pdb.yaml
@@ -15,8 +15,12 @@ metadata:
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
spec:
+ {{- if .Values.hub.pdb.minAvailable }}
minAvailable: {{ .Values.hub.pdb.minAvailable }}
- maxUnavailable: {{ .Values.hub.pdb.maxUnavailable }}
+ {{- end }}
+ {{- if or .Values.hub.pdb.maxUnavailable ( not .Values.hub.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.hub.pdb.maxUnavailable | default 1 }}
+ {{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.hub.podLabels .Values.commonLabels ) "context" . ) }}
selector:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
diff --git a/bitnami/jupyterhub/templates/proxy/pdb.yaml b/bitnami/jupyterhub/templates/proxy/pdb.yaml
index ab089153751111..42f5390f1e816f 100644
--- a/bitnami/jupyterhub/templates/proxy/pdb.yaml
+++ b/bitnami/jupyterhub/templates/proxy/pdb.yaml
@@ -17,9 +17,13 @@ metadata:
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
spec:
+ {{- if .Values.proxy.pdb.minAvailable }}
minAvailable: {{ .Values.proxy.pdb.minAvailable }}
- maxUnavailable: {{ .Values.proxy.pdb.maxUnavailable }}
- {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.proxy.podLabels .Values.commonLabels ) "context" . ) }}
+ {{- end }}
+ {{- if or .Values.proxy.pdb.maxUnavailable ( not .Values.proxy.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.proxy.pdb.maxUnavailable | default 1 }}
+ {{- end }}
+ {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.proxy.podLabels .Values.commonLabels $versionLabel ) "context" . ) }}
selector:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
app.kubernetes.io/component: proxy
diff --git a/bitnami/jupyterhub/values.yaml b/bitnami/jupyterhub/values.yaml
index 9cf5e2808f54ce..8efa38ec2cd9fd 100644
--- a/bitnami/jupyterhub/values.yaml
+++ b/bitnami/jupyterhub/values.yaml
@@ -77,7 +77,7 @@ hub:
image:
registry: docker.io
repository: bitnami/jupyterhub
- tag: 4.1.5-debian-12-r6
+ tag: 4.1.5-debian-12-r7
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -520,7 +520,7 @@ hub:
## @param hub.pdb.maxUnavailable Set maximum available hub instances
##
pdb:
- create: false
+ create: true
minAvailable: ""
maxUnavailable: ""
## @section Hub RBAC parameters
@@ -976,7 +976,7 @@ proxy:
pdb:
## @param proxy.pdb.create Deploy Proxy PodDisruptionBudget
##
- create: false
+ create: true
## @param proxy.pdb.minAvailable Set minimum available proxy instances
##
minAvailable: ""
diff --git a/bitnami/kafka/CHANGELOG.md b/bitnami/kafka/CHANGELOG.md
index 9b501f05af991e..ea03f8043bd283 100644
--- a/bitnami/kafka/CHANGELOG.md
+++ b/bitnami/kafka/CHANGELOG.md
@@ -1,12 +1,20 @@
# Changelog
+## 29.2.2 (2024-06-05)
+
+* [bitnami/kafka] Bump chart version ([#26839](https://github.com/bitnami/charts/pull/26839))
+
+## 29.2.1 (2024-06-05)
+
+* [bitnami/kafka] Bump chart version (#26781) ([66f65f6](https://github.com/bitnami/charts/commit/66f65f6e5a20c7e8423b51606b051b472b4729c1)), closes [#26781](https://github.com/bitnami/charts/issues/26781)
+
## 29.2.0 (2024-05-30)
-* [bitnami/kafka] Add support for helm parameter maps for kafka config, closes ([#25646](https://github.com/bitnami/charts/issues/25646))
+* [bitnami/kafka] #25646 Use parameter map for kafka config (#26342) ([4a023a2](https://github.com/bitnami/charts/commit/4a023a27e2bae7ea8779b667bc1e9a00cba925e1)), closes [#25646](https://github.com/bitnami/charts/issues/25646) [#26342](https://github.com/bitnami/charts/issues/26342)
-## 29.1.2 (2024-05-29)
+## 29.1.2 (2024-05-29)
-* [bitnami/kafka] PDB review ([#25938](https://github.com/bitnami/charts/pull/25938))
+* [bitnami/kafka] PDB review (#25938) ([568aafa](https://github.com/bitnami/charts/commit/568aafa1de85759ea2d90d2915970eefaa36dffd)), closes [#25938](https://github.com/bitnami/charts/issues/25938)
## 29.1.1 (2024-05-28)
diff --git a/bitnami/kafka/Chart.lock b/bitnami/kafka/Chart.lock
index 3bb08a8a294aa9..e3f0b473a29037 100644
--- a/bitnami/kafka/Chart.lock
+++ b/bitnami/kafka/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
- version: 13.4.0
+ version: 13.4.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:d4cf95ede3f4616d73105423fee2b123c0b9afb19bf552cef106e46152e113a7
-generated: "2024-05-24T11:05:47.149497283Z"
+digest: sha256:207dbb88735403b2f537d721164d1eccadd845c1be10cb0ca9b57c8c32d00e4d
+generated: "2024-06-05T15:04:09.70652+02:00"
diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml
index a7b3820fe0a4ad..9bbb55f9b23270 100644
--- a/bitnami/kafka/Chart.yaml
+++ b/bitnami/kafka/Chart.yaml
@@ -16,28 +16,28 @@ annotations:
apiVersion: v2
appVersion: 3.7.0
dependencies:
-- condition: zookeeper.enabled
- name: zookeeper
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 13.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: zookeeper.enabled
+ name: zookeeper
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 13.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Apache Kafka is a distributed streaming platform designed to build real-time pipelines and can be used as a message broker or as a replacement for a log aggregation solution for big data applications.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/kafka/img/kafka-stack-220x234.png
keywords:
-- kafka
-- zookeeper
-- streaming
-- producer
-- consumer
+ - kafka
+ - zookeeper
+ - streaming
+ - producer
+ - consumer
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: kafka
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/kafka
-version: 29.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/kafka
+version: 29.2.2
diff --git a/bitnami/keycloak/CHANGELOG.md b/bitnami/keycloak/CHANGELOG.md
index fd91c9a4729dc4..d4008ddbec48bd 100644
--- a/bitnami/keycloak/CHANGELOG.md
+++ b/bitnami/keycloak/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 21.3.2 (2024-06-04)
+## 21.3.4 (2024-06-05)
-* [bitnami/keycloak] Release 21.3.2 ([#26716](https://github.com/bitnami/charts/pull/26716))
+* [bitnami/keycloak] Bump chart version ([#26840](https://github.com/bitnami/charts/pull/26840))
+
+## 21.3.3 (2024-06-05)
+
+* [bitnami/keycloak] Bump chart version (#26782) ([80cd32d](https://github.com/bitnami/charts/commit/80cd32d8c7cd97e4648a2ae750fffc75dd526beb)), closes [#26782](https://github.com/bitnami/charts/issues/26782)
+
+## 21.3.2 (2024-06-04)
+
+* [bitnami/keycloak] Release 21.3.2 (#26716) ([d049a87](https://github.com/bitnami/charts/commit/d049a87ed702cde77028bb760ea558472607d34b)), closes [#26716](https://github.com/bitnami/charts/issues/26716)
## 21.3.1 (2024-05-22)
diff --git a/bitnami/keycloak/Chart.lock b/bitnami/keycloak/Chart.lock
index 176076bd9f40e6..9f7b8c23c509db 100644
--- a/bitnami/keycloak/Chart.lock
+++ b/bitnami/keycloak/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.5.0
+ version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:a8be590c4d6596c912d0d057cba234d8e04fde7e2c5da2126220c8858bea18f7
-generated: "2024-06-04T17:19:16.392159992Z"
+digest: sha256:33d51e108321e8e3d13453af838530d7f395de526f7ed506336312713e92119d
+generated: "2024-06-05T15:04:15.809953+02:00"
diff --git a/bitnami/keycloak/Chart.yaml b/bitnami/keycloak/Chart.yaml
index 0e0e5a4d4fe4b6..421b019f27648c 100644
--- a/bitnami/keycloak/Chart.yaml
+++ b/bitnami/keycloak/Chart.yaml
@@ -12,25 +12,25 @@ annotations:
apiVersion: v2
appVersion: 24.0.5
dependencies:
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Keycloak is a high performance Java-based identity and access management solution. It lets developers add an authentication layer to their applications with minimum effort.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/keycloak/img/keycloak-stack-220x234.png
keywords:
-- keycloak
-- access-management
+ - keycloak
+ - access-management
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: keycloak
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
-version: 21.3.2
+ - https://github.com/bitnami/charts/tree/main/bitnami/keycloak
+version: 21.3.4
diff --git a/bitnami/kibana/CHANGELOG.md b/bitnami/kibana/CHANGELOG.md
index f02a5d4a59a1b8..acf3589669aa01 100644
--- a/bitnami/kibana/CHANGELOG.md
+++ b/bitnami/kibana/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 11.2.1 (2024-06-04)
+## 11.2.2 (2024-06-05)
-* [bitnami/kibana] Bump chart version ([#26639](https://github.com/bitnami/charts/pull/26639))
+* [bitnami/kibana] Release 11.2.2 ([#26878](https://github.com/bitnami/charts/pull/26878))
+
+## 11.2.1 (2024-06-04)
+
+* [bitnami/kibana] Bump chart version (#26639) ([cc1b630](https://github.com/bitnami/charts/commit/cc1b630cabdfa605ce7c0ad80efaa9ac2fbe6111)), closes [#26639](https://github.com/bitnami/charts/issues/26639)
## 11.2.0 (2024-06-03)
diff --git a/bitnami/kibana/Chart.lock b/bitnami/kibana/Chart.lock
index 3d279ffe392112..77f86f0e1ee7e6 100644
--- a/bitnami/kibana/Chart.lock
+++ b/bitnami/kibana/Chart.lock
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.19.3
-digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d
-generated: "2024-05-21T13:58:05.101850349+02:00"
+ version: 2.20.0
+digest: sha256:71e7e576e2b5403aae173a518430f727ccc2dd690a64cb44d47d6b8deb23d3c6
+generated: "2024-06-05T18:47:25.030027587Z"
diff --git a/bitnami/kibana/Chart.yaml b/bitnami/kibana/Chart.yaml
index 8247a33f00fd7b..f4107439714243 100644
--- a/bitnami/kibana/Chart.yaml
+++ b/bitnami/kibana/Chart.yaml
@@ -6,30 +6,30 @@ annotations:
licenses: Apache-2.0
images: |
- name: kibana
- image: docker.io/bitnami/kibana:8.13.4-debian-12-r0
+ image: docker.io/bitnami/kibana:8.14.0-debian-12-r0
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r21
+ image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
-appVersion: 8.13.4
+appVersion: 8.14.0
dependencies:
- - name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+- name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Kibana is an open source, browser based analytics and search dashboard for Elasticsearch. Kibana strives to be easy to get started with, while also being flexible and powerful.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/kibana/img/kibana-stack-220x234.png
keywords:
- - kibana
- - analytics
- - monitoring
- - metrics
- - logs
+- kibana
+- analytics
+- monitoring
+- metrics
+- logs
maintainers:
- - name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+- name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: kibana
sources:
- - https://github.com/bitnami/charts/tree/main/bitnami/kibana
-version: 11.2.1
+- https://github.com/bitnami/charts/tree/main/bitnami/kibana
+version: 11.2.2
diff --git a/bitnami/kibana/values.yaml b/bitnami/kibana/values.yaml
index b4196149fa0854..2c960d8e0fcec0 100644
--- a/bitnami/kibana/values.yaml
+++ b/bitnami/kibana/values.yaml
@@ -79,7 +79,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/kibana
- tag: 8.13.4-debian-12-r0
+ tag: 8.14.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -204,7 +204,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r21
+ tag: 12-debian-12-r22
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
diff --git a/bitnami/kong/CHANGELOG.md b/bitnami/kong/CHANGELOG.md
index 442cd469b2fc94..2ebde7cfabf0c3 100644
--- a/bitnami/kong/CHANGELOG.md
+++ b/bitnami/kong/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 12.1.3 (2024-05-31)
+## 12.1.5 (2024-06-05)
-* [bitnami/kong] Release 12.1.3 ([#26587](https://github.com/bitnami/charts/pull/26587))
+* [bitnami/kong] Bump chart version ([#26841](https://github.com/bitnami/charts/pull/26841))
+
+## 12.1.4 (2024-06-05)
+
+* [bitnami/kong] Bump chart version (#26783) ([a647110](https://github.com/bitnami/charts/commit/a647110f654f9f2e450388aa7d423b19a6352ff1)), closes [#26783](https://github.com/bitnami/charts/issues/26783)
+
+## 12.1.3 (2024-05-31)
+
+* [bitnami/kong] Release 12.1.3 (#26587) ([1e4a6ee](https://github.com/bitnami/charts/commit/1e4a6eed352ba6c6bc3f5e3b718f5c747c53af4b)), closes [#26587](https://github.com/bitnami/charts/issues/26587)
## 12.1.2 (2024-05-28)
diff --git a/bitnami/kong/Chart.lock b/bitnami/kong/Chart.lock
index 7c4fd1747b9646..3002c5ce0ae999 100644
--- a/bitnami/kong/Chart.lock
+++ b/bitnami/kong/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.5.0
+ version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.1.8
-digest: sha256:eab1be95e4d296cf0902ade2229a5b7410692a8072c3c30e2af814b29129b8ad
-generated: "2024-05-31T20:56:24.250895964Z"
+ version: 11.3.0
+digest: sha256:21deb970a08d7e5fc5f96f4e2b4a84cee6bdc9abebb0ea06e797d3a555dc2bbd
+generated: "2024-06-05T15:04:21.92874+02:00"
diff --git a/bitnami/kong/Chart.yaml b/bitnami/kong/Chart.yaml
index ca49210eac8195..5cecfcc827f782 100644
--- a/bitnami/kong/Chart.yaml
+++ b/bitnami/kong/Chart.yaml
@@ -14,35 +14,35 @@ annotations:
apiVersion: v2
appVersion: 3.7.0
dependencies:
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
-- condition: cassandra.enabled
- name: cassandra
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
+ - condition: cassandra.enabled
+ name: cassandra
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 11.x.x
description: Kong is an open source Microservice API gateway and platform designed for managing microservices requests of high-availability, fault-tolerance, and distributed systems.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/kong/img/kong-stack-220x234.png
keywords:
-- kong
-- ingress
-- openresty
-- controller
-- http
-- web
-- www
-- reverse proxy
+ - kong
+ - ingress
+ - openresty
+ - controller
+ - http
+ - web
+ - www
+ - reverse proxy
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: kong
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/kong
-version: 12.1.3
+ - https://github.com/bitnami/charts/tree/main/bitnami/kong
+version: 12.1.5
diff --git a/bitnami/kube-prometheus/CHANGELOG.md b/bitnami/kube-prometheus/CHANGELOG.md
index 754b3dfa251b15..c6c924b7053f90 100644
--- a/bitnami/kube-prometheus/CHANGELOG.md
+++ b/bitnami/kube-prometheus/CHANGELOG.md
@@ -1,9 +1,17 @@
# Changelog
-## 9.4.0 (2024-06-05)
+## 9.4.0 (2024-06-06)
* [bitnami/kube-prometheus] Enable PodDisruptionBudgets (part 2) ([#26700](https://github.com/bitnami/charts/pull/26700))
+## 9.3.3 (2024-06-05)
+
+* [bitnami/kube-prometheus] Bump chart version ([#26857](https://github.com/bitnami/charts/pull/26857))
+
+## 9.3.2 (2024-06-05)
+
+* [bitnami/kube-prometheus] Bump chart version (#26799) ([77f0f79](https://github.com/bitnami/charts/commit/77f0f79df8c04433af3c50c8db9bfa5bb8091b2c)), closes [#26799](https://github.com/bitnami/charts/issues/26799)
+
## 9.3.1 (2024-06-05)
* [bitnami/kube-prometheus] Release 9.3.1 (#26749) ([4b4247e](https://github.com/bitnami/charts/commit/4b4247e600914e7ca4f89e01cd97e8b4ee5a56a9)), closes [#26749](https://github.com/bitnami/charts/issues/26749)
diff --git a/bitnami/kube-prometheus/Chart.yaml b/bitnami/kube-prometheus/Chart.yaml
index 343c50573012e3..725b975f6815f4 100644
--- a/bitnami/kube-prometheus/Chart.yaml
+++ b/bitnami/kube-prometheus/Chart.yaml
@@ -18,32 +18,32 @@ annotations:
apiVersion: v2
appVersion: 0.74.0
dependencies:
-- condition: exporters.enabled,exporters.node-exporter.enabled
- name: node-exporter
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 4.x.x
-- condition: exporters.enabled,exporters.kube-state-metrics.enabled
- name: kube-state-metrics
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 4.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: exporters.enabled,exporters.node-exporter.enabled
+ name: node-exporter
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 4.x.x
+ - condition: exporters.enabled,exporters.kube-state-metrics.enabled
+ name: kube-state-metrics
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 4.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Prometheus Operator provides easy monitoring definitions for Kubernetes services and deployment and management of Prometheus instances.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/prometheus-operator/img/prometheus-operator-stack-220x234.png
keywords:
-- prometheus
-- alertmanager
-- operator
-- monitoring
+ - prometheus
+ - alertmanager
+ - operator
+ - monitoring
kubeVersion: '>= 1.16.0-0'
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: kube-prometheus
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus
-version: 9.4.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus
+version: 9.4.0
\ No newline at end of file
diff --git a/bitnami/kubeapps/CHANGELOG.md b/bitnami/kubeapps/CHANGELOG.md
index 40f3f97e6d7051..c4571b2d4df519 100644
--- a/bitnami/kubeapps/CHANGELOG.md
+++ b/bitnami/kubeapps/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 15.2.0 (2024-06-03)
+## 15.2.2 (2024-06-05)
-* [bitnami/kubeapps] Enable PodDisruptionBudgets ([#26505](https://github.com/bitnami/charts/pull/26505))
+* [bitnami/kubeapps] Bump chart version ([#26842](https://github.com/bitnami/charts/pull/26842))
+
+## 15.2.1 (2024-06-05)
+
+* [bitnami/kubeapps] Bump chart version (#26784) ([30ed241](https://github.com/bitnami/charts/commit/30ed241740bd6dab47af5ec3ebfbae0fc2aa4970)), closes [#26784](https://github.com/bitnami/charts/issues/26784)
+
+## 15.2.0 (2024-06-04)
+
+* [bitnami/kubeapps] Enable PodDisruptionBudgets (#26505) ([9e6a2b3](https://github.com/bitnami/charts/commit/9e6a2b3cd6aae4e47c292be7f78db1e8ed900cea)), closes [#26505](https://github.com/bitnami/charts/issues/26505)
## 15.1.2 (2024-06-03)
diff --git a/bitnami/kubeapps/Chart.lock b/bitnami/kubeapps/Chart.lock
index 19c5b87328ffa9..b77b840a1e2efb 100644
--- a/bitnami/kubeapps/Chart.lock
+++ b/bitnami/kubeapps/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.5.0
+ version: 19.5.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.5.0
+ version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:d0bcbd4c0e164959c2aa7b4770852ee592e90df2a3b8d698285aa785d4486c11
-generated: "2024-05-31T10:18:57.407185371Z"
+digest: sha256:d9790ee2ff15de5e7cc36b4df19b98fa5281584db5fc90c1652f2455f690ab9c
+generated: "2024-06-05T15:04:28.480253+02:00"
diff --git a/bitnami/kubeapps/Chart.yaml b/bitnami/kubeapps/Chart.yaml
index 4d62da274fde52..42139aecea91d4 100644
--- a/bitnami/kubeapps/Chart.yaml
+++ b/bitnami/kubeapps/Chart.yaml
@@ -24,33 +24,32 @@ annotations:
apiVersion: v2
appVersion: 2.10.0
dependencies:
-- condition: packaging.flux.enabled
- name: redis
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.x.x
-- condition: packaging.helm.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: packaging.flux.enabled
+ name: redis
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 19.x.x
+ - condition: packaging.helm.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Kubeapps is a web-based UI for launching and managing applications on Kubernetes. It allows users to deploy trusted applications and operators to control users access to the cluster.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/kubeapps/img/kubeapps-stack-220x234.png
keywords:
-- helm
-- dashboard
-- service catalog
-- deployment
+ - helm
+ - dashboard
+ - service catalog
+ - deployment
kubeVersion: '>=1.21.0-0'
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: kubeapps
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/kubeapps
-version: 15.2.0
-
+ - https://github.com/bitnami/charts/tree/main/bitnami/kubeapps
+version: 15.2.2
diff --git a/bitnami/logstash/CHANGELOG.md b/bitnami/logstash/CHANGELOG.md
index 730e5e2b3a411a..3e9b4e3fe6ac84 100644
--- a/bitnami/logstash/CHANGELOG.md
+++ b/bitnami/logstash/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 6.2.2 (2024-06-04)
+## 6.2.3 (2024-06-05)
-* [bitnami/logstash] Bump chart version ([#26643](https://github.com/bitnami/charts/pull/26643))
+* [bitnami/logstash] Release 6.2.3 ([#26876](https://github.com/bitnami/charts/pull/26876))
+
+## 6.2.2 (2024-06-04)
+
+* [bitnami/logstash] Bump chart version (#26643) ([13d1fde](https://github.com/bitnami/charts/commit/13d1fded62b03d215410e5aeea46b74a794ccaf5)), closes [#26643](https://github.com/bitnami/charts/issues/26643)
## 6.2.1 (2024-05-29)
diff --git a/bitnami/logstash/Chart.lock b/bitnami/logstash/Chart.lock
index 0d571460724469..f9e98ee298fac9 100644
--- a/bitnami/logstash/Chart.lock
+++ b/bitnami/logstash/Chart.lock
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.19.3
-digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d
-generated: "2024-05-21T14:04:11.132540062+02:00"
+ version: 2.20.0
+digest: sha256:71e7e576e2b5403aae173a518430f727ccc2dd690a64cb44d47d6b8deb23d3c6
+generated: "2024-06-05T18:18:26.264372715Z"
diff --git a/bitnami/logstash/Chart.yaml b/bitnami/logstash/Chart.yaml
index 308226f17e2448..3f42722f811f9a 100644
--- a/bitnami/logstash/Chart.yaml
+++ b/bitnami/logstash/Chart.yaml
@@ -6,28 +6,28 @@ annotations:
licenses: Apache-2.0
images: |
- name: logstash
- image: docker.io/bitnami/logstash:8.13.4-debian-12-r1
+ image: docker.io/bitnami/logstash:8.14.0-debian-12-r0
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r21
+ image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
-appVersion: 8.13.4
+appVersion: 8.14.0
dependencies:
- - name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+- name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Logstash is an open source data processing engine. It ingests data from multiple sources, processes it, and sends the output to final destination in real-time. It is a core component of the ELK stack.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/logstash/img/logstash-stack-220x234.png
keywords:
- - logstash
- - logging
- - elk
+- logstash
+- logging
+- elk
maintainers:
- - name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+- name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: logstash
sources:
- - https://github.com/bitnami/charts/tree/main/bitnami/logstash
-version: 6.2.2
+- https://github.com/bitnami/charts/tree/main/bitnami/logstash
+version: 6.2.3
diff --git a/bitnami/logstash/values.yaml b/bitnami/logstash/values.yaml
index 29e0f0351db09e..2b23ae0aa9ec49 100644
--- a/bitnami/logstash/values.yaml
+++ b/bitnami/logstash/values.yaml
@@ -79,7 +79,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/logstash
- tag: 8.13.4-debian-12-r1
+ tag: 8.14.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -630,7 +630,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r21
+ tag: 12-debian-12-r22
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
diff --git a/bitnami/magento/CHANGELOG.md b/bitnami/magento/CHANGELOG.md
index 8993d37224e2f9..8066dc1b0d39ab 100644
--- a/bitnami/magento/CHANGELOG.md
+++ b/bitnami/magento/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 27.2.0 (2024-05-28)
+## 27.2.2 (2024-06-05)
-* [bitnami/magento] Enable PodDisruptionBudgets ([#26507](https://github.com/bitnami/charts/pull/26507))
+* [bitnami/magento] Bump chart version ([#26843](https://github.com/bitnami/charts/pull/26843))
+
+## 27.2.1 (2024-06-05)
+
+* [bitnami/magento] Bump chart version (#26785) ([02fe0e1](https://github.com/bitnami/charts/commit/02fe0e1634b38812081f0b82b09078a3f9097b23)), closes [#26785](https://github.com/bitnami/charts/issues/26785)
+
+## 27.2.0 (2024-05-29)
+
+* [bitnami/magento] Enable PodDisruptionBudgets (#26507) ([8352e06](https://github.com/bitnami/charts/commit/8352e065fa0e51e78ec32fd527e3f8a2170d5834)), closes [#26507](https://github.com/bitnami/charts/issues/26507)
## 27.1.0 (2024-05-21)
diff --git a/bitnami/magento/Chart.lock b/bitnami/magento/Chart.lock
index 7619560a527de2..e23fbb1cc21302 100644
--- a/bitnami/magento/Chart.lock
+++ b/bitnami/magento/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.0.6
+ version: 18.2.1
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
- version: 21.0.7
+ version: 21.1.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:3c878613ef90a2b37261fbb87f97e4940958328b5a32e9e2e31412108939a662
-generated: "2024-05-21T14:05:00.844644991+02:00"
+digest: sha256:013c85dcf42bab68e7e37e98eeeb2142330b84ff4d8a5fc6b27c5f3c0f4b1c8b
+generated: "2024-06-05T15:04:35.350343+02:00"
diff --git a/bitnami/magento/Chart.yaml b/bitnami/magento/Chart.yaml
index 69701a94fbb05e..3baae9359554e9 100644
--- a/bitnami/magento/Chart.yaml
+++ b/bitnami/magento/Chart.yaml
@@ -18,34 +18,34 @@ annotations:
apiVersion: v2
appVersion: 2.4.7
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - magento-database
- version: 18.x.x
-- condition: elasticsearch.enabled
- name: elasticsearch
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 21.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - magento-database
+ version: 18.x.x
+ - condition: elasticsearch.enabled
+ name: elasticsearch
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 21.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Magento is a powerful open source e-commerce platform. With easy customizations and rich features, it allows retailers to grow their online businesses in a cost-effective way.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/magento/img/magento-stack-220x234.png
keywords:
-- magento
-- e-commerce
-- http
-- web
-- php
+ - magento
+ - e-commerce
+ - http
+ - web
+ - php
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: magento
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/magento
-version: 27.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/magento
+version: 27.2.2
diff --git a/bitnami/mastodon/CHANGELOG.md b/bitnami/mastodon/CHANGELOG.md
index 4db15a93d4cc3b..55bbedf77a8b7d 100644
--- a/bitnami/mastodon/CHANGELOG.md
+++ b/bitnami/mastodon/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 6.2.1 (2024-05-30)
+## 6.2.3 (2024-06-05)
-* [bitnami/mastodon] Release 6.2.1 ([#26568](https://github.com/bitnami/charts/pull/26568))
+* [bitnami/mastodon] Bump chart version ([#26844](https://github.com/bitnami/charts/pull/26844))
+
+## 6.2.2 (2024-06-05)
+
+* [bitnami/mastodon] Bump chart version (#26786) ([f5653a0](https://github.com/bitnami/charts/commit/f5653a0878f5a474cd6c56dd81a90238208f5629)), closes [#26786](https://github.com/bitnami/charts/issues/26786)
+
+## 6.2.1 (2024-05-30)
+
+* [bitnami/mastodon] Release 6.2.1 (#26568) ([8abb300](https://github.com/bitnami/charts/commit/8abb300130f09fa8ab372017090e4fca55d36d78)), closes [#26568](https://github.com/bitnami/charts/issues/26568)
## 6.2.0 (2024-05-30)
diff --git a/bitnami/mastodon/Chart.lock b/bitnami/mastodon/Chart.lock
index 939485ea78f6fa..83a6bb777f6db1 100644
--- a/bitnami/mastodon/Chart.lock
+++ b/bitnami/mastodon/Chart.lock
@@ -1,21 +1,21 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.5.0
+ version: 19.5.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.5.0
+ version: 15.5.2
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.1.0
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.6.2
+ version: 14.6.3
- name: apache
repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.1.1
+ version: 11.1.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:4000c545cf8090645656d8a28f6acb6735a9193dd3fbdb191aefca518c522541
-generated: "2024-05-30T17:41:20.781243171Z"
+digest: sha256:5277a8841fd8732e69232a2fd73c869cbc0f36d0c238ba82a681ba088e02a4f5
+generated: "2024-06-05T15:04:45.121411+02:00"
diff --git a/bitnami/mastodon/Chart.yaml b/bitnami/mastodon/Chart.yaml
index 90936f24a7a293..27fb4c9af0c01e 100644
--- a/bitnami/mastodon/Chart.yaml
+++ b/bitnami/mastodon/Chart.yaml
@@ -12,41 +12,41 @@ annotations:
apiVersion: v2
appVersion: 4.2.9
dependencies:
-- condition: redis.enabled
- name: redis
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.x.x
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- condition: elasticsearch.enabled
- name: elasticsearch
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 21.x.x
-- condition: minio.enabled
- name: minio
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.x.x
-- condition: apache.enabled
- name: apache
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: redis.enabled
+ name: redis
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 19.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - condition: elasticsearch.enabled
+ name: elasticsearch
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 21.x.x
+ - condition: minio.enabled
+ name: minio
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 14.x.x
+ - condition: apache.enabled
+ name: apache
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 11.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Mastodon is self-hosted social network server based on ActivityPub. Written in Ruby, features real-time updates, multimedia attachments and no vendor lock-in.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/mastodon/img/mastodon-stack-220x234.png
keywords:
-- development
-- dashboards
+ - development
+ - dashboards
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: mastodon
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/mastodon
-version: 6.2.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/mastodon
+version: 6.2.3
diff --git a/bitnami/matomo/CHANGELOG.md b/bitnami/matomo/CHANGELOG.md
index 4314c229347e14..26241b0054278d 100644
--- a/bitnami/matomo/CHANGELOG.md
+++ b/bitnami/matomo/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 7.3.0 (2024-05-28)
+## 7.3.2 (2024-06-05)
-* [bitnami/matomo] Enable PodDisruptionBudgets ([#26509](https://github.com/bitnami/charts/pull/26509))
+* [bitnami/matomo] Bump chart version ([#26845](https://github.com/bitnami/charts/pull/26845))
+
+## 7.3.1 (2024-06-05)
+
+* [bitnami/matomo] Bump chart version (#26787) ([80a779a](https://github.com/bitnami/charts/commit/80a779a1453015715a29f4f88fcb437cbeec9a26)), closes [#26787](https://github.com/bitnami/charts/issues/26787)
+
+## 7.3.0 (2024-05-29)
+
+* [bitnami/matomo] Enable PodDisruptionBudgets (#26509) ([5cc452c](https://github.com/bitnami/charts/commit/5cc452c700d93c97c5f0474b1923c0db080a9e6e)), closes [#26509](https://github.com/bitnami/charts/issues/26509)
## 7.2.0 (2024-05-21)
diff --git a/bitnami/matomo/Chart.lock b/bitnami/matomo/Chart.lock
index a645e68bdf4c3f..a2a495ba44f3ef 100644
--- a/bitnami/matomo/Chart.lock
+++ b/bitnami/matomo/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.0.6
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:b301b80e916d0e948742e5fd94df9700a7be160a173ef39f11b54fac32887216
-generated: "2024-05-21T14:08:25.759654945+02:00"
+digest: sha256:7c38699a1e5655841a6b5cc2c078368f2fcdcab4d0baeba0c11158443c94049c
+generated: "2024-06-05T15:04:54.951355+02:00"
diff --git a/bitnami/matomo/Chart.yaml b/bitnami/matomo/Chart.yaml
index 946ba596bdf05c..f136e0ccbd0403 100644
--- a/bitnami/matomo/Chart.yaml
+++ b/bitnami/matomo/Chart.yaml
@@ -14,29 +14,29 @@ annotations:
apiVersion: v2
appVersion: 5.0.3
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Matomo, formerly known as Piwik, is a real time web analytics program. It provides detailed reports on website visitors.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/matomo/img/matomo-stack-220x234.png
keywords:
-- matomo
-- analytics
-- http
-- web
-- application
-- php
+ - matomo
+ - analytics
+ - http
+ - web
+ - application
+ - php
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: matomo
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/matomo
-version: 7.3.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/matomo
+version: 7.3.2
diff --git a/bitnami/mediawiki/CHANGELOG.md b/bitnami/mediawiki/CHANGELOG.md
index 7ad62f436cd4aa..7ff6ef755d7cb7 100644
--- a/bitnami/mediawiki/CHANGELOG.md
+++ b/bitnami/mediawiki/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 20.2.1 (2024-06-04)
+## 20.2.3 (2024-06-05)
-* [bitnami/mediawiki] Fix typo in deployment.yaml template ([#26615](https://github.com/bitnami/charts/pull/26615))
+* [bitnami/mediawiki] Bump chart version ([#26846](https://github.com/bitnami/charts/pull/26846))
+
+## 20.2.2 (2024-06-05)
+
+* [bitnami/mediawiki] Bump chart version (#26788) ([4a0fd9f](https://github.com/bitnami/charts/commit/4a0fd9fa9a286ef05ac986bcba833c083cc4d6b1)), closes [#26788](https://github.com/bitnami/charts/issues/26788)
+
+## 20.2.1 (2024-06-04)
+
+* [bitnami/mediawiki] Fix typo in deployment.yaml template (#26615) ([a85830c](https://github.com/bitnami/charts/commit/a85830c8272724e1ce6b293aa0f550ee65ea905b)), closes [#26615](https://github.com/bitnami/charts/issues/26615)
## 20.2.0 (2024-06-03)
diff --git a/bitnami/mediawiki/Chart.lock b/bitnami/mediawiki/Chart.lock
index 5a62315b9c5696..a061279a040ef3 100644
--- a/bitnami/mediawiki/Chart.lock
+++ b/bitnami/mediawiki/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.0.6
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:e8674aae4a3c65edf9fa3ef1349e2d84c3472e97c491fb7c0624bf7ebf2cae48
-generated: "2024-05-21T14:09:58.115306264+02:00"
+digest: sha256:eb424c2950f139472d97bb5b3fb9b02aa2e4c5b7c9667371cbb9a001228f756a
+generated: "2024-06-05T15:05:00.926849+02:00"
diff --git a/bitnami/mediawiki/Chart.yaml b/bitnami/mediawiki/Chart.yaml
index 71ad515d0c6cf1..d39d252440a1b6 100644
--- a/bitnami/mediawiki/Chart.yaml
+++ b/bitnami/mediawiki/Chart.yaml
@@ -12,31 +12,31 @@ annotations:
apiVersion: v2
appVersion: 1.41.1
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - mediawiki-database
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - mediawiki-database
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: MediaWiki is the free and open source wiki software that powers Wikipedia. Used by thousands of organizations, it is extremely powerful, scalable software and a feature-rich wiki implementation.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/mediawiki/img/mediawiki-stack-220x234.png
keywords:
-- mediawiki
-- wiki
-- http
-- web
-- application
-- php
+ - mediawiki
+ - wiki
+ - http
+ - web
+ - application
+ - php
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: mediawiki
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/mediawiki
-version: 20.2.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/mediawiki
+version: 20.2.3
diff --git a/bitnami/metrics-server/CHANGELOG.md b/bitnami/metrics-server/CHANGELOG.md
index cbbf4e2e90189f..89ee6063a8c234 100644
--- a/bitnami/metrics-server/CHANGELOG.md
+++ b/bitnami/metrics-server/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 7.2.2 (2024-06-05)
+## 7.2.3 (2024-06-05)
-* [bitnami/metrics-server] Release 7.2.2 ([#26740](https://github.com/bitnami/charts/pull/26740))
+* [bitnami/metrics-server] Align PodDisruptionBudgets with templates ([#26704](https://github.com/bitnami/charts/pull/26704))
+
+## 7.2.2 (2024-06-05)
+
+* [bitnami/metrics-server] Release 7.2.2 (#26740) ([706e959](https://github.com/bitnami/charts/commit/706e95911fe5e76c2b9134ea83ce1806b85c2ff9)), closes [#26740](https://github.com/bitnami/charts/issues/26740)
## 7.2.1 (2024-06-04)
diff --git a/bitnami/metrics-server/Chart.yaml b/bitnami/metrics-server/Chart.yaml
index 7483538a9fe2fb..e8f9e1adbf632c 100644
--- a/bitnami/metrics-server/Chart.yaml
+++ b/bitnami/metrics-server/Chart.yaml
@@ -28,4 +28,4 @@ maintainers:
name: metrics-server
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/metrics-server
-version: 7.2.2
+version: 7.2.3
diff --git a/bitnami/metrics-server/templates/pdb.yaml b/bitnami/metrics-server/templates/pdb.yaml
index 8a74edb9b7b7b2..e34aa458a98c49 100644
--- a/bitnami/metrics-server/templates/pdb.yaml
+++ b/bitnami/metrics-server/templates/pdb.yaml
@@ -17,8 +17,8 @@ spec:
{{- if .Values.pdb.minAvailable }}
minAvailable: {{ .Values.pdb.minAvailable }}
{{- end }}
- {{- if .Values.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.pdb.maxUnavailable }}
+ {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/milvus/CHANGELOG.md b/bitnami/milvus/CHANGELOG.md
index 13e7a7261add72..dbb86df4a7976c 100644
--- a/bitnami/milvus/CHANGELOG.md
+++ b/bitnami/milvus/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 8.1.0 (2024-05-29)
+## 8.1.2 (2024-06-05)
-* [bitnami/milvus] PDB review ([#25983](https://github.com/bitnami/charts/pull/25983))
+* [bitnami/milvus] Bump chart version ([#26847](https://github.com/bitnami/charts/pull/26847))
+
+## 8.1.1 (2024-06-05)
+
+* [bitnami/milvus] Bump chart version (#26789) ([c846ba9](https://github.com/bitnami/charts/commit/c846ba9c85b488e2b952613e4ead90dd7d6ae131)), closes [#26789](https://github.com/bitnami/charts/issues/26789)
+
+## 8.1.0 (2024-05-30)
+
+* [bitnami/milvus] PDB review (#25983) ([4e80463](https://github.com/bitnami/charts/commit/4e804630c3af64934e79fcacc5e1962750a0355f)), closes [#25983](https://github.com/bitnami/charts/issues/25983)
## 8.0.0 (2024-05-27)
diff --git a/bitnami/milvus/Chart.lock b/bitnami/milvus/Chart.lock
index fa53c9f768f9a0..c7f1d476cb5d15 100644
--- a/bitnami/milvus/Chart.lock
+++ b/bitnami/milvus/Chart.lock
@@ -1,15 +1,15 @@
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
- version: 10.1.1
+ version: 10.1.3
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
- version: 29.0.3
+ version: 29.2.0
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.6.0
+ version: 14.6.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:8d84f6cb970dd9397e72c337c1fdf6be84e8780fdcc782b4409e28c72a61bbe7
-generated: "2024-05-27T08:28:51.415608+02:00"
+digest: sha256:5224b942d50ea94c0af3a72ecf2933ed88b89fa8563d7b205bb1402967d1afa2
+generated: "2024-06-05T15:05:08.191655+02:00"
diff --git a/bitnami/milvus/Chart.yaml b/bitnami/milvus/Chart.yaml
index 4a2fb1a096118c..bd7f9941bca650 100644
--- a/bitnami/milvus/Chart.yaml
+++ b/bitnami/milvus/Chart.yaml
@@ -16,36 +16,36 @@ annotations:
apiVersion: v2
appVersion: 2.4.2
dependencies:
-- name: etcd
- repository: oci://registry-1.docker.io/bitnamicharts
- condition: etcd.enabled
- version: 10.x.x
-- condition: kafka.enabled
- name: kafka
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 29.x.x
-- condition: minio.enabled
- name: minio
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - name: etcd
+ repository: oci://registry-1.docker.io/bitnamicharts
+ condition: etcd.enabled
+ version: 10.x.x
+ - condition: kafka.enabled
+ name: kafka
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 29.x.x
+ - condition: minio.enabled
+ name: minio
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 14.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Milvus is a cloud-native, open-source vector database solution for AI applications and similarity search. Features high scalability, hibrid search and unified lambda structure.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/milvus/img/milvus-stack-220x234.png
keywords:
-- milvus
-- ai
-- database
-- infrastructure
-- attu
+ - milvus
+ - ai
+ - database
+ - infrastructure
+ - attu
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: milvus
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/milvus
-version: 8.1.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/milvus
+version: 8.1.2
diff --git a/bitnami/minio/CHANGELOG.md b/bitnami/minio/CHANGELOG.md
index 94104b3d3e2ab5..4261c8b7cb4bcc 100644
--- a/bitnami/minio/CHANGELOG.md
+++ b/bitnami/minio/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 14.6.4 (2024-06-05)
+## 14.6.5 (2024-06-05)
-* [bitnami/minio] Release 14.6.4 ([#26741](https://github.com/bitnami/charts/pull/26741))
+* [bitnami/minio] Align PodDisruptionBudgets with templates ([#26705](https://github.com/bitnami/charts/pull/26705))
+
+## 14.6.4 (2024-06-05)
+
+* [bitnami/minio] Release 14.6.4 (#26741) ([f8c8635](https://github.com/bitnami/charts/commit/f8c8635ec24d47e31a33cc488eb391bb745dca1d)), closes [#26741](https://github.com/bitnami/charts/issues/26741)
## 14.6.3 (2024-06-04)
diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml
index 8163a0000541b3..2f968685901971 100644
--- a/bitnami/minio/Chart.yaml
+++ b/bitnami/minio/Chart.yaml
@@ -34,4 +34,4 @@ maintainers:
name: minio
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/minio
-version: 14.6.4
+version: 14.6.5
diff --git a/bitnami/minio/README.md b/bitnami/minio/README.md
index f33194bb62c308..05756f0877f301 100644
--- a/bitnami/minio/README.md
+++ b/bitnami/minio/README.md
@@ -476,7 +476,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| Name | Description | Value |
| -------------------- | --------------------------------------------------------------------------------- | ------ |
| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
-| `pdb.minAvailable` | Minimum number/percentage of pods that must still be available after the eviction | `1` |
+| `pdb.minAvailable` | Minimum number/percentage of pods that must still be available after the eviction | `""` |
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable after the eviction | `""` |
### Metrics parameters
diff --git a/bitnami/minio/templates/pdb.yaml b/bitnami/minio/templates/pdb.yaml
index 8a74edb9b7b7b2..e34aa458a98c49 100644
--- a/bitnami/minio/templates/pdb.yaml
+++ b/bitnami/minio/templates/pdb.yaml
@@ -17,8 +17,8 @@ spec:
{{- if .Values.pdb.minAvailable }}
minAvailable: {{ .Values.pdb.minAvailable }}
{{- end }}
- {{- if .Values.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.pdb.maxUnavailable }}
+ {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/minio/values.yaml b/bitnami/minio/values.yaml
index e789affda9026c..6b27b1ed8441a1 100644
--- a/bitnami/minio/values.yaml
+++ b/bitnami/minio/values.yaml
@@ -1173,7 +1173,7 @@ pdb:
create: true
## @param pdb.minAvailable Minimum number/percentage of pods that must still be available after the eviction
##
- minAvailable: 1
+ minAvailable: ""
## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable after the eviction
##
maxUnavailable: ""
diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md
index e67514d028b829..bcec647f216712 100644
--- a/bitnami/mlflow/CHANGELOG.md
+++ b/bitnami/mlflow/CHANGELOG.md
@@ -1,8 +1,20 @@
# Changelog
-## 1.3.2 (2024-06-04)
+## 1.4.1 (2024-06-05)
-* [bitnami/mlflow] Release 1.3.2 ([#26571](https://github.com/bitnami/charts/pull/26571))
+* [bitnami/mlflow] Bump chart version ([#26848](https://github.com/bitnami/charts/pull/26848))
+
+## 1.4.0 (2024-06-05)
+
+* [bitnami/mlflow] Align PodDisruptionBudgets with templates (#26706) ([bef7a6a](https://github.com/bitnami/charts/commit/bef7a6a2ba60ebcc400fe447965e73272b9dcc21)), closes [#26706](https://github.com/bitnami/charts/issues/26706)
+
+## 1.3.3 (2024-06-05)
+
+* [bitnami/mlflow] Bump chart version (#26790) ([c8e65b0](https://github.com/bitnami/charts/commit/c8e65b02bb411a40468790386cf6c6eebba8ecf8)), closes [#26790](https://github.com/bitnami/charts/issues/26790)
+
+## 1.3.2 (2024-06-04)
+
+* [bitnami/mlflow] Release 1.3.2 (#26571) ([cd67157](https://github.com/bitnami/charts/commit/cd67157cf8ce156e779046b1eb9404ce903deda7)), closes [#26571](https://github.com/bitnami/charts/issues/26571)
## 1.3.1 (2024-06-04)
diff --git a/bitnami/mlflow/Chart.lock b/bitnami/mlflow/Chart.lock
index a2db4401f99466..04dad007788f64 100644
--- a/bitnami/mlflow/Chart.lock
+++ b/bitnami/mlflow/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.6.2
+ version: 14.6.3
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.5.0
+ version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:3b02876472b3d4183663485c71f4e4d278ad12d2564a0255f8e8f1dfed52164c
-generated: "2024-05-30T21:29:13.043710783Z"
+digest: sha256:a1ef1d7e917b7e1f22a97ac758491bf0e8984e06c5dd04d4846760716d29fb8e
+generated: "2024-06-05T15:05:16.40061+02:00"
diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml
index 42fdaa105cf3ef..6a6fdda236cfc8 100644
--- a/bitnami/mlflow/Chart.yaml
+++ b/bitnami/mlflow/Chart.yaml
@@ -14,34 +14,34 @@ annotations:
apiVersion: v2
appVersion: 2.13.1
dependencies:
-- condition: minio.enabled
- name: minio
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.x.x
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: minio.enabled
+ name: minio
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 14.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: MLflow is an open-source platform designed to manage the end-to-end machine learning lifecycle. It allows you to track experiments, package code into reproducible runs, and share and deploy models.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/mlflow/img/mlflow-stack-220x234.png
keywords:
-- mlflow
-- models
-- python
-- machine
-- learning
+ - mlflow
+ - models
+ - python
+ - machine
+ - learning
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: mlflow
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/mlflow
-- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
-- https://github.com/mlflow/mlflow
-version: 1.3.2
+ - https://github.com/bitnami/charts/tree/main/bitnami/mlflow
+ - https://github.com/bitnami/containers/tree/main/bitnami/mlflow
+ - https://github.com/mlflow/mlflow
+version: 1.4.1
diff --git a/bitnami/mlflow/README.md b/bitnami/mlflow/README.md
index 1bd4480dd07bb1..d41ea0ec1ac0a0 100644
--- a/bitnami/mlflow/README.md
+++ b/bitnami/mlflow/README.md
@@ -157,8 +157,8 @@ The command deploys mlflow on the Kubernetes cluster in the default configuratio
| `tracking.podAnnotations` | Annotations for mlflow pods | `{}` |
| `tracking.podAffinityPreset` | Pod affinity preset. Ignored if `.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `tracking.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
-| `tracking.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
-| `tracking.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `tracking.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
+| `tracking.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `tracking.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `tracking.autoscaling.hpa.enabled` | Enable HPA | `false` |
| `tracking.autoscaling.hpa.minReplicas` | Minimum number of replicas | `""` |
diff --git a/bitnami/mlflow/templates/tracking/pdb.yaml b/bitnami/mlflow/templates/tracking/pdb.yaml
index 31fafc51285c59..e83d0165365902 100644
--- a/bitnami/mlflow/templates/tracking/pdb.yaml
+++ b/bitnami/mlflow/templates/tracking/pdb.yaml
@@ -20,8 +20,8 @@ spec:
{{- if .Values.tracking.pdb.minAvailable }}
minAvailable: {{ .Values.tracking.pdb.minAvailable }}
{{- end }}
- {{- if .Values.tracking.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.tracking.pdb.maxUnavailable }}
+ {{- if or .Values.tracking.pdb.maxUnavailable ( not .Values.tracking.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.tracking.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.tracking.podLabels .Values.commonLabels) "context" .) | fromYaml }}
selector:
diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml
index 64af38d1eb088f..02e4a219c7e354 100644
--- a/bitnami/mlflow/values.yaml
+++ b/bitnami/mlflow/values.yaml
@@ -332,8 +332,8 @@ tracking:
## @param tracking.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: "1"
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
diff --git a/bitnami/moodle/CHANGELOG.md b/bitnami/moodle/CHANGELOG.md
index 58400a0efe033d..93128f5f8fddb6 100644
--- a/bitnami/moodle/CHANGELOG.md
+++ b/bitnami/moodle/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 22.2.0 (2024-05-28)
+## 22.2.2 (2024-06-05)
-* [bitnami/moodle] Enable PodDisruptionBudgets ([#26513](https://github.com/bitnami/charts/pull/26513))
+* [bitnami/moodle] Bump chart version ([#26849](https://github.com/bitnami/charts/pull/26849))
+
+## 22.2.1 (2024-06-05)
+
+* [bitnami/moodle] Bump chart version (#26791) ([d645f89](https://github.com/bitnami/charts/commit/d645f8935b71c658690d730d74eb4b5e04719844)), closes [#26791](https://github.com/bitnami/charts/issues/26791)
+
+## 22.2.0 (2024-05-29)
+
+* [bitnami/moodle] Enable PodDisruptionBudgets (#26513) ([a20c057](https://github.com/bitnami/charts/commit/a20c0579126898dcb3e282d66fe943ad8d350346)), closes [#26513](https://github.com/bitnami/charts/issues/26513)
## 22.1.0 (2024-05-21)
diff --git a/bitnami/moodle/Chart.lock b/bitnami/moodle/Chart.lock
index f8438c65cb8528..341738de92e4fc 100644
--- a/bitnami/moodle/Chart.lock
+++ b/bitnami/moodle/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.0.6
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:b301b80e916d0e948742e5fd94df9700a7be160a173ef39f11b54fac32887216
-generated: "2024-05-21T14:17:31.009052388+02:00"
+digest: sha256:7c38699a1e5655841a6b5cc2c078368f2fcdcab4d0baeba0c11158443c94049c
+generated: "2024-06-05T15:05:22.686349+02:00"
diff --git a/bitnami/moodle/Chart.yaml b/bitnami/moodle/Chart.yaml
index bd23238bf923d9..0a7ddf1d0292a9 100644
--- a/bitnami/moodle/Chart.yaml
+++ b/bitnami/moodle/Chart.yaml
@@ -14,26 +14,26 @@ annotations:
apiVersion: v2
appVersion: 4.4.0
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Moodle(TM) LMS is an open source online Learning Management System widely used at universities, schools, and corporations. It is modular and highly adaptable to any type of online learning.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/moodle/img/moodle-stack-220x234.png
keywords:
-- moodle
-- learning
-- php
+ - moodle
+ - learning
+ - php
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: moodle
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/moodle
-version: 22.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/moodle
+version: 22.2.2
diff --git a/bitnami/oauth2-proxy/CHANGELOG.md b/bitnami/oauth2-proxy/CHANGELOG.md
index 52f875af619acc..27f2a11be404a1 100644
--- a/bitnami/oauth2-proxy/CHANGELOG.md
+++ b/bitnami/oauth2-proxy/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 5.3.1 (2024-06-05)
+## 5.3.3 (2024-06-05)
-* [bitnami/oauth2-proxy] Release 5.3.1 ([#26746](https://github.com/bitnami/charts/pull/26746))
+* [bitnami/oauth2-proxy] Bump chart version ([#26850](https://github.com/bitnami/charts/pull/26850))
+
+## 5.3.2 (2024-06-05)
+
+* [bitnami/oauth2-proxy] Bump chart version (#26792) ([3199b02](https://github.com/bitnami/charts/commit/3199b025f38b3b7e2e0e4c9995bbf6f114519ea5)), closes [#26792](https://github.com/bitnami/charts/issues/26792)
+
+## 5.3.1 (2024-06-05)
+
+* [bitnami/oauth2-proxy] Release 5.3.1 (#26746) ([e5bea6c](https://github.com/bitnami/charts/commit/e5bea6c07275e46d4aa6ca2c191c0a352d94e929)), closes [#26746](https://github.com/bitnami/charts/issues/26746)
## 5.3.0 (2024-05-27)
diff --git a/bitnami/oauth2-proxy/Chart.yaml b/bitnami/oauth2-proxy/Chart.yaml
index a312f5267a4aae..792b899afea79d 100644
--- a/bitnami/oauth2-proxy/Chart.yaml
+++ b/bitnami/oauth2-proxy/Chart.yaml
@@ -10,29 +10,29 @@ annotations:
apiVersion: v2
appVersion: 7.6.0
dependencies:
-- condition: redis.enabled
- name: redis
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 19.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: redis.enabled
+ name: redis
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 19.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/oauth2-proxy/img/oauth2-proxy-stack-220x234.png
keywords:
-- kubernetes
-- oauth
-- oauth2
-- authentication
-- google
-- github
+ - kubernetes
+ - oauth
+ - oauth2
+ - authentication
+ - google
+ - github
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: oauth2-proxy
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy
-version: 5.3.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy
+version: 5.3.3
diff --git a/bitnami/odoo/CHANGELOG.md b/bitnami/odoo/CHANGELOG.md
index f631dfade420f8..7035b8709d7a8c 100644
--- a/bitnami/odoo/CHANGELOG.md
+++ b/bitnami/odoo/CHANGELOG.md
@@ -1,8 +1,20 @@
# Changelog
-## 26.2.0 (2024-05-23)
+## 26.2.3 (2024-06-05)
-* [bitnami/odoo] Enable PodDisruptionBudgets ([#26177](https://github.com/bitnami/charts/pull/26177))
+* [bitnami/odoo] Bump chart version ([#26851](https://github.com/bitnami/charts/pull/26851))
+
+## 26.2.2 (2024-06-05)
+
+* [bitnami/odoo] Release 26.2.2 (#26816) ([f234976](https://github.com/bitnami/charts/commit/f234976acec4e6a8d3d8d9998984c0cfb71bf420)), closes [#26816](https://github.com/bitnami/charts/issues/26816)
+
+## 26.2.1 (2024-06-05)
+
+* [bitnami/odoo] Bump chart version (#26793) ([fe7a0ea](https://github.com/bitnami/charts/commit/fe7a0ea6e62403f1ad9893158ad74b71e59f3c1f)), closes [#26793](https://github.com/bitnami/charts/issues/26793)
+
+## 26.2.0 (2024-05-24)
+
+* [bitnami/odoo] Enable PodDisruptionBudgets (#26177) ([56c8c6a](https://github.com/bitnami/charts/commit/56c8c6a2c992b3cefe1d7630237dd49e295df801)), closes [#26177](https://github.com/bitnami/charts/issues/26177)
## 26.1.0 (2024-05-21)
diff --git a/bitnami/odoo/Chart.lock b/bitnami/odoo/Chart.lock
index fadcadc5781da8..c94fabb25efaed 100644
--- a/bitnami/odoo/Chart.lock
+++ b/bitnami/odoo/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.3.5
+ version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:733f900df591c9175c755b21213ed83c02a011517e70120f4e00aa28b12397e2
-generated: "2024-05-21T14:23:37.111976208+02:00"
+digest: sha256:33d51e108321e8e3d13453af838530d7f395de526f7ed506336312713e92119d
+generated: "2024-06-05T12:20:15.087935715Z"
diff --git a/bitnami/odoo/Chart.yaml b/bitnami/odoo/Chart.yaml
index 47679d7a58d84b..6662bac20d0764 100644
--- a/bitnami/odoo/Chart.yaml
+++ b/bitnami/odoo/Chart.yaml
@@ -6,32 +6,32 @@ annotations:
licenses: Apache-2.0
images: |
- name: odoo
- image: docker.io/bitnami/odoo:17.0.20240505-debian-12-r1
+ image: docker.io/bitnami/odoo:17.0.20240605-debian-12-r0
apiVersion: v2
-appVersion: 17.0.20240505
+appVersion: 17.0.20240605
dependencies:
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Odoo is an open source ERP and CRM platform, formerly known as OpenERP, that can connect a wide variety of business operations such as sales, supply chain, finance, and project management.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/odoo/img/odoo-stack-220x234.png
keywords:
-- odoo
-- crm
-- www
-- http
-- web
+ - odoo
+ - crm
+ - www
+ - http
+ - web
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: odoo
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/odoo
-version: 26.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/odoo
+version: 26.2.3
diff --git a/bitnami/odoo/values.yaml b/bitnami/odoo/values.yaml
index 20dbc90f963a8b..fd92fc6c398bbb 100644
--- a/bitnami/odoo/values.yaml
+++ b/bitnami/odoo/values.yaml
@@ -79,7 +79,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/odoo
- tag: 17.0.20240505-debian-12-r1
+ tag: 17.0.20240605-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
diff --git a/bitnami/opencart/CHANGELOG.md b/bitnami/opencart/CHANGELOG.md
index 710576c30e8429..406069c455799b 100644
--- a/bitnami/opencart/CHANGELOG.md
+++ b/bitnami/opencart/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 18.2.1 (2024-06-04)
+## 18.2.3 (2024-06-05)
-* [bitnami/opencart] Fix typo in deployment.yaml template ([#26680](https://github.com/bitnami/charts/pull/26680))
+* [bitnami/opencart] Bump chart version ([#26852](https://github.com/bitnami/charts/pull/26852))
+
+## 18.2.2 (2024-06-05)
+
+* [bitnami/opencart] Bump chart version (#26794) ([14fcea7](https://github.com/bitnami/charts/commit/14fcea7d8e097a841d3eafbecacb9bcd981bc812)), closes [#26794](https://github.com/bitnami/charts/issues/26794)
+
+## 18.2.1 (2024-06-04)
+
+* [bitnami/opencart] Fix typo in deployment.yaml template (#26680) ([bd3efec](https://github.com/bitnami/charts/commit/bd3efec1b83a9ded44da5b10e5ec9eb1586c859a)), closes [#26680](https://github.com/bitnami/charts/issues/26680)
## 18.2.0 (2024-05-29)
diff --git a/bitnami/opencart/Chart.lock b/bitnami/opencart/Chart.lock
index 7553139dc62b9c..6d823987829e7c 100644
--- a/bitnami/opencart/Chart.lock
+++ b/bitnami/opencart/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.0.6
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:b301b80e916d0e948742e5fd94df9700a7be160a173ef39f11b54fac32887216
-generated: "2024-05-21T14:24:23.179514555+02:00"
+digest: sha256:7c38699a1e5655841a6b5cc2c078368f2fcdcab4d0baeba0c11158443c94049c
+generated: "2024-06-05T15:05:39.554628+02:00"
diff --git a/bitnami/opencart/Chart.yaml b/bitnami/opencart/Chart.yaml
index 932c56f9989cba..9e582120ae3661 100644
--- a/bitnami/opencart/Chart.yaml
+++ b/bitnami/opencart/Chart.yaml
@@ -14,28 +14,28 @@ annotations:
apiVersion: v2
appVersion: 4.0.2-3
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: OpenCart is free open source ecommerce platform for online merchants. OpenCart provides a professional and reliable foundation from which to build a successful online store.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/opencart/img/opencart-stack-220x234.png
keywords:
-- opencart
-- e-commerce
-- http
-- web
-- php
+ - opencart
+ - e-commerce
+ - http
+ - web
+ - php
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: opencart
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/opencart
-version: 18.2.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/opencart
+version: 18.2.3
diff --git a/bitnami/parse/CHANGELOG.md b/bitnami/parse/CHANGELOG.md
index 40b7dac490ceff..18c7c64ff9ec1f 100644
--- a/bitnami/parse/CHANGELOG.md
+++ b/bitnami/parse/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 23.2.0 (2024-05-28)
+## 23.2.2 (2024-06-05)
-* [bitnami/parse] Enable PodDisruptionBudgets ([#26516](https://github.com/bitnami/charts/pull/26516))
+* [bitnami/parse] Bump chart version ([#26853](https://github.com/bitnami/charts/pull/26853))
+
+## 23.2.1 (2024-06-05)
+
+* [bitnami/parse] Bump chart version (#26795) ([cbf752a](https://github.com/bitnami/charts/commit/cbf752a9b656224e972c54b4e7897607642a5903)), closes [#26795](https://github.com/bitnami/charts/issues/26795)
+
+## 23.2.0 (2024-05-30)
+
+* [bitnami/parse] Enable PodDisruptionBudgets (#26516) ([627d79e](https://github.com/bitnami/charts/commit/627d79e306798efa3e48d814d64fa3aa3d3e5987)), closes [#26516](https://github.com/bitnami/charts/issues/26516)
## 23.1.0 (2024-05-21)
diff --git a/bitnami/parse/Chart.lock b/bitnami/parse/Chart.lock
index 863e515078b5ab..7746ef1b95c456 100644
--- a/bitnami/parse/Chart.lock
+++ b/bitnami/parse/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.4.5
+ version: 15.6.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:323bd67e3695a4ea246ea7b9c420b29cb44f7255c6d641893b454c1d60b09c21
-generated: "2024-05-21T14:25:54.159514406+02:00"
+digest: sha256:c50f2c10e26b8e87b33e67574de5799d2ddb7eb56548e19487fd289ff3e4bd41
+generated: "2024-06-05T15:05:44.934105+02:00"
diff --git a/bitnami/parse/Chart.yaml b/bitnami/parse/Chart.yaml
index def1b023c50ac5..6b61ae2d338fd0 100644
--- a/bitnami/parse/Chart.yaml
+++ b/bitnami/parse/Chart.yaml
@@ -14,28 +14,28 @@ annotations:
apiVersion: v2
appVersion: 7.0.0
dependencies:
-- name: mongodb
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - name: mongodb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/parse/img/parse-stack-220x234.png
keywords:
-- parse
-- backend
-- serverless
-- platform
-- mbaas
-- mobile
+ - parse
+ - backend
+ - serverless
+ - platform
+ - mbaas
+ - mobile
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: parse
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/parse
-version: 23.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/parse
+version: 23.2.2
diff --git a/bitnami/phpbb/CHANGELOG.md b/bitnami/phpbb/CHANGELOG.md
index 89987fdd785848..6e22b8f156a607 100644
--- a/bitnami/phpbb/CHANGELOG.md
+++ b/bitnami/phpbb/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 18.2.2 (2024-06-04)
+## 18.2.4 (2024-06-05)
-* [bitnami/phpbb] Fix typo in deployment.yaml template ([#26617](https://github.com/bitnami/charts/pull/26617))
+* [bitnami/phpbb] Bump chart version ([#26854](https://github.com/bitnami/charts/pull/26854))
+
+## 18.2.3 (2024-06-05)
+
+* [bitnami/phpbb] Bump chart version (#26796) ([d1da169](https://github.com/bitnami/charts/commit/d1da16983feae1ccdbe628cfebaf1b3e528f426a)), closes [#26796](https://github.com/bitnami/charts/issues/26796)
+
+## 18.2.2 (2024-06-04)
+
+* [bitnami/phpbb] Fix typo in deployment.yaml template (#26617) ([03adfa5](https://github.com/bitnami/charts/commit/03adfa5055cdc1901dbabef8ebd6083dbde26cb2)), closes [#26617](https://github.com/bitnami/charts/issues/26617)
## 18.2.1 (2024-06-01)
diff --git a/bitnami/phpbb/Chart.lock b/bitnami/phpbb/Chart.lock
index 3ab26351cbf8d2..05c972ed828770 100644
--- a/bitnami/phpbb/Chart.lock
+++ b/bitnami/phpbb/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.2.0
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:12ae0eae08e6a4b0ed817fa178454edd314ae4465c205e051983b9f77dba20b9
-generated: "2024-05-31T23:47:15.03985388Z"
+digest: sha256:7c38699a1e5655841a6b5cc2c078368f2fcdcab4d0baeba0c11158443c94049c
+generated: "2024-06-05T15:05:50.91906+02:00"
diff --git a/bitnami/phpbb/Chart.yaml b/bitnami/phpbb/Chart.yaml
index 5a4ee0e53fcc30..a71666677bf9a7 100644
--- a/bitnami/phpbb/Chart.yaml
+++ b/bitnami/phpbb/Chart.yaml
@@ -14,27 +14,27 @@ annotations:
apiVersion: v2
appVersion: 3.3.12
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: phpBB is a popular bulletin board that features robust messaging capabilities such as flat message structure, subforums, topic split/merge/lock, user groups, full-text search, and attachments.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/phpbb/img/phpbb-stack-220x234.png
keywords:
-- phpbb
-- forum
-- http
-- php
+ - phpbb
+ - forum
+ - http
+ - php
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: phpbb
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/phpbb
-version: 18.2.2
+ - https://github.com/bitnami/charts/tree/main/bitnami/phpbb
+version: 18.2.4
diff --git a/bitnami/phpmyadmin/CHANGELOG.md b/bitnami/phpmyadmin/CHANGELOG.md
index 004cc21df95603..69b51f67e75bf3 100644
--- a/bitnami/phpmyadmin/CHANGELOG.md
+++ b/bitnami/phpmyadmin/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 16.2.1 (2024-06-04)
+## 16.2.3 (2024-06-05)
-* [bitnami/phpmyadmin] Fix typo in deployment.yaml template ([#26616](https://github.com/bitnami/charts/pull/26616))
+* [bitnami/phpmyadmin] Bump chart version ([#26855](https://github.com/bitnami/charts/pull/26855))
+
+## 16.2.2 (2024-06-05)
+
+* [bitnami/phpmyadmin] Bump chart version (#26797) ([85bb88c](https://github.com/bitnami/charts/commit/85bb88c4ee8e7a9ba25328c82d932e90417be39e)), closes [#26797](https://github.com/bitnami/charts/issues/26797)
+
+## 16.2.1 (2024-06-04)
+
+* [bitnami/phpmyadmin] Fix typo in deployment.yaml template (#26616) ([9fc8caa](https://github.com/bitnami/charts/commit/9fc8caad32e839bf42dd3a63b943b1d8ed5f3ff0)), closes [#26616](https://github.com/bitnami/charts/issues/26616)
## 16.2.0 (2024-05-29)
diff --git a/bitnami/phpmyadmin/Chart.lock b/bitnami/phpmyadmin/Chart.lock
index 325e2a938c8c03..14a3aa4df6aa45 100644
--- a/bitnami/phpmyadmin/Chart.lock
+++ b/bitnami/phpmyadmin/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.0.6
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:a6d2ea9c161f3f79d4d2c290ae9a8e6c82d7f318ed4cae0a99404d42cf0ac6a5
-generated: "2024-05-21T14:27:25.143640044+02:00"
+digest: sha256:937d8d384b37135f421db92379563b76112d93460dce99d63919f19d9abebbdb
+generated: "2024-06-05T15:05:56.095307+02:00"
diff --git a/bitnami/phpmyadmin/Chart.yaml b/bitnami/phpmyadmin/Chart.yaml
index c374bb8bf55e63..59c57b3bffd2a8 100644
--- a/bitnami/phpmyadmin/Chart.yaml
+++ b/bitnami/phpmyadmin/Chart.yaml
@@ -12,28 +12,28 @@ annotations:
apiVersion: v2
appVersion: 5.2.1
dependencies:
-- condition: db.bundleTestDB
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - phpmyadmin-database
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: db.bundleTestDB
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - phpmyadmin-database
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/phpmyadmin/img/phpmyadmin-stack-220x234.png
keywords:
-- mariadb
-- mysql
-- phpmyadmin
+ - mariadb
+ - mysql
+ - phpmyadmin
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: phpmyadmin
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin
-version: 16.2.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin
+version: 16.2.3
diff --git a/bitnami/prestashop/CHANGELOG.md b/bitnami/prestashop/CHANGELOG.md
index 2a499802a555ae..89c4713b73ca46 100644
--- a/bitnami/prestashop/CHANGELOG.md
+++ b/bitnami/prestashop/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 21.2.0 (2024-05-29)
+## 21.2.2 (2024-06-05)
-* [bitnami/prestashop] Enable PodDisruptionBudgets ([#26531](https://github.com/bitnami/charts/pull/26531))
+* [bitnami/prestashop] Bump chart version ([#26856](https://github.com/bitnami/charts/pull/26856))
+
+## 21.2.1 (2024-06-05)
+
+* [bitnami/prestashop] Bump chart version (#26798) ([2fe39f7](https://github.com/bitnami/charts/commit/2fe39f77a8f05cd022ef7cf1b1ed92cb703d6d70)), closes [#26798](https://github.com/bitnami/charts/issues/26798)
+
+## 21.2.0 (2024-05-30)
+
+* [bitnami/prestashop] Enable PodDisruptionBudgets (#26531) ([1bd0e73](https://github.com/bitnami/charts/commit/1bd0e73d525f29b6833b92de8f0236d731898f51)), closes [#26531](https://github.com/bitnami/charts/issues/26531)
## 21.1.0 (2024-05-21)
diff --git a/bitnami/prestashop/Chart.lock b/bitnami/prestashop/Chart.lock
index 7e1e1e12d788b3..4f8a5ba745eb0c 100644
--- a/bitnami/prestashop/Chart.lock
+++ b/bitnami/prestashop/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.0.6
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:b301b80e916d0e948742e5fd94df9700a7be160a173ef39f11b54fac32887216
-generated: "2024-05-21T14:31:00.876367033+02:00"
+digest: sha256:7c38699a1e5655841a6b5cc2c078368f2fcdcab4d0baeba0c11158443c94049c
+generated: "2024-06-05T15:06:01.457236+02:00"
diff --git a/bitnami/prestashop/Chart.yaml b/bitnami/prestashop/Chart.yaml
index 807de564127835..30554e55228c67 100644
--- a/bitnami/prestashop/Chart.yaml
+++ b/bitnami/prestashop/Chart.yaml
@@ -14,28 +14,28 @@ annotations:
apiVersion: v2
appVersion: 8.1.6
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: PrestaShop is a powerful open source eCommerce platform used by over 250,000 online storefronts worldwide. It is easily customizable, responsive, and includes powerful tools to drive online sales.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/prestashop/img/prestashop-stack-220x234.png
keywords:
-- prestashop
-- e-commerce
-- http
-- web
-- php
+ - prestashop
+ - e-commerce
+ - http
+ - web
+ - php
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: prestashop
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/prestashop
-version: 21.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/prestashop
+version: 21.2.2
diff --git a/bitnami/rabbitmq-cluster-operator/CHANGELOG.md b/bitnami/rabbitmq-cluster-operator/CHANGELOG.md
index 6b233e6ac93ffe..dfb98c2f86101d 100644
--- a/bitnami/rabbitmq-cluster-operator/CHANGELOG.md
+++ b/bitnami/rabbitmq-cluster-operator/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 4.3.2 (2024-06-04)
+## 4.3.4 (2024-06-05)
-* [bitnami/rabbitmq-cluster-operator] Bump chart version ([#26665](https://github.com/bitnami/charts/pull/26665))
+* [bitnami/rabbitmq-cluster-operator] Remove operator metrics endpoint … ([#26601](https://github.com/bitnami/charts/pull/26601))
+
+## 4.3.3 (2024-06-05)
+
+* [bitnami/rabbitmq-cluster-operator] Release 4.3.3 (#26752) ([0b9b047](https://github.com/bitnami/charts/commit/0b9b047beefd57a7cbaa47145c7acb79508fce49)), closes [#26752](https://github.com/bitnami/charts/issues/26752)
+
+## 4.3.2 (2024-06-04)
+
+* [bitnami/rabbitmq-cluster-operator] Bump chart version (#26665) ([0d1b4ab](https://github.com/bitnami/charts/commit/0d1b4ab706e604d91f0754e00cff63a1c0aa50d1)), closes [#26665](https://github.com/bitnami/charts/issues/26665)
## 4.3.1 (2024-05-24)
diff --git a/bitnami/rabbitmq-cluster-operator/Chart.yaml b/bitnami/rabbitmq-cluster-operator/Chart.yaml
index 95b855e6829a5e..c233007f5b9e37 100644
--- a/bitnami/rabbitmq-cluster-operator/Chart.yaml
+++ b/bitnami/rabbitmq-cluster-operator/Chart.yaml
@@ -6,35 +6,35 @@ annotations:
licenses: Apache-2.0
images: |
- name: rabbitmq
- image: docker.io/bitnami/rabbitmq:3.13.2-debian-12-r4
+ image: docker.io/bitnami/rabbitmq:3.13.3-debian-12-r0
- name: rabbitmq-cluster-operator
- image: docker.io/bitnami/rabbitmq-cluster-operator:2.9.0-debian-12-r1
+ image: docker.io/bitnami/rabbitmq-cluster-operator:2.9.0-debian-12-r2
- name: rmq-default-credential-updater
- image: docker.io/bitnami/rmq-default-credential-updater:1.0.4-debian-12-r20
+ image: docker.io/bitnami/rmq-default-credential-updater:1.0.4-debian-12-r21
- name: rmq-messaging-topology-operator
- image: docker.io/bitnami/rmq-messaging-topology-operator:1.14.1-debian-12-r1
+ image: docker.io/bitnami/rmq-messaging-topology-operator:1.14.1-debian-12-r2
apiVersion: v2
appVersion: 2.9.0
dependencies:
- - name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+- name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: The RabbitMQ Cluster Kubernetes Operator automates provisioning, management, and operations of RabbitMQ clusters running on Kubernetes.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/rabbitmq-cluster-operator/img/rabbitmq-cluster-operator-stack-220x234.png
keywords:
- - rabbitmq
- - operator
- - infrastructure
- - message queue
- - AMQP
+- rabbitmq
+- operator
+- infrastructure
+- message queue
+- AMQP
kubeVersion: '>= 1.19.0-0'
maintainers:
- - name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+- name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: rabbitmq-cluster-operator
sources:
- - https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq-cluster-operator
-version: 4.3.2
+- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq-cluster-operator
+version: 4.3.4
diff --git a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml
index 97bca164c5c73b..11adb4523affce 100644
--- a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml
+++ b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml
@@ -32,22 +32,6 @@ spec:
- {{ include "common.names.namespace" . | quote }}
endpoints:
- port: http
- {{- if .Values.clusterOperator.metrics.serviceMonitor.interval }}
- interval: {{ .Values.clusterOperator.metrics.serviceMonitor.interval }}
- {{- end }}
- {{- if .Values.clusterOperator.metrics.serviceMonitor.honorLabels }}
- honorLabels: {{ .Values.clusterOperator.metrics.serviceMonitor.honorLabels }}
- {{- end }}
- {{- if .Values.clusterOperator.metrics.serviceMonitor.scrapeTimeout }}
- scrapeTimeout: {{ .Values.clusterOperator.metrics.serviceMonitor.scrapeTimeout }}
- {{- end }}
- {{- if .Values.clusterOperator.metrics.serviceMonitor.metricRelabelings }}
- metricRelabelings: {{ toYaml .Values.clusterOperator.metrics.serviceMonitor.metricRelabelings | nindent 8 }}
- {{- end }}
- {{- if .Values.clusterOperator.metrics.serviceMonitor.relabelings }}
- relabelings: {{ toYaml .Values.clusterOperator.metrics.serviceMonitor.relabelings | nindent 8 }}
- {{- end }}
- - port: metrics
{{- if .Values.clusterOperator.metrics.serviceMonitor.path }}
path: {{ .Values.clusterOperator.metrics.serviceMonitor.path }}
{{- end }}
@@ -57,12 +41,12 @@ spec:
{{- if .Values.clusterOperator.metrics.serviceMonitor.interval }}
interval: {{ .Values.clusterOperator.metrics.serviceMonitor.interval }}
{{- end }}
- {{- if .Values.clusterOperator.metrics.serviceMonitor.scrapeTimeout }}
- scrapeTimeout: {{ .Values.clusterOperator.metrics.serviceMonitor.scrapeTimeout }}
- {{- end }}
{{- if .Values.clusterOperator.metrics.serviceMonitor.honorLabels }}
honorLabels: {{ .Values.clusterOperator.metrics.serviceMonitor.honorLabels }}
{{- end }}
+ {{- if .Values.clusterOperator.metrics.serviceMonitor.scrapeTimeout }}
+ scrapeTimeout: {{ .Values.clusterOperator.metrics.serviceMonitor.scrapeTimeout }}
+ {{- end }}
{{- if .Values.clusterOperator.metrics.serviceMonitor.relabelings }}
relabelings: {{- include "common.tplvalues.render" ( dict "value" .Values.clusterOperator.metrics.serviceMonitor.relabelings "context" $) | nindent 8 }}
{{- end }}
diff --git a/bitnami/rabbitmq-cluster-operator/values.yaml b/bitnami/rabbitmq-cluster-operator/values.yaml
index 60a26405a6b23a..c1c0b04ea8561d 100644
--- a/bitnami/rabbitmq-cluster-operator/values.yaml
+++ b/bitnami/rabbitmq-cluster-operator/values.yaml
@@ -72,7 +72,7 @@ diagnosticMode:
rabbitmqImage:
registry: docker.io
repository: bitnami/rabbitmq
- tag: 3.13.2-debian-12-r4
+ tag: 3.13.3-debian-12-r0
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -93,7 +93,7 @@ rabbitmqImage:
credentialUpdaterImage:
registry: docker.io
repository: bitnami/rmq-default-credential-updater
- tag: 1.0.4-debian-12-r20
+ tag: 1.0.4-debian-12-r21
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -116,7 +116,7 @@ clusterOperator:
image:
registry: docker.io
repository: bitnami/rabbitmq-cluster-operator
- tag: 2.9.0-debian-12-r1
+ tag: 2.9.0-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -649,7 +649,7 @@ msgTopologyOperator:
image:
registry: docker.io
repository: bitnami/rmq-messaging-topology-operator
- tag: 1.14.1-debian-12-r1
+ tag: 1.14.1-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
diff --git a/bitnami/redmine/CHANGELOG.md b/bitnami/redmine/CHANGELOG.md
index 78cd9145ceac8e..7793f03b1cd191 100644
--- a/bitnami/redmine/CHANGELOG.md
+++ b/bitnami/redmine/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 28.2.0 (2024-05-23)
+## 28.2.2 (2024-06-05)
-* [bitnami/redmine] Enable PodDisruptionBudgets ([#26376](https://github.com/bitnami/charts/pull/26376))
+* [bitnami/redmine] Bump chart version ([#26858](https://github.com/bitnami/charts/pull/26858))
+
+## 28.2.1 (2024-06-05)
+
+* [bitnami/redmine] Bump chart version (#26800) ([11bf83c](https://github.com/bitnami/charts/commit/11bf83caa900b9861b310ff80644b80b7eef04e6)), closes [#26800](https://github.com/bitnami/charts/issues/26800)
+
+## 28.2.0 (2024-05-24)
+
+* [bitnami/redmine] Enable PodDisruptionBudgets (#26376) ([4ffd3fd](https://github.com/bitnami/charts/commit/4ffd3fd91c2e9db900400b9c9e1ff45957922211)), closes [#26376](https://github.com/bitnami/charts/issues/26376)
## 28.1.0 (2024-05-21)
diff --git a/bitnami/redmine/Chart.lock b/bitnami/redmine/Chart.lock
index da1d3b0df7da27..d4df4f443f93c9 100644
--- a/bitnami/redmine/Chart.lock
+++ b/bitnami/redmine/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.3.5
+ version: 15.5.2
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.0.6
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:fcf8bcef6dacb7e774dab5a890b5c6e9097ee36e9d891eb0126588f74f5a3407
-generated: "2024-05-21T14:36:08.988225258+02:00"
+digest: sha256:b8acdc1c649fb68163f59b821c2d9ccd0f2fc13ca7cd3ccddb43d3af9a989357
+generated: "2024-06-05T15:06:14.897126+02:00"
diff --git a/bitnami/redmine/Chart.yaml b/bitnami/redmine/Chart.yaml
index e491683e2efd4d..25f6592c65ee69 100644
--- a/bitnami/redmine/Chart.yaml
+++ b/bitnami/redmine/Chart.yaml
@@ -12,35 +12,35 @@ annotations:
apiVersion: v2
appVersion: 5.1.2
dependencies:
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Redmine is an open source management application. It includes a tracking issue system, Gantt charts for a visual view of projects and deadlines, and supports SCM integration for version control.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/redmine/img/redmine-stack-220x234.png
keywords:
-- redmine
-- project management
-- www
-- http
-- web
-- application
-- ruby
-- rails
+ - redmine
+ - project management
+ - www
+ - http
+ - web
+ - application
+ - ruby
+ - rails
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: redmine
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/redmine
-version: 28.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/redmine
+version: 28.2.2
diff --git a/bitnami/schema-registry/CHANGELOG.md b/bitnami/schema-registry/CHANGELOG.md
index f083d8a7d0d321..cadb188796aa5d 100644
--- a/bitnami/schema-registry/CHANGELOG.md
+++ b/bitnami/schema-registry/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 19.1.0 (2024-05-28)
+## 19.1.2 (2024-06-05)
-* [bitnami/schema-registry] Enable PodDisruptionBudgets ([#26377](https://github.com/bitnami/charts/pull/26377))
+* [bitnami/schema-registry] Bump chart version ([#26859](https://github.com/bitnami/charts/pull/26859))
+
+## 19.1.1 (2024-06-05)
+
+* [bitnami/schema-registry] Bump chart version (#26801) ([90a1ef0](https://github.com/bitnami/charts/commit/90a1ef0fbe9545af302d682ac2b51adc3e6a9be9)), closes [#26801](https://github.com/bitnami/charts/issues/26801)
+
+## 19.1.0 (2024-05-29)
+
+* [bitnami/schema-registry] Enable PodDisruptionBudgets (#26377) ([5337d8a](https://github.com/bitnami/charts/commit/5337d8ab354416b64a55994f5a2f838cea83f083)), closes [#26377](https://github.com/bitnami/charts/issues/26377)
## 19.0.0 (2024-05-27)
diff --git a/bitnami/schema-registry/Chart.lock b/bitnami/schema-registry/Chart.lock
index 22569470f0a872..1f966c3ba8b96d 100644
--- a/bitnami/schema-registry/Chart.lock
+++ b/bitnami/schema-registry/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
- version: 29.0.3
+ version: 29.2.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:51cdda7d1e6d95822986e8ef9139371fef731bc955e57eb03020423c6378fb34
-generated: "2024-05-27T08:32:06.486374+02:00"
+digest: sha256:f4f4a73576b7bdbbbf5efe58326c2c13c8f65d1dd61f29f9424aa9546d970424
+generated: "2024-06-05T15:06:21.834836+02:00"
diff --git a/bitnami/schema-registry/Chart.yaml b/bitnami/schema-registry/Chart.yaml
index 8e9ad405edd235..522987dea1d8aa 100644
--- a/bitnami/schema-registry/Chart.yaml
+++ b/bitnami/schema-registry/Chart.yaml
@@ -10,28 +10,28 @@ annotations:
apiVersion: v2
appVersion: 7.6.1
dependencies:
-- condition: kafka.enabled
- name: kafka
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 29.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: kafka.enabled
+ name: kafka
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 29.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Confluent Schema Registry provides a RESTful interface by adding a serving layer for your metadata on top of Kafka. It expands Kafka enabling support for Apache Avro, JSON, and Protobuf schemas.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/schema-registry/img/schema-registry-stack-220x234.png
keywords:
-- schema-registry
-- confluent
-- kafka
-- zookeeper
-- streaming
+ - schema-registry
+ - confluent
+ - kafka
+ - zookeeper
+ - streaming
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: schema-registry
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/schema-registry
-version: 19.1.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/schema-registry
+version: 19.1.2
diff --git a/bitnami/scylladb/CHANGELOG.md b/bitnami/scylladb/CHANGELOG.md
index dd9f36ee0c3c2f..40238a37a96388 100644
--- a/bitnami/scylladb/CHANGELOG.md
+++ b/bitnami/scylladb/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 0.1.5 (2024-05-29)
+## 0.1.7 (2024-06-05)
-* [bitnami/scylladb] Enable PodDisruptionBudgets ([#26533](https://github.com/bitnami/charts/pull/26533))
+* [bitnami/scylladb] Bump chart version ([#26860](https://github.com/bitnami/charts/pull/26860))
+
+## 0.1.6 (2024-06-05)
+
+* [bitnami/scylladb] Bump chart version (#26802) ([c3ae1ae](https://github.com/bitnami/charts/commit/c3ae1ae9b97d8fc3beea4285a440fc53cd1f82af)), closes [#26802](https://github.com/bitnami/charts/issues/26802)
+
+## 0.1.5 (2024-05-29)
+
+* [bitnami/scylladb] Enable PodDisruptionBudgets (#26533) ([6e834a0](https://github.com/bitnami/charts/commit/6e834a0a5c00f82cff1c5ffdff2fb717c887ba12)), closes [#26533](https://github.com/bitnami/charts/issues/26533)
## 0.1.4 (2024-05-24)
diff --git a/bitnami/scylladb/Chart.yaml b/bitnami/scylladb/Chart.yaml
index d7643598df80c3..a5e07477baccc9 100644
--- a/bitnami/scylladb/Chart.yaml
+++ b/bitnami/scylladb/Chart.yaml
@@ -12,22 +12,22 @@ annotations:
apiVersion: v2
appVersion: 5.4.6
dependencies:
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: ScyllaDB is an open-source, distributed NoSQL wide-column data store. Written in C++, it is designed for high throughput and low latency, compatible with Apache Cassandra.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/scylladb/img/scylladb-stack-220x234.png
keywords:
-- scylladb
-- database
-- nosql
+ - scylladb
+ - database
+ - nosql
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: scylladb
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/scylladb
-version: 0.1.5
+ - https://github.com/bitnami/charts/tree/main/bitnami/scylladb
+version: 0.1.7
diff --git a/bitnami/sealed-secrets/CHANGELOG.md b/bitnami/sealed-secrets/CHANGELOG.md
index 255489fb2be902..07b6346d530265 100644
--- a/bitnami/sealed-secrets/CHANGELOG.md
+++ b/bitnami/sealed-secrets/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 2.3.1 (2024-06-04)
+## 2.3.2 (2024-06-05)
-* [bitnami/sealed-secrets] Bump chart version ([#26668](https://github.com/bitnami/charts/pull/26668))
+* [bitnami/sealed-secrets] Release 2.3.2 ([#26754](https://github.com/bitnami/charts/pull/26754))
+
+## 2.3.1 (2024-06-04)
+
+* [bitnami/sealed-secrets] Bump chart version (#26668) ([828804e](https://github.com/bitnami/charts/commit/828804e18c995b7c1b26126db5b55fa09f3e44e3)), closes [#26668](https://github.com/bitnami/charts/issues/26668)
## 2.3.0 (2024-05-27)
diff --git a/bitnami/sealed-secrets/Chart.yaml b/bitnami/sealed-secrets/Chart.yaml
index c89c70a8db8fc8..d74731da28dfcd 100644
--- a/bitnami/sealed-secrets/Chart.yaml
+++ b/bitnami/sealed-secrets/Chart.yaml
@@ -6,27 +6,27 @@ annotations:
licenses: Apache-2.0
images: |
- name: sealed-secrets-controller
- image: docker.io/bitnami/sealed-secrets-controller:0.26.3-debian-12-r0
+ image: docker.io/bitnami/sealed-secrets-controller:0.26.3-debian-12-r1
apiVersion: v2
appVersion: 0.26.3
dependencies:
- - name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+- name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Sealed Secrets are "one-way" encrypted K8s Secrets that can be created by anyone, but can only be decrypted by the controller running in the target cluster recovering the original object.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/sealed-secrets/img/sealed-secrets-stack-220x234.png
keywords:
- - secrets
- - sealed-secrets
+- secrets
+- sealed-secrets
kubeVersion: '>=1.16.0-0'
maintainers:
- - name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+- name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: sealed-secrets
sources:
- - https://github.com/bitnami/charts/tree/main/bitnami/sealed-secrets
- - https://github.com/bitnami-labs/sealed-secrets
-version: 2.3.1
+- https://github.com/bitnami/charts/tree/main/bitnami/sealed-secrets
+- https://github.com/bitnami-labs/sealed-secrets
+version: 2.3.2
diff --git a/bitnami/sealed-secrets/values.yaml b/bitnami/sealed-secrets/values.yaml
index 08122fa2339825..746c979b5b9f04 100644
--- a/bitnami/sealed-secrets/values.yaml
+++ b/bitnami/sealed-secrets/values.yaml
@@ -71,7 +71,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/sealed-secrets-controller
- tag: 0.26.3-debian-12-r0
+ tag: 0.26.3-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
diff --git a/bitnami/seaweedfs/CHANGELOG.md b/bitnami/seaweedfs/CHANGELOG.md
index 8f01257526c22e..52ea83d9eaba64 100644
--- a/bitnami/seaweedfs/CHANGELOG.md
+++ b/bitnami/seaweedfs/CHANGELOG.md
@@ -1,8 +1,20 @@
# Changelog
-## 0.3.1 (2024-05-29)
+## 0.3.4 (2024-06-05)
-* [bitnami/seaweedfs] Add chart source URL to sources list ([#26538](https://github.com/bitnami/charts/pull/26538))
+* [bitnami/seaweedfs] Bump chart version ([#26861](https://github.com/bitnami/charts/pull/26861))
+
+## 0.3.3 (2024-06-05)
+
+* [bitnami/seaweedfs] Bump chart version (#26803) ([f815b87](https://github.com/bitnami/charts/commit/f815b872c71cb720cd4cd753cb0301280eac8c0b)), closes [#26803](https://github.com/bitnami/charts/issues/26803)
+
+## 0.3.2 (2024-06-05)
+
+* [bitnami/seaweedfs] Release 0.3.2 (#26753) ([4ff09d3](https://github.com/bitnami/charts/commit/4ff09d3d6178612acf578cc1a7648a0831654868)), closes [#26753](https://github.com/bitnami/charts/issues/26753)
+
+## 0.3.1 (2024-05-29)
+
+* [bitnami/seaweedfs] Add chart source URL to sources list (#26538) ([0a1b8c1](https://github.com/bitnami/charts/commit/0a1b8c1843634aafc89db4a0b5b78a2756661c37)), closes [#26538](https://github.com/bitnami/charts/issues/26538)
## 0.3.0 (2024-05-24)
diff --git a/bitnami/seaweedfs/Chart.lock b/bitnami/seaweedfs/Chart.lock
index a8a39f9ad2fc7d..cc52437f5281cf 100644
--- a/bitnami/seaweedfs/Chart.lock
+++ b/bitnami/seaweedfs/Chart.lock
@@ -1,10 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.0.6
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:2478b5905a3762c639243987d595ae8946c65c7ec7cd1999850fdcd50e514a61
-generated: "2024-05-21T14:39:05.507859562+02:00"
-
+digest: sha256:25c34f1e8c8f2376ff3500411d2ef2b4ba8c4a9eb45c6f36dd9e3e9c86caad8a
+generated: "2024-06-05T06:34:53.292691175Z"
diff --git a/bitnami/seaweedfs/Chart.yaml b/bitnami/seaweedfs/Chart.yaml
index f5f02c933bba5a..fa5f08c9303ed8 100644
--- a/bitnami/seaweedfs/Chart.yaml
+++ b/bitnami/seaweedfs/Chart.yaml
@@ -6,38 +6,38 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r21
+ image: docker.io/bitnami/os-shell:12-debian-12-r22
- name: seaweedfs
- image: docker.io/bitnami/seaweedfs:3.67.0-debian-12-r2
+ image: docker.io/bitnami/seaweedfs:3.67.0-debian-12-r3
apiVersion: v2
appVersion: 3.67.0
dependencies:
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - seaweedfs-database
- version: 18.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - seaweedfs-database
+ version: 18.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: SeaweedFS is a simple and highly scalable distributed file system.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/seaweedfs/img/seaweedfs-stack-220x234.png
keywords:
-- seaweedfs
-- storage
-- blob-storage
-- file-storage
-- object-storage
-- s3
+ - seaweedfs
+ - storage
+ - blob-storage
+ - file-storage
+ - object-storage
+ - s3
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: seaweedfs
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs
-- https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs
-version: 0.3.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs
+ - https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs
+version: 0.3.4
diff --git a/bitnami/seaweedfs/values.yaml b/bitnami/seaweedfs/values.yaml
index a8063b942bd1b6..d1b43d32709d95 100644
--- a/bitnami/seaweedfs/values.yaml
+++ b/bitnami/seaweedfs/values.yaml
@@ -80,7 +80,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/seaweedfs
- tag: 3.67.0-debian-12-r2
+ tag: 3.67.0-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -3213,7 +3213,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r21
+ tag: 12-debian-12-r22
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
diff --git a/bitnami/solr/CHANGELOG.md b/bitnami/solr/CHANGELOG.md
index d7224e63244bf4..2ea3463bb0c8da 100644
--- a/bitnami/solr/CHANGELOG.md
+++ b/bitnami/solr/CHANGELOG.md
@@ -1,8 +1,20 @@
# Changelog
-## 9.2.2 (2024-05-30)
+## 9.3.2 (2024-06-05)
-* [bitnami/solr] Release 9.2.2 ([#26558](https://github.com/bitnami/charts/pull/26558))
+* [bitnami/solr] Bump chart version ([#26862](https://github.com/bitnami/charts/pull/26862))
+
+## 9.3.1 (2024-06-05)
+
+* [bitnami/solr] Bump chart version (#26804) ([f647d19](https://github.com/bitnami/charts/commit/f647d196e2c9a980324b3cd28d4ac69ae8086092)), closes [#26804](https://github.com/bitnami/charts/issues/26804)
+
+## 9.3.0 (2024-06-05)
+
+* [bitnami/solr] Enable PodDisruptionBudgets (#26708) ([e5877b7](https://github.com/bitnami/charts/commit/e5877b74133f0770e3352efe4309cc4779fbb037)), closes [#26708](https://github.com/bitnami/charts/issues/26708)
+
+## 9.2.2 (2024-05-30)
+
+* [bitnami/solr] Release 9.2.2 (#26558) ([be4358b](https://github.com/bitnami/charts/commit/be4358b13e35b10026d6ee31efdda58ea864633c)), closes [#26558](https://github.com/bitnami/charts/issues/26558)
## 9.2.1 (2024-05-22)
diff --git a/bitnami/solr/Chart.lock b/bitnami/solr/Chart.lock
index f7adda449aeca3..e510fd7620d415 100644
--- a/bitnami/solr/Chart.lock
+++ b/bitnami/solr/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
- version: 13.4.0
+ version: 13.4.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:d4cf95ede3f4616d73105423fee2b123c0b9afb19bf552cef106e46152e113a7
-generated: "2024-05-30T03:06:13.350014163Z"
+digest: sha256:207dbb88735403b2f537d721164d1eccadd845c1be10cb0ca9b57c8c32d00e4d
+generated: "2024-06-05T15:06:36.91636+02:00"
diff --git a/bitnami/solr/Chart.yaml b/bitnami/solr/Chart.yaml
index d5719aea56f241..064b14d1ac4887 100644
--- a/bitnami/solr/Chart.yaml
+++ b/bitnami/solr/Chart.yaml
@@ -12,26 +12,26 @@ annotations:
apiVersion: v2
appVersion: 9.6.1
dependencies:
-- condition: zookeeper.enabled
- name: zookeeper
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 13.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: zookeeper.enabled
+ name: zookeeper
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 13.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Apache Solr is an extremely powerful, open source enterprise search platform built on Apache Lucene. It is highly reliable and flexible, scalable, and designed to add value very quickly after launch.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/solr/img/solr-stack-220x234.png
keywords:
-- solr
-- zookeeper
-- apache
+ - solr
+ - zookeeper
+ - apache
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: solr
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/solr
-version: 9.2.2
+ - https://github.com/bitnami/charts/tree/main/bitnami/solr
+version: 9.3.2
diff --git a/bitnami/solr/README.md b/bitnami/solr/README.md
index d0830feb5083df..cf77f82dd2d0e1 100644
--- a/bitnami/solr/README.md
+++ b/bitnami/solr/README.md
@@ -269,8 +269,8 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `updateStrategy.type` | Solr statefulset strategy type | `RollingUpdate` |
| `updateStrategy.rollingUpdate` | Solr statefulset rolling update configuration parameters | `{}` |
| `enableServiceLinks` | Whether information about services should be injected into pod's environment variable | `true` |
-| `pdb.create` | Enable a Pod Disruption Budget creation | `false` |
-| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `pdb.create` | Enable a Pod Disruption Budget creation | `true` |
+| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `extraVolumes` | Optionally specify extra list of additional volumes for the Solr pod(s) | `[]` |
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Solr container(s) | `[]` |
diff --git a/bitnami/solr/templates/pdb.yaml b/bitnami/solr/templates/pdb.yaml
index 5a71001605ce0a..1fd9cacf8101c1 100644
--- a/bitnami/solr/templates/pdb.yaml
+++ b/bitnami/solr/templates/pdb.yaml
@@ -17,8 +17,8 @@ spec:
{{- if .Values.pdb.minAvailable }}
minAvailable: {{ .Values.pdb.minAvailable }}
{{- end }}
- {{- if .Values.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.pdb.maxUnavailable }}
+ {{- if or .Values.pdb.maxUnavailable ( not .Values.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/solr/values.yaml b/bitnami/solr/values.yaml
index adbb3cca43cfb7..73ecd86ed1ceac 100644
--- a/bitnami/solr/values.yaml
+++ b/bitnami/solr/values.yaml
@@ -382,8 +382,8 @@ enableServiceLinks: true
## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## @param extraVolumes Optionally specify extra list of additional volumes for the Solr pod(s)
##
diff --git a/bitnami/sonarqube/CHANGELOG.md b/bitnami/sonarqube/CHANGELOG.md
index afe22998d604df..c3ac581c3d64a0 100644
--- a/bitnami/sonarqube/CHANGELOG.md
+++ b/bitnami/sonarqube/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 5.2.0 (2024-05-29)
+## 5.2.2 (2024-06-05)
-* [bitnami/sonarqube] Enable PodDisruptionBudgets ([#26535](https://github.com/bitnami/charts/pull/26535))
+* [bitnami/sonarqube] Bump chart version ([#26863](https://github.com/bitnami/charts/pull/26863))
+
+## 5.2.1 (2024-06-05)
+
+* [bitnami/sonarqube] Bump chart version (#26805) ([eebef62](https://github.com/bitnami/charts/commit/eebef62c0f72fe3c6ea77f3c79c371415e52514e)), closes [#26805](https://github.com/bitnami/charts/issues/26805)
+
+## 5.2.0 (2024-05-30)
+
+* [bitnami/sonarqube] Enable PodDisruptionBudgets (#26535) ([7146a83](https://github.com/bitnami/charts/commit/7146a83372b9b690ccea3cf7fd77910042a96c08)), closes [#26535](https://github.com/bitnami/charts/issues/26535)
## 5.1.0 (2024-05-21)
diff --git a/bitnami/sonarqube/Chart.lock b/bitnami/sonarqube/Chart.lock
index 805a866cfec964..936c8931890471 100644
--- a/bitnami/sonarqube/Chart.lock
+++ b/bitnami/sonarqube/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.3.5
+ version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:733f900df591c9175c755b21213ed83c02a011517e70120f4e00aa28b12397e2
-generated: "2024-05-21T14:40:35.308616586+02:00"
+digest: sha256:33d51e108321e8e3d13453af838530d7f395de526f7ed506336312713e92119d
+generated: "2024-06-05T15:06:41.704746+02:00"
diff --git a/bitnami/sonarqube/Chart.yaml b/bitnami/sonarqube/Chart.yaml
index ec36dfe5a69a2a..e583ef6bc420e7 100644
--- a/bitnami/sonarqube/Chart.yaml
+++ b/bitnami/sonarqube/Chart.yaml
@@ -32,9 +32,9 @@ keywords:
- code-review
- static-analysis
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: sonarqube
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/sonarqube
-version: 5.2.0
+version: 5.2.2
diff --git a/bitnami/spark/CHANGELOG.md b/bitnami/spark/CHANGELOG.md
index 355178b821a28b..017159a8171656 100644
--- a/bitnami/spark/CHANGELOG.md
+++ b/bitnami/spark/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 9.1.1 (2024-06-04)
+## 9.2.0 (2024-06-04)
-* [bitnami/spark] Bump chart version ([#26669](https://github.com/bitnami/charts/pull/26669))
+* [bitnami/spark] Enable PodDisruptionBudgets ([#26536](https://github.com/bitnami/charts/pull/26536))
+
+## 9.1.1 (2024-06-04)
+
+* [bitnami/spark] Bump chart version (#26669) ([484cd76](https://github.com/bitnami/charts/commit/484cd761e8b4d7cf597c74af4f065d40b6cce7c9)), closes [#26669](https://github.com/bitnami/charts/issues/26669)
## 9.1.0 (2024-05-21)
diff --git a/bitnami/spark/Chart.yaml b/bitnami/spark/Chart.yaml
index be0efc07fcdc36..8e7addcc0e2c8e 100644
--- a/bitnami/spark/Chart.yaml
+++ b/bitnami/spark/Chart.yaml
@@ -26,5 +26,5 @@ maintainers:
url: https://github.com/bitnami/charts
name: spark
sources:
- - https://github.com/bitnami/charts/tree/main/bitnami/spark
-version: 9.1.1
+- https://github.com/bitnami/charts/tree/main/bitnami/spark
+version: 9.2.0
diff --git a/bitnami/spark/README.md b/bitnami/spark/README.md
index ff0a26c046c15e..136c61e24361f3 100644
--- a/bitnami/spark/README.md
+++ b/bitnami/spark/README.md
@@ -277,6 +277,9 @@ As an alternative, you can use the preset configurations for pod affinity, pod a
| `master.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |
| `master.sidecars` | Add additional sidecar containers to the master pod(s) | `[]` |
| `master.initContainers` | Add initContainers to the master pods. | `[]` |
+| `master.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
+| `master.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
+| `master.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `master.pdb.minAvailable` and `master.pdb.maxUnavailable` are empty. | `""` |
### Spark worker parameters
@@ -369,6 +372,9 @@ As an alternative, you can use the preset configurations for pod affinity, pod a
| `worker.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |
| `worker.sidecars` | Add additional sidecar containers to the worker pod(s) | `[]` |
| `worker.initContainers` | Add initContainers to the worker pods. | `[]` |
+| `worker.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
+| `worker.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
+| `worker.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `worker.pdb.minAvailable` and `worker.pdb.maxUnavailable` are empty. | `""` |
| `worker.autoscaling.enabled` | Enable replica autoscaling depending on CPU | `false` |
| `worker.autoscaling.minReplicas` | Minimum number of worker replicas | `""` |
| `worker.autoscaling.maxReplicas` | Maximum number of worker replicas | `5` |
diff --git a/bitnami/spark/templates/pdb-master.yaml b/bitnami/spark/templates/pdb-master.yaml
new file mode 100644
index 00000000000000..c9ff9f545bb63d
--- /dev/null
+++ b/bitnami/spark/templates/pdb-master.yaml
@@ -0,0 +1,28 @@
+{{- /*
+Copyright Broadcom, Inc. All Rights Reserved.
+SPDX-License-Identifier: APACHE-2.0
+*/}}
+
+{{- if .Values.master.pdb.create }}
+apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
+kind: PodDisruptionBudget
+metadata:
+ name: {{ printf "%s-master" (include "common.names.fullname" .) }}
+ namespace: {{ include "common.names.namespace" . | quote }}
+ labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
+ app.kubernetes.io/component: master
+ {{- if .Values.commonAnnotations }}
+ annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
+ {{- end }}
+spec:
+ {{- if .Values.master.pdb.minAvailable }}
+ minAvailable: {{ .Values.master.pdb.minAvailable }}
+ {{- end }}
+ {{- if or .Values.master.pdb.maxUnavailable ( not .Values.master.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.master.pdb.maxUnavailable | default 1 }}
+ {{- end }}
+ {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.master.podLabels .Values.commonLabels ) "context" . ) }}
+ selector:
+ matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
+ app.kubernetes.io/component: master
+{{- end }}
diff --git a/bitnami/spark/templates/pdb-worker.yaml b/bitnami/spark/templates/pdb-worker.yaml
new file mode 100644
index 00000000000000..6781d4d934acd5
--- /dev/null
+++ b/bitnami/spark/templates/pdb-worker.yaml
@@ -0,0 +1,28 @@
+{{- /*
+Copyright Broadcom, Inc. All Rights Reserved.
+SPDX-License-Identifier: APACHE-2.0
+*/}}
+
+{{- if .Values.worker.pdb.create }}
+apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
+kind: PodDisruptionBudget
+metadata:
+ name: {{ printf "%s-worker" (include "common.names.fullname" .) }}
+ namespace: {{ include "common.names.namespace" . | quote }}
+ labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
+ app.kubernetes.io/component: worker
+ {{- if .Values.commonAnnotations }}
+ annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
+ {{- end }}
+spec:
+ {{- if .Values.worker.pdb.minAvailable }}
+ minAvailable: {{ .Values.worker.pdb.minAvailable }}
+ {{- end }}
+ {{- if or .Values.worker.pdb.maxUnavailable ( not .Values.worker.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.worker.pdb.maxUnavailable | default 1 }}
+ {{- end }}
+ {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.worker.podLabels .Values.commonLabels ) "context" . ) }}
+ selector:
+ matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
+ app.kubernetes.io/component: worker
+{{- end }}
diff --git a/bitnami/spark/values.yaml b/bitnami/spark/values.yaml
index 87a585e9ace65a..61d8f7105801a2 100644
--- a/bitnami/spark/values.yaml
+++ b/bitnami/spark/values.yaml
@@ -460,6 +460,16 @@ master:
## containerPort: 1234
##
initContainers: []
+ ## Pod Disruption Budget configuration
+ ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb
+ ## @param master.pdb.create Enable/disable a Pod Disruption Budget creation
+ ## @param master.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled
+ ## @param master.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `master.pdb.minAvailable` and `master.pdb.maxUnavailable` are empty.
+ ##
+ pdb:
+ create: true
+ minAvailable: ""
+ maxUnavailable: ""
## @section Spark worker parameters
##
@@ -816,6 +826,16 @@ worker:
## containerPort: 1234
##
initContainers: []
+ ## Pod Disruption Budget configuration
+ ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb
+ ## @param worker.pdb.create Enable/disable a Pod Disruption Budget creation
+ ## @param worker.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled
+ ## @param worker.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `worker.pdb.minAvailable` and `worker.pdb.maxUnavailable` are empty.
+ ##
+ pdb:
+ create: true
+ minAvailable: ""
+ maxUnavailable: ""
## Autoscaling parameters
## @param worker.autoscaling.enabled Enable replica autoscaling depending on CPU
## @param worker.autoscaling.minReplicas Minimum number of worker replicas
diff --git a/bitnami/spring-cloud-dataflow/CHANGELOG.md b/bitnami/spring-cloud-dataflow/CHANGELOG.md
index bf1a69091842d7..530ac769dea765 100644
--- a/bitnami/spring-cloud-dataflow/CHANGELOG.md
+++ b/bitnami/spring-cloud-dataflow/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 29.0.2 (2024-05-28)
+## 29.0.4 (2024-06-05)
-* [bitnami/spring-cloud-dataflow] Support taskServiceAccountName ([#26450](https://github.com/bitnami/charts/pull/26450))
+* [bitnami/spring-cloud-dataflow] Bump chart version ([#26864](https://github.com/bitnami/charts/pull/26864))
+
+## 29.0.3 (2024-06-05)
+
+* [bitnami/spring-cloud-dataflow] Bump chart version (#26806) ([3067abd](https://github.com/bitnami/charts/commit/3067abd374e6ac22275b1d5472a117b0e147c466)), closes [#26806](https://github.com/bitnami/charts/issues/26806)
+
+## 29.0.2 (2024-06-03)
+
+* [bitnami/spring-cloud-dataflow] Support taskServiceAccountName (#26450) ([a09c51b](https://github.com/bitnami/charts/commit/a09c51b4c47259e29ebed72202c37111f5032764)), closes [#26450](https://github.com/bitnami/charts/issues/26450)
## 29.0.1 (2024-05-27)
diff --git a/bitnami/spring-cloud-dataflow/Chart.lock b/bitnami/spring-cloud-dataflow/Chart.lock
index 180379817173ad..b2d42751f6eca9 100644
--- a/bitnami/spring-cloud-dataflow/Chart.lock
+++ b/bitnami/spring-cloud-dataflow/Chart.lock
@@ -1,15 +1,15 @@
dependencies:
- name: rabbitmq
repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.3.1
+ version: 14.3.3
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.2.0
+ version: 18.2.1
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
- version: 29.1.0
+ version: 29.2.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:c2e852f910abd4b7fc8bcb8601f6cd4f76d47afbef4c255276132b04dfd3f368
-generated: "2024-05-27T11:05:24.734079189Z"
+digest: sha256:3cb78d6bea368ed1a2874d52c867016694059f1e5d16699a351241da74890677
+generated: "2024-06-05T15:06:48.282342+02:00"
diff --git a/bitnami/spring-cloud-dataflow/Chart.yaml b/bitnami/spring-cloud-dataflow/Chart.yaml
index c238aeaf4b89fe..2541ba8ed642f8 100644
--- a/bitnami/spring-cloud-dataflow/Chart.yaml
+++ b/bitnami/spring-cloud-dataflow/Chart.yaml
@@ -20,37 +20,37 @@ annotations:
apiVersion: v2
appVersion: 2.11.3
dependencies:
-- condition: rabbitmq.enabled
- name: rabbitmq
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.x.x
-- condition: mariadb.enabled
- name: mariadb
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - dataflow-database
- version: 18.x.x
-- condition: kafka.enabled
- name: kafka
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 29.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: rabbitmq.enabled
+ name: rabbitmq
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 14.x.x
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - dataflow-database
+ version: 18.x.x
+ - condition: kafka.enabled
+ name: kafka
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 29.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Spring Cloud Data Flow is a microservices-based toolkit for building streaming and batch data processing pipelines in Cloud Foundry and Kubernetes.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/spring-cloud-dataflow/img/spring-cloud-dataflow-stack-220x234.png
keywords:
-- spring-cloud
-- dataflow
-- skipper
-- spring
+ - spring-cloud
+ - dataflow
+ - skipper
+ - spring
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: spring-cloud-dataflow
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/spring-cloud-dataflow
-version: 29.0.2
+ - https://github.com/bitnami/charts/tree/main/bitnami/spring-cloud-dataflow
+version: 29.0.4
diff --git a/bitnami/supabase/CHANGELOG.md b/bitnami/supabase/CHANGELOG.md
index 3318c807cd3b85..5af9c21fc3d08b 100644
--- a/bitnami/supabase/CHANGELOG.md
+++ b/bitnami/supabase/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
+## 5.2.2 (2024-06-05)
+
+* [bitnami/supabase] Bump chart version ([#26865](https://github.com/bitnami/charts/pull/26865))
+
+## 5.2.1 (2024-06-05)
+
+* [bitnami/supabase] Bump chart version (#26807) ([0df7816](https://github.com/bitnami/charts/commit/0df7816d58c07c14b089f9ac2eebfc6cd2d48026)), closes [#26807](https://github.com/bitnami/charts/issues/26807)
+
## 5.2.0 (2024-05-29)
-* [bitnami/supabase] Enable PodDisruptionBudgets ([#26537](https://github.com/bitnami/charts/pull/26537))
+* [bitnami/supabase] Enable PodDisruptionBudgets (#26537) ([74fad57](https://github.com/bitnami/charts/commit/74fad57a97b89fea6c0577624f0ef71cce59acf7)), closes [#26537](https://github.com/bitnami/charts/issues/26537)
## 5.1.1 (2024-05-22)
diff --git a/bitnami/supabase/Chart.lock b/bitnami/supabase/Chart.lock
index c2671af3cb2073..6d200495be29fa 100644
--- a/bitnami/supabase/Chart.lock
+++ b/bitnami/supabase/Chart.lock
@@ -1,13 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.3.5
+ version: 15.5.2
- name: kong
repository: oci://registry-1.docker.io/bitnamicharts
- version: 12.0.12
+ version: 12.1.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:f360cf1690852b373580059710c60ba0b2ab68fc0b5f911c180a63ad9b777340
-generated: "2024-05-21T14:42:51.543426964+02:00"
-
+digest: sha256:5f6cb1ba80ce0981980b0114f4b169eb2f752b83b2af1e0657d5001fb87cb61f
+generated: "2024-06-05T15:06:57.68163+02:00"
diff --git a/bitnami/supabase/Chart.yaml b/bitnami/supabase/Chart.yaml
index 3e5a95720eb3af..ad8033a5dcb3d4 100644
--- a/bitnami/supabase/Chart.yaml
+++ b/bitnami/supabase/Chart.yaml
@@ -28,29 +28,29 @@ annotations:
apiVersion: v2
appVersion: 1.24.4
dependencies:
-- condition: postgresql.enabled
- name: postgresql
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 15.x.x
-- condition: kong.enabled
- name: kong
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 12.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 15.x.x
+ - condition: kong.enabled
+ name: kong
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 12.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Supabase is an open source Firebase alternative. Provides all the necessary backend features to build your application in a scalable way. Uses PostgreSQL as datastore.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/supabase/img/supabase-stack-220x234.png
keywords:
-- development
-- dashboards
+ - development
+ - dashboards
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: supabase
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/supabase
-version: 5.2.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/supabase
+version: 5.2.2
diff --git a/bitnami/thanos/CHANGELOG.md b/bitnami/thanos/CHANGELOG.md
index 39654ff65641bd..498ecaceeb4271 100644
--- a/bitnami/thanos/CHANGELOG.md
+++ b/bitnami/thanos/CHANGELOG.md
@@ -1,8 +1,24 @@
# Changelog
-## 15.6.0 (2024-05-30)
+## 15.7.1 (2024-06-05)
-* [bitnami/thanos] Receive, ruler & storegateway statefulsets persistentVolumeClaimRetentionPolicy support ([#25676](https://github.com/bitnami/charts/pull/25676))
+* [bitnami/thanos] Bump chart version ([#26866](https://github.com/bitnami/charts/pull/26866))
+
+## 15.7.0 (2024-06-05)
+
+* [bitnami/thanos] Enable PodDisruptionBudgets (#26709) ([4796dad](https://github.com/bitnami/charts/commit/4796dad161af678c5dbdf04d3ae9d137f9f20ba3)), closes [#26709](https://github.com/bitnami/charts/issues/26709)
+
+## 15.6.2 (2024-06-05)
+
+* [bitnami/thanos] Bump chart version (#26808) ([f0b10e8](https://github.com/bitnami/charts/commit/f0b10e83d908b2df59907182615b48ca80b70264)), closes [#26808](https://github.com/bitnami/charts/issues/26808)
+
+## 15.6.1 (2024-06-05)
+
+* [bitnami/thanos] Release 15.6.1 (#26755) ([4e3585e](https://github.com/bitnami/charts/commit/4e3585ebd0dbfff61e13c12a529522fa094f8ada)), closes [#26755](https://github.com/bitnami/charts/issues/26755)
+
+## 15.6.0 (2024-05-31)
+
+* [bitnami/thanos] Receive, ruler & storegateway statefulsets persistentVolumeClaimRetentionPolicy sup ([c955b0e](https://github.com/bitnami/charts/commit/c955b0e811cdaf59a836e20288f58cf99256db52)), closes [#25676](https://github.com/bitnami/charts/issues/25676)
## 15.5.1 (2024-05-28)
diff --git a/bitnami/thanos/Chart.lock b/bitnami/thanos/Chart.lock
index 102b32600807a1..4f243064608c0c 100644
--- a/bitnami/thanos/Chart.lock
+++ b/bitnami/thanos/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.6.1
+ version: 14.6.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
-digest: sha256:2625ead6da658fe97b0dac70d8db9511a9429a517cf83da213304384c7bdedc7
-generated: "2024-05-28T17:18:14.816798486Z"
+digest: sha256:15c269ea87b96cd448e505cbd6d0232dcf80c4460a396f1402e6f3855280cfe4
+generated: "2024-06-05T06:37:22.494416663Z"
diff --git a/bitnami/thanos/Chart.yaml b/bitnami/thanos/Chart.yaml
index 75a62b678af32b..fd0a07c7fc4146 100644
--- a/bitnami/thanos/Chart.yaml
+++ b/bitnami/thanos/Chart.yaml
@@ -6,33 +6,33 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r21
+ image: docker.io/bitnami/os-shell:12-debian-12-r22
- name: thanos
- image: docker.io/bitnami/thanos:0.35.1-debian-12-r0
+ image: docker.io/bitnami/thanos:0.35.1-debian-12-r1
apiVersion: v2
appVersion: 0.35.1
dependencies:
-- condition: minio.enabled
- name: minio
- repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.x.x
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - condition: minio.enabled
+ name: minio
+ repository: oci://registry-1.docker.io/bitnamicharts
+ version: 14.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Thanos is a highly available metrics system that can be added on top of existing Prometheus deployments, providing a global query view across all Prometheus installations.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/thanos/img/thanos-stack-220x234.png
keywords:
-- analytics
-- monitoring
-- prometheus
-- thanos
+ - analytics
+ - monitoring
+ - prometheus
+ - thanos
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: thanos
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/thanos
-version: 15.6.0
+ - https://github.com/bitnami/charts/tree/main/bitnami/thanos
+version: 15.7.1
diff --git a/bitnami/thanos/README.md b/bitnami/thanos/README.md
index 76804251cea39c..5e9a7cc85bc9f0 100644
--- a/bitnami/thanos/README.md
+++ b/bitnami/thanos/README.md
@@ -504,8 +504,8 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `query.autoscaling.maxReplicas` | Maximum number of Thanos Query replicas | `""` |
| `query.autoscaling.targetCPU` | Target CPU utilization percentage | `""` |
| `query.autoscaling.targetMemory` | Target Memory utilization percentage | `""` |
-| `query.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Query | `false` |
-| `query.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `query.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Query | `true` |
+| `query.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `query.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `query.ingress.enabled` | Enable ingress controller resource | `false` |
| `query.ingress.hostname` | Default host for the ingress resource | `thanos.local` |
@@ -645,8 +645,8 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `queryFrontend.autoscaling.maxReplicas` | Maximum number of Thanos Query Frontend replicas | `""` |
| `queryFrontend.autoscaling.targetCPU` | Target CPU utilization percentage | `""` |
| `queryFrontend.autoscaling.targetMemory` | Target Memory utilization percentage | `""` |
-| `queryFrontend.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Query Frontend | `false` |
-| `queryFrontend.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `queryFrontend.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Query Frontend | `true` |
+| `queryFrontend.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `queryFrontend.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `queryFrontend.ingress.enabled` | Enable ingress controller resource | `false` |
| `queryFrontend.ingress.hostname` | Default host for the ingress resource | `thanos.local` |
@@ -769,8 +769,8 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `bucketweb.autoscaling.maxReplicas` | Maximum number of Thanos Bucket Web replicas | `""` |
| `bucketweb.autoscaling.targetCPU` | Target CPU utilization percentage | `""` |
| `bucketweb.autoscaling.targetMemory` | Target Memory utilization percentage | `""` |
-| `bucketweb.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Bucket Web | `false` |
-| `bucketweb.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `bucketweb.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Bucket Web | `true` |
+| `bucketweb.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `bucketweb.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `bucketweb.ingress.enabled` | Enable ingress controller resource | `false` |
| `bucketweb.ingress.hostname` | Default host for the ingress resource | `thanos-bucketweb.local` |
@@ -1052,8 +1052,8 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `storegateway.autoscaling.maxReplicas` | Maximum number of Thanos Store Gateway replicas | `""` |
| `storegateway.autoscaling.targetCPU` | Target CPU utilization percentage | `""` |
| `storegateway.autoscaling.targetMemory` | Target Memory utilization percentage | `""` |
-| `storegateway.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Store Gateway | `false` |
-| `storegateway.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `storegateway.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Store Gateway | `true` |
+| `storegateway.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `storegateway.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `storegateway.ingress.enabled` | Enable ingress controller resource | `false` |
| `storegateway.ingress.hostname` | Default host for the ingress resource | `thanos-storegateway.local` |
@@ -1217,8 +1217,8 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `ruler.autoscaling.maxReplicas` | Maximum number of Thanos Ruler replicas | `""` |
| `ruler.autoscaling.targetCPU` | Target CPU utilization percentage | `""` |
| `ruler.autoscaling.targetMemory` | Target Memory utilization percentage | `""` |
-| `ruler.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Ruler | `false` |
-| `ruler.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `ruler.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Ruler | `true` |
+| `ruler.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `ruler.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `ruler.ingress.enabled` | Enable ingress controller resource | `false` |
| `ruler.ingress.hostname` | Default host for the ingress resource | `thanos-ruler.local` |
@@ -1363,8 +1363,8 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `receive.autoscaling.maxReplicas` | Maximum number of Thanos Receive replicas | `""` |
| `receive.autoscaling.targetCPU` | Target CPU utilization percentage | `""` |
| `receive.autoscaling.targetMemory` | Target Memory utilization percentage | `""` |
-| `receive.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Receive | `false` |
-| `receive.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `receive.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Receive | `true` |
+| `receive.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `receive.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `receive.persistence.enabled` | Enable data persistence using PVC(s) on Thanos Receive pods | `true` |
| `receive.persistence.storageClass` | Specify the `storageClass` used to provision the volume | `""` |
@@ -1477,8 +1477,8 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `receiveDistributor.autoscaling.maxReplicas` | Maximum number of Thanos Receive Distributor replicas | `""` |
| `receiveDistributor.autoscaling.targetCPU` | Target CPU utilization percentage | `""` |
| `receiveDistributor.autoscaling.targetMemory` | Target Memory utilization percentage | `""` |
-| `receiveDistributor.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Receive Distributor | `false` |
-| `receiveDistributor.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
+| `receiveDistributor.pdb.create` | Enable/disable a Pod Disruption Budget creation for Thanos Receive Distributor | `true` |
+| `receiveDistributor.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `receiveDistributor.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
### Metrics parameters
diff --git a/bitnami/thanos/templates/bucketweb/pdb.yaml b/bitnami/thanos/templates/bucketweb/pdb.yaml
index d84f1f0603a002..787fb922c67924 100644
--- a/bitnami/thanos/templates/bucketweb/pdb.yaml
+++ b/bitnami/thanos/templates/bucketweb/pdb.yaml
@@ -18,8 +18,8 @@ spec:
{{- if .Values.bucketweb.pdb.minAvailable }}
minAvailable: {{ .Values.bucketweb.pdb.minAvailable }}
{{- end }}
- {{- if .Values.bucketweb.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.bucketweb.pdb.maxUnavailable }}
+ {{- if or .Values.bucketweb.pdb.maxUnavailable ( not .Values.bucketweb.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.bucketweb.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.bucketweb.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/thanos/templates/query-frontend/pdb.yaml b/bitnami/thanos/templates/query-frontend/pdb.yaml
index 786a76156fa58f..764fec3118b92e 100644
--- a/bitnami/thanos/templates/query-frontend/pdb.yaml
+++ b/bitnami/thanos/templates/query-frontend/pdb.yaml
@@ -18,8 +18,8 @@ spec:
{{- if .Values.queryFrontend.pdb.minAvailable }}
minAvailable: {{ .Values.queryFrontend.pdb.minAvailable }}
{{- end }}
- {{- if .Values.queryFrontend.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.queryFrontend.pdb.maxUnavailable }}
+ {{- if or .Values.queryFrontend.pdb.maxUnavailable ( not .Values.queryFrontend.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.queryFrontend.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.queryFrontend.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/thanos/templates/query/pdb.yaml b/bitnami/thanos/templates/query/pdb.yaml
index f0fefa33856b06..c173e505bed3b4 100644
--- a/bitnami/thanos/templates/query/pdb.yaml
+++ b/bitnami/thanos/templates/query/pdb.yaml
@@ -18,8 +18,8 @@ spec:
{{- if .Values.query.pdb.minAvailable }}
minAvailable: {{ .Values.query.pdb.minAvailable }}
{{- end }}
- {{- if .Values.query.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.query.pdb.maxUnavailable }}
+ {{- if or .Values.query.pdb.maxUnavailable ( not .Values.query.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.query.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.query.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/thanos/templates/receive-distributor/pdb.yaml b/bitnami/thanos/templates/receive-distributor/pdb.yaml
index 650515539a4702..4f362920bc4149 100644
--- a/bitnami/thanos/templates/receive-distributor/pdb.yaml
+++ b/bitnami/thanos/templates/receive-distributor/pdb.yaml
@@ -18,8 +18,8 @@ spec:
{{- if .Values.receiveDistributor.pdb.minAvailable }}
minAvailable: {{ .Values.receiveDistributor.pdb.minAvailable }}
{{- end }}
- {{- if .Values.receiveDistributor.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.receiveDistributor.pdb.maxUnavailable }}
+ {{- if or .Values.receiveDistributor.pdb.maxUnavailable ( not .Values.receiveDistributor.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.receiveDistributor.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.receiveDistributor.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/thanos/templates/receive/pdb.yaml b/bitnami/thanos/templates/receive/pdb.yaml
index de50f34310de38..b3661b1fd63dad 100644
--- a/bitnami/thanos/templates/receive/pdb.yaml
+++ b/bitnami/thanos/templates/receive/pdb.yaml
@@ -18,8 +18,8 @@ spec:
{{- if .Values.receive.pdb.minAvailable }}
minAvailable: {{ .Values.receive.pdb.minAvailable }}
{{- end }}
- {{- if .Values.receive.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.receive.pdb.maxUnavailable }}
+ {{- if or .Values.receive.pdb.maxUnavailable ( not .Values.receive.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.receive.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.receive.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/thanos/templates/ruler/pdb.yaml b/bitnami/thanos/templates/ruler/pdb.yaml
index eac1daaf6544d0..e899eca27778d0 100644
--- a/bitnami/thanos/templates/ruler/pdb.yaml
+++ b/bitnami/thanos/templates/ruler/pdb.yaml
@@ -18,8 +18,8 @@ spec:
{{- if .Values.ruler.pdb.minAvailable }}
minAvailable: {{ .Values.ruler.pdb.minAvailable }}
{{- end }}
- {{- if .Values.ruler.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.ruler.pdb.maxUnavailable }}
+ {{- if or .Values.ruler.pdb.maxUnavailable ( not .Values.ruler.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.ruler.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.ruler.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/thanos/templates/storegateway/pdb-sharded.yaml b/bitnami/thanos/templates/storegateway/pdb-sharded.yaml
index 8b13ecf14bd76a..757e747507b0d6 100644
--- a/bitnami/thanos/templates/storegateway/pdb-sharded.yaml
+++ b/bitnami/thanos/templates/storegateway/pdb-sharded.yaml
@@ -28,8 +28,8 @@ spec:
{{- if $.Values.storegateway.pdb.minAvailable }}
minAvailable: {{ $.Values.storegateway.pdb.minAvailable }}
{{- end }}
- {{- if $.Values.storegateway.pdb.maxUnavailable }}
- maxUnavailable: {{ $.Values.storegateway.pdb.maxUnavailable }}
+ {{- if or $.Values.storegateway.pdb.maxUnavailable ( not $.Values.storegateway.pdb.minAvailable ) }}
+ maxUnavailable: {{ $.Values.storegateway.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list $.Values.storegateway.podLabels $.Values.commonLabels ) "context" $ ) }}
selector:
diff --git a/bitnami/thanos/templates/storegateway/pdb.yaml b/bitnami/thanos/templates/storegateway/pdb.yaml
index 142bc7ab731871..e1e304722245ce 100644
--- a/bitnami/thanos/templates/storegateway/pdb.yaml
+++ b/bitnami/thanos/templates/storegateway/pdb.yaml
@@ -18,8 +18,8 @@ spec:
{{- if .Values.storegateway.pdb.minAvailable }}
minAvailable: {{ .Values.storegateway.pdb.minAvailable }}
{{- end }}
- {{- if .Values.storegateway.pdb.maxUnavailable }}
- maxUnavailable: {{ .Values.storegateway.pdb.maxUnavailable }}
+ {{- if or .Values.storegateway.pdb.maxUnavailable ( not .Values.storegateway.pdb.minAvailable ) }}
+ maxUnavailable: {{ .Values.storegateway.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.storegateway.podLabels .Values.commonLabels ) "context" . ) }}
selector:
diff --git a/bitnami/thanos/values.yaml b/bitnami/thanos/values.yaml
index b66cab5d4b9db5..9b469e05e303b1 100644
--- a/bitnami/thanos/values.yaml
+++ b/bitnami/thanos/values.yaml
@@ -64,7 +64,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/thanos
- tag: 0.35.1-debian-12-r0
+ tag: 0.35.1-debian-12-r1
digest: ""
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -726,8 +726,8 @@ query:
## @param query.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## Configure the ingress resource that allows you to access Thanos Query
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
@@ -1359,8 +1359,8 @@ queryFrontend:
## @param queryFrontend.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## Configure the ingress resource that allows you to access Thanos Query Frontend
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
@@ -1867,8 +1867,8 @@ bucketweb:
## @param bucketweb.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## Configure the ingress resource that allows you to access Thanos Bucketweb
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
@@ -3020,8 +3020,8 @@ storegateway:
## @param storegateway.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## Configure the ingress resource that allows you to access Thanos Query Frontend
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
@@ -3760,8 +3760,8 @@ ruler:
## @param ruler.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## Configure the ingress resource that allows you to access Thanos Ruler
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
@@ -4346,8 +4346,8 @@ receive:
## @param receive.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## Persistence parameters
##
@@ -4790,8 +4790,8 @@ receiveDistributor:
## @param receiveDistributor.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
##
pdb:
- create: false
- minAvailable: 1
+ create: true
+ minAvailable: ""
maxUnavailable: ""
## @section Metrics parameters
@@ -4957,7 +4957,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r21
+ tag: 12-debian-12-r22
digest: ""
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
diff --git a/bitnami/valkey/CHANGELOG.md b/bitnami/valkey/CHANGELOG.md
index d709937a0ce1c2..ddec3962c1ca51 100644
--- a/bitnami/valkey/CHANGELOG.md
+++ b/bitnami/valkey/CHANGELOG.md
@@ -1,8 +1,20 @@
# Changelog
-## 0.3.1 (2024-05-30)
+## 0.3.3 (2024-06-05)
-* [binami/valkey] fix: wrong port set for sentinel setup
([#26393](https://github.com/bitnami/charts/pull/26393))
+* [bitnami/valkey] Bump chart version ([#26867](https://github.com/bitnami/charts/pull/26867))
+
+## 0.3.2 (2024-06-05)
+
+* [bitnami/valkey] Bump chart version (#26809) ([2cd462e](https://github.com/bitnami/charts/commit/2cd462eb8596b64b2bc578a905d92b8a7d38f89c)), closes [#26809](https://github.com/bitnami/charts/issues/26809)
+
+## 0.3.1 (2024-05-30)
+
+* [binami/valkey] fix: wrong port set for sentinel setup (#26393) ([1440310](https://github.com/bitnami/charts/commit/144031048dec77e257b9746a6e6c2a95389c7aa4)), closes [#26393](https://github.com/bitnami/charts/issues/26393)
+
+## 0.3.0 (2024-05-30)
+
+* [bitnami/valkey] Enable PodDisruptionBudgets (#26408) ([4329401](https://github.com/bitnami/charts/commit/4329401ca72452d5fd8aca478fcb82a7ed6a0daa)), closes [#26408](https://github.com/bitnami/charts/issues/26408)
## 0.2.1 (2024-05-30)
diff --git a/bitnami/valkey/Chart.yaml b/bitnami/valkey/Chart.yaml
index 7214bc7a74bfcd..4891f46e1e8127 100644
--- a/bitnami/valkey/Chart.yaml
+++ b/bitnami/valkey/Chart.yaml
@@ -18,22 +18,22 @@ annotations:
apiVersion: v2
appVersion: 7.2.5
dependencies:
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Valkey is an open source (BSD) high-performance key/value datastore that supports a variety workloads such as caching, message queues, and can act as a primary database.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/valkey/img/valkey-stack-220x234.png
keywords:
-- valkey
-- keyvalue
-- database
+ - valkey
+ - keyvalue
+ - database
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: valkey
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/valkey
-version: 0.3.1
+ - https://github.com/bitnami/charts/tree/main/bitnami/valkey
+version: 0.3.3
diff --git a/bitnami/vault/CHANGELOG.md b/bitnami/vault/CHANGELOG.md
index 4f3aa626369b28..e98027ddebb9b4 100644
--- a/bitnami/vault/CHANGELOG.md
+++ b/bitnami/vault/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 1.4.2 (2024-06-04)
+## 1.4.3 (2024-06-05)
-* [bitnami/vault] Bump chart version ([#26672](https://github.com/bitnami/charts/pull/26672))
+* [bitnami/vault] Release 1.4.3 ([#26756](https://github.com/bitnami/charts/pull/26756))
+
+## 1.4.2 (2024-06-04)
+
+* [bitnami/vault] Bump chart version (#26672) ([e3b98d1](https://github.com/bitnami/charts/commit/e3b98d1ee873fc13fcf304401d2e7562f5263488)), closes [#26672](https://github.com/bitnami/charts/issues/26672)
## 1.4.1 (2024-05-30)
diff --git a/bitnami/vault/Chart.yaml b/bitnami/vault/Chart.yaml
index 1e2bf4d76573a2..9f2f5c4eb08c9b 100644
--- a/bitnami/vault/Chart.yaml
+++ b/bitnami/vault/Chart.yaml
@@ -8,31 +8,31 @@ annotations:
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
- name: vault
- image: docker.io/bitnami/vault:1.16.3-debian-12-r0
+ image: docker.io/bitnami/vault:1.16.3-debian-12-r1
- name: vault-csi-provider
- image: docker.io/bitnami/vault-csi-provider:1.4.2-debian-12-r6
+ image: docker.io/bitnami/vault-csi-provider:1.4.2-debian-12-r7
- name: vault-k8s
- image: docker.io/bitnami/vault-k8s:1.4.1-debian-12-r5
+ image: docker.io/bitnami/vault-k8s:1.4.1-debian-12-r6
apiVersion: v2
appVersion: 1.16.3
dependencies:
- - name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+- name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Vault is a tool for securely managing and accessing secrets using a unified interface. Features secure storage, dynamic secrets, data encryption and revocation.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/vault/img/vault-stack-220x234.png
keywords:
- - security
- - secrets
- - injection
- - vault
+- security
+- secrets
+- injection
+- vault
maintainers:
- - name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+- name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: vault
sources:
- - https://github.com/bitnami/charts/tree/main/bitnami/vault
-version: 1.4.2
+- https://github.com/bitnami/charts/tree/main/bitnami/vault
+version: 1.4.3
diff --git a/bitnami/vault/values.yaml b/bitnami/vault/values.yaml
index df1beef78a71a5..9f559b199343e4 100644
--- a/bitnami/vault/values.yaml
+++ b/bitnami/vault/values.yaml
@@ -88,7 +88,7 @@ server:
image:
registry: docker.io
repository: bitnami/vault
- tag: 1.16.3-debian-12-r0
+ tag: 1.16.3-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -823,7 +823,7 @@ csiProvider:
image:
registry: docker.io
repository: bitnami/vault-csi-provider
- tag: 1.4.2-debian-12-r6
+ tag: 1.4.2-debian-12-r7
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1328,7 +1328,7 @@ injector:
image:
registry: docker.io
repository: bitnami/vault-k8s
- tag: 1.4.1-debian-12-r5
+ tag: 1.4.1-debian-12-r6
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
diff --git a/bitnami/whereabouts/CHANGELOG.md b/bitnami/whereabouts/CHANGELOG.md
index d190340c3b2814..74680c49cf02be 100644
--- a/bitnami/whereabouts/CHANGELOG.md
+++ b/bitnami/whereabouts/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 1.1.1 (2024-06-04)
+## 1.1.2 (2024-06-05)
-* [bitnami/whereabouts] Bump chart version ([#26673](https://github.com/bitnami/charts/pull/26673))
+* [bitnami/whereabouts] Release 1.1.2 ([#26757](https://github.com/bitnami/charts/pull/26757))
+
+## 1.1.1 (2024-06-04)
+
+* [bitnami/whereabouts] Bump chart version (#26673) ([02c7581](https://github.com/bitnami/charts/commit/02c7581e027023b7e3ddf01c58d178f3e2da806a)), closes [#26673](https://github.com/bitnami/charts/issues/26673)
## 1.1.0 (2024-05-21)
diff --git a/bitnami/whereabouts/Chart.yaml b/bitnami/whereabouts/Chart.yaml
index 862dfcfd0fc40a..b4dee4656034ed 100644
--- a/bitnami/whereabouts/Chart.yaml
+++ b/bitnami/whereabouts/Chart.yaml
@@ -6,27 +6,27 @@ annotations:
licenses: Apache-2.0
images: |
- name: whereabouts
- image: docker.io/bitnami/whereabouts:0.7.0-debian-12-r3
+ image: docker.io/bitnami/whereabouts:0.7.0-debian-12-r4
apiVersion: v2
appVersion: 0.7.0
dependencies:
- - name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+- name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Whereabouts is a CNI IPAM plugin for Kubernetes clusters. It dynamically assigns IP addresses cluster-wide. Features both IPv4 and IPv6 addressing.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/whereabouts/img/whereabouts-stack-220x234.png
keywords:
- - whereabouts
- - cni
- - kubernetes
- - networking
+- whereabouts
+- cni
+- kubernetes
+- networking
maintainers:
- - name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+- name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: whereabouts
sources:
- - https://github.com/bitnami/charts/tree/main/bitnami/whereabouts
-version: 1.1.1
+- https://github.com/bitnami/charts/tree/main/bitnami/whereabouts
+version: 1.1.2
diff --git a/bitnami/whereabouts/values.yaml b/bitnami/whereabouts/values.yaml
index d31a69c51d8182..4d1db338c17154 100644
--- a/bitnami/whereabouts/values.yaml
+++ b/bitnami/whereabouts/values.yaml
@@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/whereabouts
- tag: 0.7.0-debian-12-r3
+ tag: 0.7.0-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
diff --git a/bitnami/wordpress/CHANGELOG.md b/bitnami/wordpress/CHANGELOG.md
index 3ee9091aa52e57..f9d0f98c2df50c 100644
--- a/bitnami/wordpress/CHANGELOG.md
+++ b/bitnami/wordpress/CHANGELOG.md
@@ -1,8 +1,20 @@
# Changelog
-## 22.4.2 (2024-05-30)
+## 22.4.5 (2024-06-05)
-* [bitnami/wordpress] Fix issue #26133 ([#26551](https://github.com/bitnami/charts/pull/26551))
+* [bitnami/wordpress] Release 22.4.5 ([#26877](https://github.com/bitnami/charts/pull/26877))
+
+## 22.4.4 (2024-06-05)
+
+* [bitnami/wordpress] Bump chart version (#26868) ([ace691a](https://github.com/bitnami/charts/commit/ace691a13e2b46943bcefd12a0417c83db2743e7)), closes [#26868](https://github.com/bitnami/charts/issues/26868)
+
+## 22.4.3 (2024-06-05)
+
+* [bitnami/wordpress] Bump chart version (#26810) ([bd50eab](https://github.com/bitnami/charts/commit/bd50eaba314f106fa1a41f2f5541e964e664f276)), closes [#26810](https://github.com/bitnami/charts/issues/26810)
+
+## 22.4.2 (2024-06-03)
+
+* [bitnami/wordpress] Fix issue #26133 (#26551) ([55dcb0a](https://github.com/bitnami/charts/commit/55dcb0af793299e3a06a52cdd774475ab94040a7)), closes [#26133](https://github.com/bitnami/charts/issues/26133) [#26551](https://github.com/bitnami/charts/issues/26551) [#26133](https://github.com/bitnami/charts/issues/26133)
## 22.4.1 (2024-05-29)
diff --git a/bitnami/wordpress/Chart.lock b/bitnami/wordpress/Chart.lock
index b5fe3cffbc3613..21a7f19741ae6b 100644
--- a/bitnami/wordpress/Chart.lock
+++ b/bitnami/wordpress/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.4.1
+ version: 7.4.3
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
- version: 18.2.0
+ version: 18.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.19.3
-digest: sha256:b4071856266c177a21d38ace2be946f7a0d2682fa6d2d7e90d52573b44f2ab1c
-generated: "2024-05-24T15:58:32.634931761Z"
+ version: 2.20.0
+digest: sha256:260712efbbe94a5bccda1d522c26d9d27068a2f85d6adf7aa51046fac5fe5613
+generated: "2024-06-05T18:36:35.270013641Z"
diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml
index 6c7fc1f2155f93..29deea4e85c229 100644
--- a/bitnami/wordpress/Chart.yaml
+++ b/bitnami/wordpress/Chart.yaml
@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: apache-exporter
- image: docker.io/bitnami/apache-exporter:1.0.7-debian-12-r8
+ image: docker.io/bitnami/apache-exporter:1.0.7-debian-12-r9
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
- name: wordpress
- image: docker.io/bitnami/wordpress:6.5.3-debian-12-r6
+ image: docker.io/bitnami/wordpress:6.5.4-debian-12-r0
apiVersion: v2
-appVersion: 6.5.3
+appVersion: 6.5.4
dependencies:
- condition: memcached.enabled
name: memcached
@@ -44,4 +44,4 @@ maintainers:
name: wordpress
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
-version: 22.4.2
+version: 22.4.5
diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml
index b877cd7baf1dce..ecde580b9a0305 100644
--- a/bitnami/wordpress/values.yaml
+++ b/bitnami/wordpress/values.yaml
@@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/wordpress
- tag: 6.5.3-debian-12-r6
+ tag: 6.5.4-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -991,7 +991,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
- tag: 1.0.7-debian-12-r8
+ tag: 1.0.7-debian-12-r9
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
diff --git a/bitnami/zookeeper/CHANGELOG.md b/bitnami/zookeeper/CHANGELOG.md
index 353ea05a1c04d2..74fc98e2737834 100644
--- a/bitnami/zookeeper/CHANGELOG.md
+++ b/bitnami/zookeeper/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 13.4.1 (2024-06-04)
+## 13.4.2 (2024-06-05)
-* [bitnami/zookeeper] Bump chart version ([#26675](https://github.com/bitnami/charts/pull/26675))
+* [bitnami/zookeeper] Release 13.4.2 ([#26874](https://github.com/bitnami/charts/pull/26874))
+
+## 13.4.1 (2024-06-04)
+
+* [bitnami/zookeeper] Bump chart version (#26675) ([a04a619](https://github.com/bitnami/charts/commit/a04a619420db3ac872e225b0709889b588ecf886)), closes [#26675](https://github.com/bitnami/charts/issues/26675)
## 13.4.0 (2024-05-24)
diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml
index 135891b1f2b280..5d8776cc6767cd 100644
--- a/bitnami/zookeeper/Chart.yaml
+++ b/bitnami/zookeeper/Chart.yaml
@@ -6,26 +6,26 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r21
+ image: docker.io/bitnami/os-shell:12-debian-12-r22
- name: zookeeper
- image: docker.io/bitnami/zookeeper:3.9.2-debian-12-r6
+ image: docker.io/bitnami/zookeeper:3.9.2-debian-12-r7
apiVersion: v2
appVersion: 3.9.2
dependencies:
- - name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+- name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Apache ZooKeeper provides a reliable, centralized register of configuration data and services for distributed applications.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/zookeeper/img/zookeeper-stack-220x234.png
keywords:
- - zookeeper
+- zookeeper
maintainers:
- - name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+- name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: zookeeper
sources:
- - https://github.com/bitnami/charts/tree/main/bitnami/zookeeper
-version: 13.4.1
+- https://github.com/bitnami/charts/tree/main/bitnami/zookeeper
+version: 13.4.2
diff --git a/bitnami/zookeeper/values.yaml b/bitnami/zookeeper/values.yaml
index 0856124b199a54..9c23e4030c1d31 100644
--- a/bitnami/zookeeper/values.yaml
+++ b/bitnami/zookeeper/values.yaml
@@ -85,7 +85,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/zookeeper
- tag: 3.9.2-debian-12-r6
+ tag: 3.9.2-debian-12-r7
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -767,7 +767,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r21
+ tag: 12-debian-12-r22
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.