We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f88b21 commit fb8d453Copy full SHA for fb8d453
1 file changed
Containerfile
@@ -68,7 +68,7 @@ RUN curl -L https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.2
68
# Required for collecting Helm-based RHDH deployments
69
# Installing directly from GitHub releases instead of using the install script
70
# to avoid dependency on openssl for checksum verification
71
-RUN curl -fsSL "https://get.helm.sh/helm-v4.2.0-linux-amd64.tar.gz" -o helm.tar.gz \
+RUN curl -fsSL "https://get.helm.sh/helm-v4.2.1-linux-amd64.tar.gz" -o helm.tar.gz \
72
&& tar xzf helm.tar.gz \
73
&& mv linux-amd64/helm /usr/local/bin/helm \
74
&& rm -rf helm.tar.gz linux-amd64 \
0 commit comments