Revert Kube version check to make argo work

This commit is contained in:
Stefan Reimer 2020-11-24 06:51:48 -08:00
parent 33bf724618
commit 0a1cb7a07a
3 changed files with 3 additions and 3 deletions

View File

@ -17,4 +17,4 @@ dependencies:
- name: argo-cd
version: 2.9.5
repository: https://argoproj.github.io/argo-helm
kubeVersion: ">= 1.17.0"
kubeVersion: ">= 1.16.0"

View File

@ -21,4 +21,4 @@ dependencies:
- name: istio-private-ingress
version: 1.1.0
condition: istio-private-ingress.enabled
kubeVersion: ">= 1.17.0"
kubeVersion: ">= 1.16.0"

View File

@ -19,4 +19,4 @@ dependencies:
version: 1.1.0
- name: istio-discovery
version: 1.2.0
kubeVersion: ">= 1.17.0"
kubeVersion: ">= 1.16.0"