Skip to content

Commit 84064ff

Browse files
fix: add UI version to k8s deployment files (#43)
Signed-off-by: Carlos Feria <[email protected]>
1 parent 2f2f581 commit 84064ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployment/base/console-ui-deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ spec:
5151
value: http://console-backend:8080
5252
- name: AUTH_REQUIRED
5353
value: "false"
54+
- name: VERSION
55+
value: "v0.1.0"
5456
ports:
5557
- containerPort: 8080
5658
name: http

0 commit comments

Comments
 (0)