github.com/argoproj/argo-cd/v3@v3.2.1/hack/tool-versions.sh (about)

     1  #!/bin/sh
     2  ###############################################################################
     3  # This file defines the versions of the tools that are installed in the CI
     4  # toolchain and the Docker image.
     5  #
     6  # Updating a tool's version here is not enough, you will need to create a
     7  # checksum file in ./hack/installers/checksums matching the name of the
     8  # downloaded binary with a ".sha256" suffix appended, containing the proper
     9  # SHA256 sum of the binary.
    10  #
    11  # Use ./hack/installers/checksums/add-helm-checksums.sh and
    12  # add-kustomize-checksums.sh to help download checksums.
    13  ###############################################################################
    14  helm3_version=3.18.4
    15  kustomize5_version=5.7.0
    16  protoc_version=29.3
    17  oras_version=1.2.0