diff --git a/charts/passbolt-ha/CHANGELOG.md b/charts/passbolt-ha/CHANGELOG.md index 44ee929b..562be27c 100644 --- a/charts/passbolt-ha/CHANGELOG.md +++ b/charts/passbolt-ha/CHANGELOG.md @@ -1,7 +1,7 @@ # passbolt-ha -## 2.0.2 +## 2.1.0 ### Changed -- dependency to mysql to 12.2.4 +- dependency to mysql to 12.3.0 diff --git a/charts/passbolt-ha/Chart.yaml b/charts/passbolt-ha/Chart.yaml index 86f1cfd4..7fdf21e9 100644 --- a/charts/passbolt-ha/Chart.yaml +++ b/charts/passbolt-ha/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: passbolt-ha description: A Helm chart to deploy Passbolt with MySQL and ProxySQL for HA type: application -version: 2.0.2 +version: 2.1.0 home: https://github.com/christianhuth/helm-charts icon: https://avatars.githubusercontent.com/u/4386228?s=200&v=4 maintainers: @@ -16,7 +16,7 @@ sources: dependencies: - name: mysql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.2.4 + version: 12.3.0 - name: passbolt repository: https://cnieg.github.io/helm-charts version: 1.1.17 @@ -27,7 +27,7 @@ annotations: artifacthub.io/category: security artifacthub.io/changes: | - kind: changed - description: dependency to mysql to 12.2.4 + description: dependency to mysql to 12.3.0 artifacthub.io/screenshots: | - title: The login screen of Passbolt url: https://help.passbolt.com/assets/img/help/2021/02/AN_login_v3.png