This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch update-to-v0.15.1-beta3 in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
commit 0406a30bf000b3b99310f70bf1d55772fc11bab7 Author: Yingchu Chen <[email protected]> AuthorDate: Tue Feb 7 14:38:07 2023 +0800 udpate to v0.15.1-beta3 --- README.md | 4 ++-- charts/devlake/Chart.yaml | 4 ++-- charts/devlake/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 59f471b..413c148 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To install the chart with release name `devlake`: ```shell helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart helm repo update -helm install devlake devlake/devlake --version=v0.15.0-rc5 +helm install devlake devlake/devlake --version=vv0.15.1-beta3 ``` If you are using minikube inside your mac, please use the following command to forward the port: @@ -48,7 +48,7 @@ Then you can visit: ```shell helm repo update -helm upgrade --install devlake devlake/devlake --version=v0.15.0-rc5 +helm upgrade --install devlake devlake/devlake --version=vv0.15.1-beta3 ``` ## Uninstall diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml index 0fdcca7..f6ab825 100644 --- a/charts/devlake/Chart.yaml +++ b/charts/devlake/Chart.yaml @@ -29,7 +29,7 @@ type: application # Chart version -version: 0.15.0-rc5 +version: v0.15.1-beta3 # devlake version -appVersion: "v0.15.0-rc5" +appVersion: "vv0.15.1-beta3" diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml index 572ff5b..6af6bf6 100644 --- a/charts/devlake/values.yaml +++ b/charts/devlake/values.yaml @@ -113,7 +113,7 @@ grafana: # image for grafana image: repository: apache/devlake-dashboard - tag: v0.15.0-rc5 + tag: vv0.15.1-beta3 pullPolicy: Always resources: {} @@ -128,7 +128,7 @@ grafana: lake: image: repository: apache/devlake - tag: v0.15.0-rc5 + tag: vv0.15.1-beta3 pullPolicy: Always # storage for config storage: @@ -160,7 +160,7 @@ lake: ui: image: repository: apache/devlake-config-ui - tag: v0.15.0-rc5 + tag: vv0.15.1-beta3 pullPolicy: Always resources: {}
