Skip to content

Commit 4ab0e73

Browse files
committed
build: updated mongo docker to v8
https://www.mongodb.com/docs/drivers/node/current/whats-new/#std-label-version-6.16 > Deprecates support for MongoDB Server 4.0. Support will be completely removed in a future minor release.
1 parent 8232ea7 commit 4ab0e73

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.tekton/assets/sidecars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"name": "mongodb",
25-
"image": "mongo:4.1.13"
25+
"image": "mongo:8.0.8"
2626
},
2727
{
2828
"name": "mssql",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
spec:
66
sidecars:
77
- name: mysql
8-
image: mysql:8.0.26
8+
image: mysql:8.0.1
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
- name: memcached
88
image: memcached:1.6.9
99
- name: mongodb
10-
image: mongo:4.1.13
10+
image: mongo:8.0.8
1111
- name: elasticsearch
1212
image: docker.elastic.co/elasticsearch/elasticsearch:8.6.1
1313
env:
@@ -29,9 +29,9 @@ spec:
2929
periodSeconds: 2
3030
timeoutSeconds: 60
3131
- name: mysql
32-
image: mysql:8.0.26
32+
image: mysql:8.0.1
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"

docker-compose-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
ipv4_address: 172.30.0.4
4444

4545
mongo:
46-
image: mongo:4.1.13
46+
image: mongo:8.0.8
4747
ports:
4848
- 27017:27017
4949

0 commit comments

Comments
 (0)