Skip to content

Commit

Permalink
deploy: update deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed May 27, 2022
1 parent 099ab66 commit 0442016
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions deploy/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- laf_shared_network

system-server:
image: lafyun/system-server:0.8.0-alpha.11
image: lafyun/system-server:0.8.0
user: root
working_dir: /app
environment:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
- laf_shared_network

instance-controller:
image: lafyun/instance-controller:0.8.0-alpha.11
image: lafyun/instance-controller:0.8.0
user: root
working_dir: /app
environment:
Expand All @@ -130,12 +130,12 @@ services:
- laf_shared_network

system-client:
image: lafyun/system-client:0.8.0-alpha.9
image: lafyun/system-client:0.8.0
networks:
- laf_shared_network

app-console:
image: lafyun/app-console:0.8.0-alpha.9
image: lafyun/app-console:0.8.0
networks:
- laf_shared_network

Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/app-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
restartPolicy: Always
terminationGracePeriodSeconds: 5
containers:
- image: docker.io/lafyun/app-console:0.8.0-alpha.9
- image: docker.io/lafyun/app-console:0.8.0
imagePullPolicy: IfNotPresent
name: app-console
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/instance-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
restartPolicy: Always
terminationGracePeriodSeconds: 20
containers:
- image: docker.io/lafyun/instance-controller:0.8.0-alpha.2
- image: docker.io/lafyun/instance-controller:0.8.0
imagePullPolicy: IfNotPresent
name: instance-controller
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/sys-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
restartPolicy: Always
terminationGracePeriodSeconds: 5
containers:
- image: docker.io/lafyun/system-client:0.8.0-alpha.9
- image: docker.io/lafyun/system-client:0.8.0
imagePullPolicy: IfNotPresent
name: sys-console
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
restartPolicy: Always
terminationGracePeriodSeconds: 20
containers:
- image: docker.io/lafyun/system-server:0.8.0-alpha.9
- image: docker.io/lafyun/system-server:0.8.0
imagePullPolicy: IfNotPresent
name: system-server
resources:
Expand Down

0 comments on commit 0442016

Please sign in to comment.