Skip to content

Commit ce3ad30

Browse files
committed
[chart] mysql: Set version to "5.7.34-debian-10-r55" because "5.7" is broken atm
1 parent c83f650 commit ce3ad30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chart/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,8 @@ mysql:
491491
enabled: true
492492
fullnameOverride: mysql
493493
image:
494-
tag: 5.7
494+
# We switched to the specific version because "5.7" was broken at least once
495+
tag: 5.7.34-debian-10-r55
495496
primary:
496497
extraEnvVars:
497498
# We rely on this in our DB implementations: NULL (re-)sets configured columns to be initialized with CURRENT_TIMESTAMP.

0 commit comments

Comments
 (0)