Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update mysql docker tag to v12.3.0 #1352

Merged
merged 4 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/passbolt-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions charts/passbolt-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down