fix(argo-rollouts): undo apiversion update (#583)

Signed-off-by: Lucia <luciasantiagomota@gmail.com>
This commit is contained in:
Lucia 2021-02-16 18:38:44 +00:00 committed by GitHub
parent 2fd551c60f
commit 5b89b5d852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13997 additions and 14002 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.10.2"
description: A Helm chart for Argo Rollouts
name: argo-rollouts
version: 0.4.1
version: 0.4.2
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
home: https://github.com/argoproj/argo-helm
maintainers:

View file

@ -6,11 +6,6 @@ metadata:
controller-gen.kubebuilder.io/version: v0.4.0
name: analysisruns.argoproj.io
spec:
additionalPrinterColumns:
- JSONPath: .status.phase
description: AnalysisRun status
name: Status
type: string
group: argoproj.io
names:
kind: AnalysisRun
@ -20,8 +15,17 @@ spec:
- ar
singular: analysisrun
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true
additionalPrinterColumns:
- jsonPath: .status.phase
description: AnalysisRun status
name: Status
type: string
subresources: {}
validation:
schema:
openAPIV3Schema:
properties:
apiVersion:
@ -2831,9 +2835,4 @@ spec:
required:
- spec
type: object
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
{{- end }}

View file

@ -15,7 +15,11 @@ spec:
- at
singular: analysistemplate
scope: Namespaced
validation:
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
properties:
apiVersion:
@ -2753,9 +2757,4 @@ spec:
required:
- spec
type: object
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
{{- end }}

View file

@ -15,7 +15,11 @@ spec:
- cat
singular: clusteranalysistemplate
scope: Cluster
validation:
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
properties:
apiVersion:
@ -2753,9 +2757,4 @@ spec:
required:
- spec
type: object
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
{{- end }}

View file

@ -6,11 +6,6 @@ metadata:
controller-gen.kubebuilder.io/version: v0.4.0
name: experiments.argoproj.io
spec:
additionalPrinterColumns:
- JSONPath: .status.phase
description: Experiment status
name: Status
type: string
group: argoproj.io
names:
kind: Experiment
@ -20,8 +15,17 @@ spec:
- exp
singular: experiment
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true
subresources: {}
validation:
additionalPrinterColumns:
- jsonPath: .status.phase
description: Experiment status
name: Status
type: string
schema:
openAPIV3Schema:
properties:
apiVersion:
@ -2676,9 +2680,4 @@ spec:
required:
- spec
type: object
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
{{- end }}

View file

@ -6,23 +6,6 @@ metadata:
controller-gen.kubebuilder.io/version: v0.4.0
name: rollouts.argoproj.io
spec:
additionalPrinterColumns:
- JSONPath: .spec.replicas
description: Number of desired pods
name: Desired
type: integer
- JSONPath: .status.replicas
description: Total number of non-terminated pods targeted by this rollout
name: Current
type: integer
- JSONPath: .status.updatedReplicas
description: Total number of non-terminated pods targeted by this rollout that have the desired template spec
name: Up-to-date
type: integer
- JSONPath: .status.availableReplicas
description: Total number of available pods (ready for at least minReadySeconds) targeted by this rollout
name: Available
type: integer
group: argoproj.io
names:
kind: Rollout
@ -32,13 +15,34 @@ spec:
- ro
singular: rollout
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true
additionalPrinterColumns:
- jsonPath: .spec.replicas
description: Number of desired pods
name: Desired
type: integer
- jsonPath: .status.replicas
description: Total number of non-terminated pods targeted by this rollout
name: Current
type: integer
- jsonPath: .status.updatedReplicas
description: Total number of non-terminated pods targeted by this rollout that have the desired template spec
name: Up-to-date
type: integer
- jsonPath: .status.availableReplicas
description: Total number of available pods (ready for at least minReadySeconds) targeted by this rollout
name: Available
type: integer
subresources:
scale:
labelSelectorPath: .status.selector
specReplicasPath: .spec.replicas
statusReplicasPath: .status.HPAReplicas
status: {}
validation:
schema:
openAPIV3Schema:
properties:
apiVersion:
@ -3139,9 +3143,4 @@ spec:
required:
- spec
type: object
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
{{- end }}