Skip to content

Commit 2d2c82b

Browse files
authored
Update database.yaml
Set exact mysql 8.0 version otherwise it breaks on the latest 8.4
1 parent 2296f86 commit 2d2c82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/03-github-actions/.helm/templates/database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: mysql
17-
image: mysql:8
17+
image: mysql:8.0
1818
args: ["--default-authentication-plugin=mysql_native_password"]
1919
ports:
2020
- containerPort: 3306

0 commit comments

Comments
 (0)