From 86297173f7ee76271a557f94c6da2d5a51d78163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de> Date: Mon, 14 Sep 2020 14:15:58 +0200 Subject: [PATCH] Update SUT images to Kafka Streams 2.4 --- execution/uc1-application/aggregation-deployment.yaml | 2 +- execution/uc2-application/aggregation-deployment.yaml | 2 +- execution/uc3-application/aggregation-deployment.yaml | 2 +- execution/uc4-application/aggregation-deployment.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/execution/uc1-application/aggregation-deployment.yaml b/execution/uc1-application/aggregation-deployment.yaml index bcb0a955d..647e9a4cd 100644 --- a/execution/uc1-application/aggregation-deployment.yaml +++ b/execution/uc1-application/aggregation-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc1-application - image: "theodolite/theodolite-uc1-kstreams-app:latest" + image: "theodolite/theodolite-uc1-kstreams-app:kstreams24-latest" ports: - containerPort: 5555 name: jmx diff --git a/execution/uc2-application/aggregation-deployment.yaml b/execution/uc2-application/aggregation-deployment.yaml index 3eca4749a..2d4f814d1 100644 --- a/execution/uc2-application/aggregation-deployment.yaml +++ b/execution/uc2-application/aggregation-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc2-application - image: "theodolite/theodolite-uc2-kstreams-app:latest" + image: "theodolite/theodolite-uc2-kstreams-app:kstreams24-latest" ports: - containerPort: 5555 name: jmx diff --git a/execution/uc3-application/aggregation-deployment.yaml b/execution/uc3-application/aggregation-deployment.yaml index a535b5b64..c71caa6e5 100644 --- a/execution/uc3-application/aggregation-deployment.yaml +++ b/execution/uc3-application/aggregation-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc3-application - image: "theodolite/theodolite-uc3-kstreams-app:latest" + image: "theodolite/theodolite-uc3-kstreams-app:kstreams24-latest" ports: - containerPort: 5555 name: jmx diff --git a/execution/uc4-application/aggregation-deployment.yaml b/execution/uc4-application/aggregation-deployment.yaml index 5f7173704..0506d2a3b 100644 --- a/execution/uc4-application/aggregation-deployment.yaml +++ b/execution/uc4-application/aggregation-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc4-application - image: "theodolite/theodolite-uc4-kstreams-app:latest" + image: "theodolite/theodolite-uc4-kstreams-app:kstreams24-latest" ports: - containerPort: 5555 name: jmx -- GitLab