This is an automated email from the ASF dual-hosted git repository.
warren pushed a commit to branch eks
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
The following commit(s) were added to refs/heads/eks by this push:
new 5b9f269 Update cloud service (#108)
5b9f269 is described below
commit 5b9f26976b26c772dc5431e88baf038241d1e906
Author: Warren Chen <[email protected]>
AuthorDate: Mon Apr 10 14:40:22 2023 +0800
Update cloud service (#108)
* modify configmaps
* modify configui
---
charts/devlake/templates/deployments.yaml | 2 +-
charts/devlake/values.yaml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/charts/devlake/templates/deployments.yaml
b/charts/devlake/templates/deployments.yaml
index 3abcef8..3d9c175 100644
--- a/charts/devlake/templates/deployments.yaml
+++ b/charts/devlake/templates/deployments.yaml
@@ -120,7 +120,7 @@ spec:
spec:
containers:
- name: config-ui
- image: "{{ .Values.ui.image.repository }}:{{ .Values.imageTag }}"
+ image: "{{ .Values.ui.image.repository }}:{{
.Values.ui.image.imageTagUI }}"
imagePullPolicy: {{ .Values.ui.image.pullPolicy }}
ports:
- containerPort: 4000
diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index 507d30a..d10c2f1 100644
--- a/charts/devlake/values.yaml
+++ b/charts/devlake/values.yaml
@@ -172,7 +172,8 @@ lake:
ui:
image:
- repository: apache/devlake-config-ui
+ repository: mericodev/lake-ui
+ imageTagUI: cloud-alpha1
pullPolicy: Always
resources: {}