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(helm): update image docker.io/bitnami/mariadb digest to 1e1fd20 #29057

Merged
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
2 changes: 1 addition & 1 deletion charts/stable/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ sources:
- https://hub.docker.com/r/bitnami/mariadb
- https://mariadb.org
type: application
version: 15.4.4
version: 15.4.5
2 changes: 1 addition & 1 deletion charts/stable/mariadb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/bitnami/mariadb
pullPolicy: IfNotPresent
tag: 11.5.2@sha256:9d16317d77fa765af11bc0c95a17fd69e637f15fa4544294253c2791c692a7ea
tag: 11.5.2@sha256:1e1fd20b91fa36c93423a861b7d644175f925203594dcce1de4888b73704e8ff

includeCommon: true
workload:
Expand Down
Loading