mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
chore: bump up k8s.io dependencies to 1.17 (#3899) Signed-off-by: darshanime <deathbullet@gmail.com>
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.15.2
|
|
helm3_version=3.2.0
|
|
jq_version=1.6
|
|
ksonnet_version=0.13.1
|
|
kubectl_version=1.17.8
|
|
kubectx_version=0.6.3
|
|
kustomize3_version=3.6.1
|
|
packr_version=1.21.9
|
|
protoc_version=3.7.1
|
|
swagger_version=0.19.0
|