Skip to content

Commit

Permalink
Merge pull request #201 from seokho-son/master
Browse files Browse the repository at this point in the history
Staging 0.8.0
  • Loading branch information
seokho-son authored Dec 15, 2023
2 parents d3a5dc0 + 29fe799 commit a452b55
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
8 changes: 5 additions & 3 deletions docker-compose-mode-files/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:

# CB-Spider
cb-spider:
image: cloudbaristaorg/cb-spider:0.7.8
image: cloudbaristaorg/cb-spider:0.8.0
container_name: cb-spider
ports:
- "0.0.0.0:1024:1024"
Expand All @@ -96,7 +96,7 @@ services:

# CB-Tumblebug
cb-tumblebug:
image: cloudbaristaorg/cb-tumblebug:0.7.14
image: cloudbaristaorg/cb-tumblebug:0.8.0
container_name: cb-tumblebug
ports:
- "0.0.0.0:1323:1323"
Expand All @@ -112,9 +112,11 @@ services:
environment:
- SPIDER_CALL_METHOD=REST
- SPIDER_REST_URL=http://cb-spider:1024/spider
- DRAGONFLY_CALL_METHOD=REST
- DRAGONFLY_REST_URL=http://cb-dragonfly:9090/dragonfly
- API_USERNAME=default
- API_PASSWORD=default
- ALLOW_ORIGINS=*
- CB_NETWORK_SERVICE_ENDPOINT=localhost:8053
- CB_NETWORK_ETCD_ENDPOINTS="localhost:2379"
- AUTOCONTROL_DURATION_MS=10000
Expand Down Expand Up @@ -204,7 +206,7 @@ services:

# CB-Dragonfly
cb-dragonfly:
image: cloudbaristaorg/cb-dragonfly:0.7.2
image: cloudbaristaorg/cb-dragonfly:0.8.0
container_name: cb-dragonfly
volumes:
- ./conf/cb-dragonfly/:/go/src/github.com/cloud-barista/cb-dragonfly/conf/
Expand Down
28 changes: 14 additions & 14 deletions helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ apiVersion: v2
name: cloud-barista
description: Cloud-Barista Helm chart
type: application
version: 0.7.0
appVersion: 0.7.0
version: 0.8.0
appVersion: 0.8.0
dependencies:
- name: cb-dragonfly
version: 0.7.0
version: 0.8.0
condition: cb-dragonfly.enabled
- name: cb-restapigw
version: 0.5.0
condition: cb-restapigw.enabled
# - name: cb-restapigw
# version: 0.5.0
# condition: cb-restapigw.enabled
- name: cb-spider
version: 0.7.0
version: 0.8.0
condition: cb-spider.enabled
- name: cb-tumblebug
version: 0.7.0
version: 0.8.0
condition: cb-tumblebug.enabled
- name: cb-ladybug
version: 0.7.1
condition: cb-ladybug.enabled
- name: cb-webtool
version: 0.7.0
condition: cb-webtool.enabled
# - name: cb-ladybug
# version: 0.7.1
# condition: cb-ladybug.enabled
# - name: cb-webtool
# version: 0.7.0
# condition: cb-webtool.enabled
# - name: docker-registry
# version: ~1.9.3
# repository: "https://charts.helm.sh/stable"
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/charts/cb-spider/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cb-spider
type: application
version: 0.7.0
appVersion: 0.7.2
version: 0.8.0
appVersion: 0.8.0
description: CB-Spider Helm chart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cb-tumblebug-mapui
type: application
version: 0.7.0
appVersion: 0.7.0
version: 0.8.0
appVersion: 0.8.0
description: cb-tumblebug-mapui Helm chart

0 comments on commit a452b55

Please sign in to comment.