From 6df0d0ff37b668729e1801f1f7adb657d50ba039 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sun, 12 Jun 2022 07:28:36 +1000 Subject: [PATCH] Lock the ui version temporarily --- manifest-template.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest-template.yaml b/manifest-template.yaml index a8fa118..9ec2147 100644 --- a/manifest-template.yaml +++ b/manifest-template.yaml @@ -114,7 +114,8 @@ spec: spec: containers: - name: badger-ui - image: "ghcr.io/wahyd4/badger/ui:{{IMAGE_VERSION}}" + # image: "ghcr.io/wahyd4/badger/ui:{{IMAGE_VERSION}}" + image: "ghcr.io/wahyd4/badger/ui:v0.1.141" securityContext: runAsUser: 0 imagePullPolicy: Always