This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch update in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
commit ca0238c4cd914702f39b966de0dae85a1e2608c4 Author: Yingchu Chen <[email protected]> AuthorDate: Thu Nov 17 14:11:26 2022 +0800 udpate version --- charts/devlake/Chart.yaml | 4 ++-- charts/devlake/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml index 156a852..03022da 100644 --- a/charts/devlake/Chart.yaml +++ b/charts/devlake/Chart.yaml @@ -29,7 +29,7 @@ type: application # Chart version -version: v0.14.5 +version: v0.14.6 # devlake version -appVersion: "v0.14.2" +appVersion: "v0.14.3" diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml index e7c4963..c63d3d3 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.14.2 + tag: v0.14.3 pullPolicy: Always resources: {} @@ -128,7 +128,7 @@ grafana: lake: image: repository: apache/devlake - tag: v0.14.2 + tag: v0.14.3 pullPolicy: Always # storage for config storage: @@ -154,7 +154,7 @@ lake: ui: image: repository: apache/devlake-config-ui - tag: v0.14.2 + tag: v0.14.3 pullPolicy: Always resources: {}
