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

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new ee887a26d [Hotfix] Correct the refer urls in helm chart's values.yaml 
(#2904)
ee887a26d is described below

commit ee887a26d86fa4b059395e19201754a334cb068e
Author: tcodehuber <[email protected]>
AuthorDate: Thu Jun 6 10:28:20 2024 +0800

    [Hotfix] Correct the refer urls in helm chart's values.yaml (#2904)
---
 charts/amoro/values.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/amoro/values.yaml b/charts/amoro/values.yaml
index 46c27c719..7d735110d 100644
--- a/charts/amoro/values.yaml
+++ b/charts/amoro/values.yaml
@@ -172,12 +172,12 @@ amoroConf:
   ##    kyuubiJdbcUrl: jdbc:hive2://127.0.0.1:10009/
 
   ## @param amoroDefaults The value (templated string) is used for conf.yaml 
file
-  ## ref: 
https://github.com/apache/amoro/blob/master/dist/src/main/amoro-bin/conf/config.yaml
+  ## ref: 
https://github.com/apache/amoro/blob/master/amoro-ams/dist/src/main/amoro-bin/conf/config.yaml
   ##
   amoroDefaults: ~
   ##
   ## @param log4j2 The value (templated string) is used for conf/log4j2.xml 
file
-  ## ref: 
https://github.com/apache/amoro/blob/master/dist/src/main/amoro-bin/conf/log4j2.xml
+  ## ref: 
https://github.com/apache/amoro/blob/master/amoro-ams/dist/src/main/amoro-bin/conf/log4j2.xml
   log4j2: ~
 
 ## Configure the container of optimizer that allows you to submit optimizer by 
AMS
@@ -259,7 +259,7 @@ optimizer:
 
 ## Configure the ingress resource that allows you to access the
 ## Amoro installation. Set up the URL
-## ref: https://kubernetes.io/docs/user-guide/ingress/
+## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/
 ##
 ingress:
   ## @param ingress.enabled Enable ingress controller resource for Amoro 
Dashbord

Reply via email to