Skip to content

Commit fb8d453

Browse files
chore(deps): update dependency helm/helm to v4.2.1
1 parent 9f88b21 commit fb8d453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN curl -L https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.2
6868
# Required for collecting Helm-based RHDH deployments
6969
# Installing directly from GitHub releases instead of using the install script
7070
# 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 \
71+
RUN curl -fsSL "https://get.helm.sh/helm-v4.2.1-linux-amd64.tar.gz" -o helm.tar.gz \
7272
&& tar xzf helm.tar.gz \
7373
&& mv linux-amd64/helm /usr/local/bin/helm \
7474
&& rm -rf helm.tar.gz linux-amd64 \

0 commit comments

Comments
 (0)