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

feat(deps): update helm release mariadb to v11.5.7 #2

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions charts/php-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 4.5.2
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.0.12
version: 11.5.7
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.12.0
digest: sha256:485d25bbf01ae424d3823af5bbed317aecb5b31fd5015f3427d18b539e669d70
generated: "2022-08-18T14:32:47.405936+02:00"
digest: sha256:4be7d03df8dd54beaf90ed7b0074b65a36d18bd2228e7308273c751367cf65cc
generated: "2023-04-17T13:00:52.048799829Z"
2 changes: 1 addition & 1 deletion charts/php-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- child: addons
parent: addons
- name: mariadb
version: 11.0.12
version: 11.5.7
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: redis
Expand Down