Skip to content

Commit

Permalink
Bump image references in install resources to release 0.0.35 (#745)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored May 10, 2024
1 parent da582fa commit 81ed0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/resources/console/console.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 81ed0f3

Please sign in to comment.