From f87ada56244ea92e91a3162717a1b3e1e6d1b763 Mon Sep 17 00:00:00 2001 From: fcomte Date: Sat, 23 Jul 2022 19:47:00 +0000 Subject: [PATCH] argo-cd from tolerations node selector --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/values.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 4939fe83..91ba15f2 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -24,7 +24,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.0 +version: 2.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/argo-cd/values.schema.json b/charts/argo-cd/values.schema.json index 9c71020b..7a37361f 100644 --- a/charts/argo-cd/values.schema.json +++ b/charts/argo-cd/values.schema.json @@ -109,7 +109,7 @@ } } }, - "argocd": { + "argo-cd": { "type": "object", "title": "argocd", "properties": {