Skip to content

Commit c0be5df

Browse files
committed
chore: bump image tags to v0.3.0
1 parent c5ee146 commit c0be5df

9 files changed

Lines changed: 11 additions & 11 deletions

docker-compose.cdc-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ services:
4545

4646
# Streamline streaming platform
4747
streamline:
48-
image: ghcr.io/streamlinelabs/streamline:0.2.0
48+
image: ghcr.io/streamlinelabs/streamline:0.3.0
4949
container_name: cdc-demo-streamline
5050
ports:
5151
- "9092:9092"

docker-compose.conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: "3.8"
44

55
services:
66
streamline-conformance:
7-
image: ghcr.io/streamlinelabs/streamline:0.2.0
7+
image: ghcr.io/streamlinelabs/streamline:0.3.0
88
container_name: streamline-conformance
99
ports:
1010
- "19092:9092" # Kafka protocol

docker-compose.edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
dockerfile: Dockerfile.edge
1919
platforms:
2020
- ${PLATFORM:-linux/amd64}
21-
image: ghcr.io/streamlinelabs/streamline-edge:0.2.0
21+
image: ghcr.io/streamlinelabs/streamline-edge:0.3.0
2222
container_name: streamline-edge
2323
restart: unless-stopped
2424
ports:

docker-compose.jepsen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
# ── Streamline Cluster (3 nodes) ────────────────────────────────────────────
1717

1818
streamline-n1:
19-
image: ghcr.io/streamlinelabs/streamline:0.2.0
19+
image: ghcr.io/streamlinelabs/streamline:0.3.0
2020
container_name: streamline-n1
2121
hostname: streamline-n1
2222
environment:
@@ -43,7 +43,7 @@ services:
4343
retries: 10
4444

4545
streamline-n2:
46-
image: ghcr.io/streamlinelabs/streamline:0.2.0
46+
image: ghcr.io/streamlinelabs/streamline:0.3.0
4747
container_name: streamline-n2
4848
hostname: streamline-n2
4949
environment:
@@ -70,7 +70,7 @@ services:
7070
retries: 10
7171

7272
streamline-n3:
73-
image: ghcr.io/streamlinelabs/streamline:0.2.0
73+
image: ghcr.io/streamlinelabs/streamline:0.3.0
7474
container_name: streamline-n3
7575
hostname: streamline-n3
7676
environment:

docker/docker-compose.benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ services:
133133
# Grafana (for visualization during benchmarks)
134134
# =============================================================================
135135
grafana:
136-
image: grafana/grafana:10.2.0
136+
image: grafana/grafana:10.3.0
137137
hostname: grafana
138138
container_name: benchmark-grafana
139139
ports:

helm/streamline/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ image:
2828
# -- Docker image registry and name
2929
repository: ghcr.io/streamlinelabs/streamline
3030
# -- Image tag (defaults to chart appVersion if empty)
31-
tag: "0.2.0"
31+
tag: "0.3.0"
3232
# -- Image pull policy: Always, IfNotPresent, or Never
3333
pullPolicy: IfNotPresent
3434

k8s/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
runAsUser: 1000
3333
containers:
3434
- name: streamline
35-
image: ghcr.io/streamlinelabs/streamline:0.2.0
35+
image: ghcr.io/streamlinelabs/streamline:0.3.0
3636
imagePullPolicy: IfNotPresent
3737
ports:
3838
- name: kafka

playground/docker-compose.playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "3.8"
33
services:
44
streamline:
5-
image: ghcr.io/streamlinelabs/streamline:0.2.0
5+
image: ghcr.io/streamlinelabs/streamline:0.3.0
66
ports:
77
- "9092:9092"
88
- "9094:9094"

playground/k8s/playground-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- name: INSTANCE_TTL_MINUTES
3030
value: "30"
3131
- name: STREAMLINE_IMAGE
32-
value: "ghcr.io/streamlinelabs/streamline:0.2.0"
32+
value: "ghcr.io/streamlinelabs/streamline:0.3.0"
3333
- name: INSTANCE_MEMORY_LIMIT
3434
value: "256Mi"
3535
- name: INSTANCE_CPU_LIMIT

0 commit comments

Comments
 (0)