Skip to content

Commit

Permalink
Use --help instead of version as default command
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegt1 committed Sep 10, 2024
1 parent 39edff2 commit d9347ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OracleLinuxDevelopers/oraclelinux8/helm/3.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN dnf install -y oracle-olcne-release-el8 && \

ENTRYPOINT ["helm"]

CMD ["version"]
CMD ["--help"]
2 changes: 1 addition & 1 deletion OracleLinuxDevelopers/oraclelinux9/helm/3.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN dnf install -y oracle-olcne-release-el9 && \

ENTRYPOINT ["helm"]

CMD ["version"]
CMD ["--help"]

0 comments on commit d9347ab

Please sign in to comment.