Skip to content

Commit c2c4e76

Browse files
Staging v0.12.30
2 parents d8be953 + eaf3bd5 commit c2c4e76

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

deployments/helm/cb-tumblebug/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cb-tumblebug
33
description: CB-Tumblebug multi-cloud infrastructure management stack (Tumblebug, Spider, Terrarium, MapUI, OpenBao, etcd, PostgreSQL)
44
type: application
55
version: 0.1.0
6-
appVersion: "0.12.27"
6+
appVersion: "0.12.30"
77
keywords:
88
- cloud-barista
99
- multi-cloud

deployments/helm/cb-tumblebug/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# Install ONE release per namespace.
77

88
images:
9-
tumblebug: cloudbaristaorg/cb-tumblebug:0.12.29
10-
spider: cloudbaristaorg/cb-spider:0.12.40
9+
tumblebug: cloudbaristaorg/cb-tumblebug:0.12.30
10+
spider: cloudbaristaorg/cb-spider:0.12.42
1111
terrarium: cloudbaristaorg/mc-terrarium:0.1.4
12-
mapui: cloudbaristaorg/cb-mapui:0.12.55
12+
mapui: cloudbaristaorg/cb-mapui:0.12.56
1313
mcp: cloudbaristaorg/cb-tumblebug-mcp-server:0.12.26
1414
etcd: gcr.io/etcd-development/etcd:v3.6.11
1515
postgres: postgres:16-alpine

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ x-default-healthcheck: &default-healthcheck
1111
services:
1212
# CB-Tumblebug
1313
cb-tumblebug:
14-
image: cloudbaristaorg/cb-tumblebug:0.12.29
14+
image: cloudbaristaorg/cb-tumblebug:0.12.30
1515
container_name: cb-tumblebug
1616
build:
1717
context: .
@@ -156,7 +156,7 @@ services:
156156

157157
# CB-Spider
158158
cb-spider:
159-
image: cloudbaristaorg/cb-spider:0.12.40
159+
image: cloudbaristaorg/cb-spider:0.12.42
160160
container_name: cb-spider
161161
# build:
162162
# context: ../cb-spider
@@ -219,7 +219,7 @@ services:
219219
# CB-MapUI
220220
# This is the Map-based client for CB-Tumblebug.
221221
cb-mapui:
222-
image: cloudbaristaorg/cb-mapui:0.12.55
222+
image: cloudbaristaorg/cb-mapui:0.12.56
223223
container_name: cb-mapui
224224
# build:
225225
# context: ../cb-mapui

0 commit comments

Comments
 (0)