-
Task
-
Resolution: Unresolved
-
Normal
-
1.8.0
-
2
-
False
-
-
False
-
-
In the build/helm/prepare.sh script run on linux, we use
install_package "https://rhsm-pulp.corp.redhat.com/content/dist/layered/rhel8/x86_64/ocp-tools/4.14/os/" "helm" install_package "https://rhsm-pulp.corp.redhat.com/content/dist/layered/rhel8/x86_64/rhocp/4.18/os/" "podman" install_package "https://rhsm-pulp.corp.redhat.com/content/dist/layered/rhel8/x86_64/rhocp/4.19/os/" "oc" "openshift-cli" "openshift-clients"
but there are likely newer versions of helm available. Should we switch to using a tarball or installer script from https://helm.sh/docs/intro/install/ ?