Skip to content

Commit 1dcecbb

Browse files
authored
chore(env): update CONSOLE_VERSION (#1391)
This commit - updates CONSOLE_VERSION to v0.68.5
1 parent e5c97d0 commit 1dcecbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ MGMT_BACKEND_HOST_PUBLICPORT=8084
101101

102102
# console
103103
CONSOLE_IMAGE=instill/console
104-
CONSOLE_VERSION=0.68.3
104+
CONSOLE_VERSION=0.68.5
105105
CONSOLE_HOST=console
106106
CONSOLE_PORT=3000
107107
# exposed port

charts/core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ console:
686686
# -- The image of console
687687
image:
688688
repository: instill/console
689-
tag: 0.68.3
689+
tag: 0.68.5
690690
pullPolicy: IfNotPresent
691691
# -- The accessible endpoint for the api-gateway from the console server side
692692
serverApiGatewayURL:

0 commit comments

Comments
 (0)