Skip to content

Commit 15122dd

Browse files
AMeceacalind
authored andcommitted
Use stretch percona docker image version as a temp fix
1 parent f892ff2 commit 15122dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkg/options/options.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ func newPullPolicyValue(defaultValue v1.PullPolicy, v *v1.PullPolicy) *pullpolic
8282
}
8383

8484
const (
85-
defaultMysqlImage = "percona:5.7"
85+
// because of moving percona docker images to centos they broke the mysql
86+
// configuration files.
87+
// TODO: fix this issue
88+
defaultMysqlImage = "percona:5.7-stretch"
8689
defaultExporterImage = "prom/mysqld-exporter:latest"
8790

8891
defaultImagePullPolicy = v1.PullIfNotPresent

0 commit comments

Comments
 (0)