Skip to content

Commit

Permalink
update nebula image version to 3.5.0 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed May 18, 2023
1 parent e2ab90a commit dde84ad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions client/src/test/resources/docker-compose-casigned.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad-casigned:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- SYS_PTRACE

storaged-casigned:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -85,7 +85,7 @@ services:
- SYS_PTRACE

graphd-casigned:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -126,7 +126,7 @@ services:
cap_add:
- SYS_PTRACE
console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3.5.0
entrypoint: ""
command:
- sh
Expand Down
8 changes: 4 additions & 4 deletions client/src/test/resources/docker-compose-selfsigned.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad-selfsigned:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- SYS_PTRACE

storaged-selfsigned:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -85,7 +85,7 @@ services:
- SYS_PTRACE

graphd-selfsigned:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -125,7 +125,7 @@ services:
cap_add:
- SYS_PTRACE
console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3.5.0
entrypoint: ""
command:
- sh
Expand Down
20 changes: 10 additions & 10 deletions client/src/test/resources/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -73,7 +73,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -109,7 +109,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -149,7 +149,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -189,7 +189,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -229,7 +229,7 @@ services:
- SYS_PTRACE

graphd0:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -266,7 +266,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -303,7 +303,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -339,7 +339,7 @@ services:
cap_add:
- SYS_PTRACE
console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3.5.0
entrypoint: ""
command:
- sh
Expand Down

0 comments on commit dde84ad

Please sign in to comment.