Skip to content

Commit

Permalink
fix(argo-rollouts): Removed preserveUnknownFields from the CRD(s) whi…
Browse files Browse the repository at this point in the history
…ch is disallowed on the v1 API

Signed-off-by: Flavio Lemos <[email protected]>
  • Loading branch information
flaviolemos78 committed Sep 6, 2021
1 parent 372fc24 commit 82fdaab
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion charts/argo-rollouts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "v1.0.2"
description: A Helm chart for Argo Rollouts
name: argo-rollouts
version: 2.0.1
version: 2.0.2
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
home: https://github.com/argoproj/argo-helm
maintainers:
Expand All @@ -12,3 +12,4 @@ maintainers:
annotations:
artifacthub.io/changes: |
- "[Fixed]: ServiceMonitor selector labels match metrics Service"
- "[Fixed]: Removed preserveUnknownFields from the CRD(s) which is disallowed on the v1 API"
1 change: 0 additions & 1 deletion charts/argo-rollouts/templates/crds/analysis-run-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ spec:
shortNames:
- ar
singular: analysisrun
preserveUnknownFields: false
scope: Namespaced
versions:
- additionalPrinterColumns:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ spec:
shortNames:
- at
singular: analysistemplate
preserveUnknownFields: false
scope: Namespaced
versions:
- name: v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ spec:
shortNames:
- cat
singular: clusteranalysistemplate
preserveUnknownFields: false
scope: Cluster
versions:
- name: v1alpha1
Expand Down
1 change: 0 additions & 1 deletion charts/argo-rollouts/templates/crds/experiment-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ spec:
shortNames:
- exp
singular: experiment
preserveUnknownFields: false
scope: Namespaced
versions:
- additionalPrinterColumns:
Expand Down
1 change: 0 additions & 1 deletion charts/argo-rollouts/templates/crds/rollout-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ spec:
shortNames:
- ro
singular: rollout
preserveUnknownFields: false
scope: Namespaced
versions:
- additionalPrinterColumns:
Expand Down

0 comments on commit 82fdaab

Please sign in to comment.