You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ho...@apache.org on 2022/07/01 02:30:58 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #2979] Fix helm icon url

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

hongdd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new cfe380ae0 [KYUUBI #2979] Fix helm icon url
cfe380ae0 is described below

commit cfe380ae0bf9755e957f935e0d7acfbefc38ca1a
Author: hongdongdong <ho...@cmss.chinamobile.com>
AuthorDate: Fri Jul 1 10:30:33 2022 +0800

    [KYUUBI #2979] Fix helm icon url
    
    ### _Why are the changes needed?_
    
    Icon url in Helm Chart.yaml is not a real image url.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [X] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #2979 from hddong/fix-helm-icon.
    
    Closes #2979
    
    6b0fe04c [hongdongdong] Fix helm icon url
    
    Authored-by: hongdongdong <ho...@cmss.chinamobile.com>
    Signed-off-by: hongdongdong <ho...@cmss.chinamobile.com>
---
 docker/helm/Chart.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/helm/Chart.yaml b/docker/helm/Chart.yaml
index 787b0c75f..8ed2875e1 100644
--- a/docker/helm/Chart.yaml
+++ b/docker/helm/Chart.yaml
@@ -38,9 +38,9 @@ version: 0.1.0
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "1.4.0"
+appVersion: "1.5.2"
 
-icon: https://github.com/apache/incubator-kyuubi/blob/master/docs/imgs/kyuubi_logo.png
+icon: https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docs/imgs/kyuubi_logo.png
 
 sources:
   - https://github.com/apache/incubator-kyuubi/tree/master/docker
\ No newline at end of file