Skip to content

Commit

Permalink
Merge pull request #5472 from sapcc/revert_mariadb_security_patches_5_21
Browse files Browse the repository at this point in the history
[MariaDB] - Rolling back Security Patches 10.5.21 to 10.5.17
  • Loading branch information
viktor-kovacs authored Oct 19, 2023
2 parents 68f7d13 + 1269e5c commit a583004
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.15
version: 0.7.16
2 changes: 1 addition & 1 deletion common/mariadb/templates/alerts/_mysql.alerts.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
summary: {{ include "fullName" . }} reports slow queries.

- alert: {{ include "alerts.service" . | title }}MariaDBWaitingForLock
expr: (mysql_info_schema_processlist_seconds{app=~"{{ include "fullName" . }}", state=~"waiting for lock"} / 1000 > 15)
expr: (mysql_info_schema_threads_seconds{app=~"{{ include "fullName" . }}", state=~"waiting for lock"} / 1000 > 15)
for: 10m
labels:
context: database
Expand Down
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.21
image: library/mariadb:10.5.17
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.14.0
image_version: v0.12.1
port: "9104"
flags:
- collect.binlog_size
Expand Down

0 comments on commit a583004

Please sign in to comment.