Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN curl -L https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.2
# Required for collecting Helm-based RHDH deployments
# Installing directly from GitHub releases instead of using the install script
# to avoid dependency on openssl for checksum verification
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 \
&& tar xzf helm.tar.gz \
&& mv linux-amd64/helm /usr/local/bin/helm \
&& rm -rf helm.tar.gz linux-amd64 \
Expand Down
Loading