Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
scydeai committed Jan 19, 2020
1 parent 10abd8d commit 714dde9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:

ui:
build: ui
image: kube-operator/ui:2.2.0
image: kube-operator/ui:2.3.0
container_name: kubeops_ui
restart: always
healthcheck:
Expand All @@ -30,7 +30,7 @@ services:

api:
build: core
image: kube-operator/core:2.2.0
image: kube-operator/core:2.3.0
container_name: kubeops_api
command: 'web'
restart: always
Expand All @@ -55,7 +55,7 @@ services:
elasticsearch:
condition: service_healthy
task:
image: kube-operator/core:2.2.0
image: kube-operator/core:2.3.0
command: 'task'
container_name: kubeops_task
restart: always
Expand Down
4 changes: 2 additions & 2 deletions scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ function get_images(){
"docker.io/redis:alpine"
"docker.io/mysql:5"
"docker.io/nginx:alpine"
"kube-operator/core:2.2.0"
"kube-operator/ui:2.2.0"
"kube-operator/core:2.3.0"
"kube-operator/ui:2.3.0"
"registry.fit2cloud.com/public/nexus-helm:3.15.2-01"
"kubeoperator/webkubectl:v1.9"
"elasticsearch:7.4.1"
Expand Down

0 comments on commit 714dde9

Please sign in to comment.