Skip to content

Commit 05078f7

Browse files
okozachenko1203darmach
authored andcommitted
Update chart.metadata.version to reflect breaking change in helm v3.5.2
https: //github.com/helm/helm/issues/9342 Change-Id: I1dbe7b0b85380e713ebb5dcdd7ecbfc6a438b852
1 parent d28b4e5 commit 05078f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

magnum/drivers/common/templates/kubernetes/fragments/install-helm-modules.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ if [[ -d "${HELM_CHART_DIR}" ]]; then
4747
cat << EOF > Chart.yaml
4848
apiVersion: v1
4949
name: magnum
50-
version: metachart
51-
appVersion: metachart
50+
version: 1.0.0
51+
appVersion: v1.0.0
5252
description: Magnum Helm Charts
5353
EOF
5454
sed -i '1i\dependencies:' requirements.yaml

0 commit comments

Comments
 (0)