Skip to content

Commit

Permalink
update to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scydeai committed Nov 26, 2019
1 parent 2958546 commit 8e4cb61
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions api/fit2ansible/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,15 +272,15 @@
'level': 'INFO',
},
'user': {
'handlers': ['console', ],
'handlers': ['console', 'elasticsearch'],
'level': 'INFO',
},
'kubeops': {
'handlers': ['console', ],
'handlers': ['console', 'elasticsearch'],
'level': 'INFO',
},
'cloud_provider': {
'handlers': ['console', ],
'handlers': ['console', 'elasticsearch'],
'level': 'INFO',
},
},
Expand Down
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.1.0
image: kube-operator/ui:2.2.0
container_name: kubeops_ui
restart: always
healthcheck:
Expand All @@ -30,7 +30,7 @@ services:

api:
build: api
image: kube-operator/api:2.1.0
image: kube-operator/api:2.2.0
container_name: kubeops_api
command: 'web'
restart: always
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
elasticsearch:
condition: service_healthy
task:
image: kube-operator/api:2.1.0
image: kube-operator/api:2.2.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/api:2.1.0"
"kube-operator/ui:2.1.0"
"kube-operator/api:2.2.0"
"kube-operator/ui:2.2.0"
"registry.fit2cloud.com/public/nexus-helm:3.15.2-01"
"webkubectl/webkubectl:v1.6"
"elasticsearch:7.4.1"
Expand Down

0 comments on commit 8e4cb61

Please sign in to comment.