Commit 088598ee authored by Dax McDonald's avatar Dax McDonald Committed by Denise
Browse files

Update minimum rancher version in Istio charts

Due to changes in the UI of the Istio chart we need to add minimum
Rancher versions to ensure that the Istio chart will display its UI
elements correctly within Rancher.
parent d67dd3f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
labels:
labels:
  rancher.istio.v1.4.3: 1.4.3
  rancher.istio.v1.4.3: 1.4.3
rancher_min_version: 2.3.0-rc1
rancher_min_version: 2.3.4-rc1
+6 −3
Original line number Original line Diff line number Diff line
@@ -45,11 +45,14 @@ EOF
done
done
rm -r charts/rancher-istio/${1}/charts/istio-init
rm -r charts/rancher-istio/${1}/charts/istio-init


# Add question.yaml
# Add question.yaml, make need to update minimum rancher version
RANCHER_MIN_VERSION="2.3.4-rc1"
echo "Current rancher min version is set to $RANCHER_MIN_VERSION"

cat > charts/rancher-istio/${1}/questions.yaml << EOF
cat > charts/rancher-istio/${1}/questions.yaml << EOF
labels:
labels:
  rancher.istio.v${1}: ${1}
  rancher.istio.v${1}: ${1}
rancher_min_version: 2.3.0-rc1
rancher_min_version: $RANCHER_MIN_VERSION
EOF
EOF


# Replace the name of the chart
# Replace the name of the chart