Skip to content

Commit c2c451c

Browse files
committed
ci: fixed mysql sidecars version
refs 62a110a - We have to use the generator, otherwise we will reset the updates in the future.
1 parent cbb703e commit c2c451c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.tekton/assets/sidecars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"sidecars": [
33
{
44
"name": "mysql",
5-
"image": "mysql:8.0.1",
5+
"image": "mysql:8.0.26",
66
"env": [
77
{ "name": "MYSQL_ROOT_PASSWORD", "value": "nodepw" },
88
{ "name": "MYSQL_DATABASE", "value": "nodedb" },

.tekton/tasks/test-groups/test-ci-collector-general-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
- name: mysql
88
image: mysql:8.0.26
99
args:
10-
- "--default-authentication-plugin=mysql_native_password"
10+
- "--default-authentication-plugin=mysql_native_password"
1111
env:
1212
- name: "MYSQL_ROOT_PASSWORD"
1313
value: "nodepw"

.tekton/tasks/test-groups/test-ci-collector-tracing-database-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: mysql
3232
image: mysql:8.0.26
3333
args:
34-
- "--default-authentication-plugin=mysql_native_password"
34+
- "--default-authentication-plugin=mysql_native_password"
3535
env:
3636
- name: "MYSQL_ROOT_PASSWORD"
3737
value: "nodepw"

0 commit comments

Comments
 (0)