This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new 84a11aa  feat: use Scarf Gateway for DevLake helm charts downloads 
(#143)
84a11aa is described below

commit 84a11aa133780699900cf707d306aa6f15b2f118
Author: Arjun Devarajan <[email protected]>
AuthorDate: Tue Jul 18 03:32:15 2023 -0400

    feat: use Scarf Gateway for DevLake helm charts downloads (#143)
    
    Co-authored-by: Arjun Devarajan <[email protected]>
---
 charts/devlake/values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index d51da81..abf7941 100644
--- a/charts/devlake/values.yaml
+++ b/charts/devlake/values.yaml
@@ -157,7 +157,7 @@ grafana:
 
 lake:
   image:
-    repository: apache/devlake
+    repository: devlake.docker.scarf.sh/apache/devlake
     pullPolicy: Always
     # defaults to imageTag; if set, lake.image.tag will override imageTag
     # tag:
@@ -207,7 +207,7 @@ lake:
 
 ui:
   image:
-    repository: apache/devlake-config-ui
+    repository: devlake.docker.scarf.sh/apache/devlake-config-ui
     pullPolicy: Always
     # defaults to imageTag; if set, lake.image.tag will override imageTag
     # tag:

Reply via email to