The folder contains the Helm Charts of the applications that will be installed on the Kubernetes clusters.
The goal is to simulate local versioning of all Kubernetes manifests, as may be necessary in an air-gapped environment.
sh download-rancher-server-helm-chart.sh -b branch_name
If you look at the Rancher repository, you will notice that the branch_name
corresponds to the release of the application itself.
sh download-rancher-cleanup-manifest.sh
sh download-cert-manager-helm-chart.sh -r cert-manager_release
These scripts work perfectly from the macOS terminal; if you use any other Linux distribution, remove ''
from the sed
command.