From 0fa517b75a75b79ae02ceded11bd1c4825bc7906 Mon Sep 17 00:00:00 2001 From: Michael Edgar Date: Fri, 10 May 2024 08:59:03 -0400 Subject: [PATCH] Bump image references in install resources to release 0.0.35 Signed-off-by: Michael Edgar --- install/resources/console/console.deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/resources/console/console.deployment.yaml b/install/resources/console/console.deployment.yaml index d18889753..5fd9e7787 100644 --- a/install/resources/console/console.deployment.yaml +++ b/install/resources/console/console.deployment.yaml @@ -20,7 +20,7 @@ spec: containers: ### API - name: console-api - image: quay.io/eyefloaters/console-api:0.0.33 + image: quay.io/eyefloaters/console-api:0.0.35 ports: - containerPort: 8080 # Adjust KAFKA and CONSOLE_KAFKA variables to match your Kafka cluster @@ -41,7 +41,7 @@ spec: key: sasl.jaas.config ### User Interface - name: console-ui - image: quay.io/eyefloaters/ui:0.0.33 + image: quay.io/eyefloaters/ui:0.0.35 volumeMounts: - mountPath: /app/.next/cache name: cache