Skip to content

Commit

Permalink
Re-add --version to rancher helm installation command (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi <[email protected]>
  • Loading branch information
valaparthvi authored Feb 16, 2024
1 parent c600acf commit a2145f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ install-rancher: ## Install Rancher via Helm on the k8s cluster
helm install rancher --devel rancher-latest/rancher \
--namespace cattle-system \
--create-namespace \
--version ${RANCHER_VERSION} \
--set global.cattle.psp.enabled=false \
--set hostname=${RANCHER_HOSTNAME} \
--set bootstrapPassword=${RANCHER_PASSWORD} \
Expand All @@ -44,6 +45,7 @@ install-rancher-hosted-nightly-chart: ## Install Rancher via Helm with hosted pr
helm repo update
helm install rancher --devel rancher-latest/rancher \
--namespace cattle-system \
--version ${RANCHER_VERSION} \
--create-namespace \
--set global.cattle.psp.enabled=false \
--set hostname=${RANCHER_HOSTNAME} \
Expand Down

0 comments on commit a2145f6

Please sign in to comment.