Skip to content

Commit c404bcb

Browse files
committed
build: fixed mysql image
1 parent b7daa3f commit c404bcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
sidecars:
77
- name: mysql
8-
image: mysql:8.0.1
8+
image: mysql:8.0.26
99
args:
1010
- "--default-authentication-plugin=mysql_native_password"
1111
env:

.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
@@ -29,7 +29,7 @@ spec:
2929
periodSeconds: 2
3030
timeoutSeconds: 60
3131
- name: mysql
32-
image: mysql:8.0.1
32+
image: mysql:8.0.26
3333
args:
3434
- "--default-authentication-plugin=mysql_native_password"
3535
env:

0 commit comments

Comments
 (0)