This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch update-to-0.14.4 in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
commit 2c06663a3381b54ca7278a90008bcc925a222133 Author: Yingchu Chen <[email protected]> AuthorDate: Fri Nov 18 17:28:14 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 03022da..8c83d35 100644 --- a/charts/devlake/Chart.yaml +++ b/charts/devlake/Chart.yaml @@ -29,7 +29,7 @@ type: application # Chart version -version: v0.14.6 +version: v0.14.7 # devlake version -appVersion: "v0.14.3" +appVersion: "v0.14.4" diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml index c63d3d3..e53ea92 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.3 + tag: v0.14.4 pullPolicy: Always resources: {} @@ -128,7 +128,7 @@ grafana: lake: image: repository: apache/devlake - tag: v0.14.3 + tag: v0.14.4 pullPolicy: Always # storage for config storage: @@ -154,7 +154,7 @@ lake: ui: image: repository: apache/devlake-config-ui - tag: v0.14.3 + tag: v0.14.4 pullPolicy: Always resources: {}
