Skip to content

Commit 7ccc6c7

Browse files
committed
Correct image name
Signed-off-by: Matt Lord <mattalord@gmail.com>
1 parent a8dba17 commit 7ccc6c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/apis/planetscale/v2/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const (
103103
// DefaultMysqlPortName is the name for the MySQL port.
104104
DefaultMysqlPortName = "mysql"
105105

106-
defaultVitessLiteImage = "vitess/lite:v24.0.0-mysql80""
106+
defaultVitessLiteImage = "vitess/lite:v24.0.0-mysql80"
107107
defaultMySQLImage = "mysql:8.0.40"
108108

109109
DefaultInitCPURequestMillis = 100

0 commit comments

Comments
 (0)