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

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


The following commit(s) were added to refs/heads/release-v0.17 by this push:
     new 56cf46f  feat: use Scarf Gateway for DevLake helm charts downloads 
(#143) (#159)
56cf46f is described below

commit 56cf46f0d50bdc9d2969f988a3a5c1535d7f3e67
Author: ZhangNing10 <[email protected]>
AuthorDate: Tue Jul 18 21:10:10 2023 +0800

    feat: use Scarf Gateway for DevLake helm charts downloads (#143) (#159)
    
    Co-authored-by: Arjun Devarajan <[email protected]>
    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 dff2bac..551bd36 100644
--- a/charts/devlake/values.yaml
+++ b/charts/devlake/values.yaml
@@ -186,7 +186,7 @@ awsCognitoAuth:
 
 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:
@@ -225,7 +225,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