Skip to content

Commit

Permalink
1.3.0 is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrum committed Mar 3, 2023
1 parent e48d320 commit 759a616
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ services:
driver: local

admin:
image: "??PRIVATE_REGISTRY/ferrumgate/job.admin:1.2.0"
image: "??PRIVATE_REGISTRY/ferrumgate/job.admin:1.3.0"
restart: always
privileged: true
#cap_add:
Expand Down Expand Up @@ -161,7 +161,7 @@ services:
driver: local

ui:
image: "??PRIVATE_REGISTRY/ferrumgate/ui.portal:1.2.0"
image: "??PRIVATE_REGISTRY/ferrumgate/ui.portal:1.3.0"
restart: always
deploy:
mode: global
Expand All @@ -173,7 +173,7 @@ services:
driver: local

rest:
image: "??PRIVATE_REGISTRY/ferrumgate/rest.portal:1.2.0"
image: "??PRIVATE_REGISTRY/ferrumgate/rest.portal:1.3.0"
restart: always
environment:
- PORT=8181
Expand Down Expand Up @@ -203,7 +203,7 @@ services:
driver: local

log:
image: "??PRIVATE_REGISTRY/ferrumgate/job.log:1.1.0"
image: "??PRIVATE_REGISTRY/ferrumgate/job.log:1.2.0"
restart: always
environment:
- REDIS_HOST=redis:6379
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ download() {
# Abort if download command failed
[ $? -eq 0 ] || fatal 'Download failed'
}
VERSION=1.2.0
VERSION=1.3.0
download_and_verify() {
[ "$ENV_FOR" != "PROD" ] && return 0
verify_downloader curl || verify_downloader wget || fatal 'can not find curl or wget for downloading files'
Expand Down

0 comments on commit 759a616

Please sign in to comment.