From 2cced0487060bcae5f8fd27b8dc333f564af8399 Mon Sep 17 00:00:00 2001 From: Moustafa Baiou Date: Mon, 11 Apr 2022 10:33:16 -0400 Subject: [PATCH] fix(argo-cd): remove unneeded status from CRD (#1217) The CRD status field prevents certain tools from using the CRD as is. It should be populated by the api-server. Signed-off-by: Moustafa Baiou --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/crds/crd-applicationset.yaml | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index db0820a2..32a2d645 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.3.3 description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 4.5.0 +version: 4.5.1 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,4 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Added]: New parameters to override Certificate duration and renewBefore" + - "[Fixed]: Removed status field from ApplicationSet CRD" diff --git a/charts/argo-cd/crds/crd-applicationset.yaml b/charts/argo-cd/crds/crd-applicationset.yaml index 08d5e94e..d2eb86c0 100644 --- a/charts/argo-cd/crds/crd-applicationset.yaml +++ b/charts/argo-cd/crds/crd-applicationset.yaml @@ -6494,9 +6494,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: []