You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/10/26 07:47:19 UTC

[incubator-devlake-helm-chart] branch gh-pages updated: update page (#24)

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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 64774c6  update page (#24)
64774c6 is described below

commit 64774c606c3c55c42b24ad8213b9ec2813940832
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Wed Oct 26 15:47:14 2022 +0800

    update page (#24)
    
    * Update Chart.yaml (#20)
    
    * Update README.md (#21)
    
    * Update release.yaml (#22)
    
    * Update Chart.yaml (#23)
---
 .github/workflows/release.yaml | 2 +-
 README.md                      | 2 +-
 charts/devlake/Chart.yaml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 62a1307..31a73c0 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -31,4 +31,4 @@ jobs:
           charts_dir: charts
         env:
           CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
-          CR_SKIP_EXISTING: true
+          CR_SKIP_EXISTING: false
diff --git a/README.md b/README.md
index 92ce1c2..9af88dc 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ kubectl port-forward service/devlake-ui  30090:4000
 ```
 and open another terminal:
 ```shell
-kubectl port-forward service/devlake-ui  30091:3000
+kubectl port-forward service/devlake-grafana  30091:3000
 ```
 
 Then you can visit:
diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml
index c520728..387c32e 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -29,7 +29,7 @@ type: application
 
 
 # Chart version
-version: v0.14.2-1
+version: v0.14.2
 
 # devlake version
 appVersion: "v0.14.2"