github.com/argoproj/argo-cd/v2@v2.10.9/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.14.3 15 kubectl_version=1.17.8 16 kubectx_version=0.6.3 17 kustomize5_version=5.2.1 18 protoc_version=3.17.3