Skip to content

Commit

Permalink
Merge pull request #5313 from sapcc/mariadb_security_patches_5_21
Browse files Browse the repository at this point in the history
[MariaDB] - Security Patches upgrade to 10.5.21
  • Loading branch information
viktor-kovacs authored Sep 7, 2023
2 parents 35a81df + aa53ce6 commit 4c1db3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: mariadb
version: 0.7.12
version: 0.7.13
4 changes: 2 additions & 2 deletions common/mariadb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# name: value

name: null
image: library/mariadb:10.5.17
image: library/mariadb:10.5.21
imagePullPolicy: IfNotPresent
port_public: 3306
max_connections: 1024
Expand Down Expand Up @@ -138,7 +138,7 @@ backup_v2:
metrics:
enabled: true
image: prom/mysqld-exporter
image_version: v0.12.1
image_version: v0.14.0
port: "9104"
flags:
- collect.binlog_size
Expand Down

0 comments on commit 4c1db3b

Please sign in to comment.