Skip to content

Commit cfe380a

Browse files
committed
[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 6b0fe04 [hongdongdong] Fix helm icon url Authored-by: hongdongdong <hongdongdong@cmss.chinamobile.com> Signed-off-by: hongdongdong <hongdongdong@cmss.chinamobile.com>
1 parent b115c8d commit cfe380a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ version: 0.1.0
3838
# incremented each time you make changes to the application. Versions are not expected to
3939
# follow Semantic Versioning. They should reflect the version the application is using.
4040
# It is recommended to use it with quotes.
41-
appVersion: "1.4.0"
41+
appVersion: "1.5.2"
4242

43-
icon: https://github.com/apache/incubator-kyuubi/blob/master/docs/imgs/kyuubi_logo.png
43+
icon: https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docs/imgs/kyuubi_logo.png
4444

4545
sources:
4646
- https://github.com/apache/incubator-kyuubi/tree/master/docker

0 commit comments

Comments
 (0)