Skip to content

Commit

Permalink
cleanup downloaded helm file. (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbugfinder authored Aug 19, 2024
1 parent 06ca7e4 commit 8f2f826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/agent-base/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN cd /tmp \
&& helm plugin install https://github.com/databus23/helm-diff --version v${HELM_PLUGIN_DIFF_VERSION} \
&& helm plugin install https://github.com/jkroepke/helm-secrets --version v${HELM_PLUGIN_SECRETS_VERSION} \
&& sops --version \
&& rm -rf /tmp/helm
&& rm -rf /tmp/helm /tmp/helm-v${HELM_VERSION}-linux-amd64.tar.gz

# Install GIT-LFS extension https://git-lfs.github.com/.
RUN cd /tmp \
Expand Down

0 comments on commit 8f2f826

Please sign in to comment.