mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-22 08:48:49 +00:00
13 lines
305 B
Bash
13 lines
305 B
Bash
#!/bin/sh
|
|
# The checksum of this file is used as cache key in our integration toolchain
|
|
#
|
|
helm2_version=2.17.0
|
|
helm3_version=3.4.1
|
|
jq_version=1.6
|
|
ksonnet_version=0.13.1
|
|
kubectl_version=1.17.8
|
|
kubectx_version=0.6.3
|
|
kustomize3_version=3.8.1
|
|
packr_version=1.21.9
|
|
protoc_version=3.7.1
|
|
swagger_version=0.19.0
|