File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pkg/devspace/pipeline/engine Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141# Create the release directory
4242mkdir -p " ${DEVSPACE_ROOT} /release"
4343
44- # Install Helm 3
44+ # Install Helm 4
4545echo " Installing helm"
46- curl -s https://get.helm.sh/helm-v3.3 .4-darwin-amd64.tar.gz > helm3 .tar.gz && tar -zxvf helm3 .tar.gz darwin-amd64/helm && chmod +x darwin-amd64/helm
46+ curl -s https://get.helm.sh/helm-v4.0 .4-darwin-amd64.tar.gz > helm4 .tar.gz && tar -zxvf helm4 .tar.gz darwin-amd64/helm && chmod +x darwin-amd64/helm
4747
4848# Pull the component chart
4949COMPONENT_CHART_VERSION=$( cat pkg/devspace/deploy/deployer/helm/client.go | grep ' Version: "' | sed -nE ' s/[^"]+"(.+)",\s*/\1/p' )
Original file line number Diff line number Diff line change @@ -132,5 +132,5 @@ func TestHelmDownload(t *testing.T) {
132132 if err != nil {
133133 t .Fatal (err )
134134 }
135- assert .Assert (t , strings .Contains (stdout1 .String (), `Version:"v3 ` ))
135+ assert .Assert (t , strings .Contains (stdout1 .String (), `Version:"v4 ` ))
136136}
You can’t perform that action at this time.
0 commit comments