Feat(argo-rollouts): Update argo-rollouts to v0.10.2 (#538)
* feat(argo-rollouts): Update argo-rollouts to v0.10.2 Signed-off-by: Stephen Harris <stephen.harris1@kaluza.com> * chore: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in favor of apiextensions.k8s.io/v1 CustomResourceDefinition Signed-off-by: Stephen Harris <stephen.harris1@kaluza.com>
This commit is contained in:
parent
b7679a8968
commit
8baf0d4465
12 changed files with 343 additions and 149 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{{- if .Values.installCRDs }}
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.2.5
|
||||
controller-gen.kubebuilder.io/version: v0.4.0
|
||||
name: analysisruns.argoproj.io
|
||||
spec:
|
||||
additionalPrinterColumns:
|
||||
|
|
@ -41,6 +41,13 @@ spec:
|
|||
type: string
|
||||
valueFrom:
|
||||
properties:
|
||||
fieldRef:
|
||||
properties:
|
||||
fieldPath:
|
||||
type: string
|
||||
required:
|
||||
- fieldPath
|
||||
type: object
|
||||
secretKeyRef:
|
||||
properties:
|
||||
key:
|
||||
|
|
@ -81,6 +88,15 @@ spec:
|
|||
type: string
|
||||
provider:
|
||||
properties:
|
||||
datadog:
|
||||
properties:
|
||||
interval:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
required:
|
||||
- query
|
||||
type: object
|
||||
job:
|
||||
properties:
|
||||
metadata:
|
||||
|
|
@ -2053,6 +2069,8 @@ spec:
|
|||
fsGroup:
|
||||
format: int64
|
||||
type: integer
|
||||
fsGroupChangePolicy:
|
||||
type: string
|
||||
runAsGroup:
|
||||
format: int64
|
||||
type: integer
|
||||
|
|
@ -2679,6 +2697,15 @@ spec:
|
|||
- storageAccountName
|
||||
- threshold
|
||||
type: object
|
||||
newRelic:
|
||||
properties:
|
||||
profile:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
required:
|
||||
- query
|
||||
type: object
|
||||
prometheus:
|
||||
properties:
|
||||
address:
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{{- if .Values.installCRDs }}
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.2.5
|
||||
controller-gen.kubebuilder.io/version: v0.4.0
|
||||
name: analysistemplates.argoproj.io
|
||||
spec:
|
||||
group: argoproj.io
|
||||
|
|
@ -35,6 +35,13 @@ spec:
|
|||
type: string
|
||||
valueFrom:
|
||||
properties:
|
||||
fieldRef:
|
||||
properties:
|
||||
fieldPath:
|
||||
type: string
|
||||
required:
|
||||
- fieldPath
|
||||
type: object
|
||||
secretKeyRef:
|
||||
properties:
|
||||
key:
|
||||
|
|
@ -75,6 +82,15 @@ spec:
|
|||
type: string
|
||||
provider:
|
||||
properties:
|
||||
datadog:
|
||||
properties:
|
||||
interval:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
required:
|
||||
- query
|
||||
type: object
|
||||
job:
|
||||
properties:
|
||||
metadata:
|
||||
|
|
@ -2047,6 +2063,8 @@ spec:
|
|||
fsGroup:
|
||||
format: int64
|
||||
type: integer
|
||||
fsGroupChangePolicy:
|
||||
type: string
|
||||
runAsGroup:
|
||||
format: int64
|
||||
type: integer
|
||||
|
|
@ -2673,6 +2691,15 @@ spec:
|
|||
- storageAccountName
|
||||
- threshold
|
||||
type: object
|
||||
newRelic:
|
||||
properties:
|
||||
profile:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
required:
|
||||
- query
|
||||
type: object
|
||||
prometheus:
|
||||
properties:
|
||||
address:
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{{- if .Values.installCRDs }}
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.2.5
|
||||
controller-gen.kubebuilder.io/version: v0.4.0
|
||||
name: clusteranalysistemplates.argoproj.io
|
||||
spec:
|
||||
group: argoproj.io
|
||||
|
|
@ -35,6 +35,13 @@ spec:
|
|||
type: string
|
||||
valueFrom:
|
||||
properties:
|
||||
fieldRef:
|
||||
properties:
|
||||
fieldPath:
|
||||
type: string
|
||||
required:
|
||||
- fieldPath
|
||||
type: object
|
||||
secretKeyRef:
|
||||
properties:
|
||||
key:
|
||||
|
|
@ -75,6 +82,15 @@ spec:
|
|||
type: string
|
||||
provider:
|
||||
properties:
|
||||
datadog:
|
||||
properties:
|
||||
interval:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
required:
|
||||
- query
|
||||
type: object
|
||||
job:
|
||||
properties:
|
||||
metadata:
|
||||
|
|
@ -2047,6 +2063,8 @@ spec:
|
|||
fsGroup:
|
||||
format: int64
|
||||
type: integer
|
||||
fsGroupChangePolicy:
|
||||
type: string
|
||||
runAsGroup:
|
||||
format: int64
|
||||
type: integer
|
||||
|
|
@ -2673,6 +2691,15 @@ spec:
|
|||
- storageAccountName
|
||||
- threshold
|
||||
type: object
|
||||
newRelic:
|
||||
properties:
|
||||
profile:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
required:
|
||||
- query
|
||||
type: object
|
||||
prometheus:
|
||||
properties:
|
||||
address:
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{{- if .Values.installCRDs }}
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.2.5
|
||||
controller-gen.kubebuilder.io/version: v0.4.0
|
||||
name: experiments.argoproj.io
|
||||
spec:
|
||||
additionalPrinterColumns:
|
||||
|
|
@ -44,6 +44,13 @@ spec:
|
|||
type: string
|
||||
valueFrom:
|
||||
properties:
|
||||
fieldRef:
|
||||
properties:
|
||||
fieldPath:
|
||||
type: string
|
||||
required:
|
||||
- fieldPath
|
||||
type: object
|
||||
secretKeyRef:
|
||||
properties:
|
||||
key:
|
||||
|
|
@ -2031,6 +2038,8 @@ spec:
|
|||
fsGroup:
|
||||
format: int64
|
||||
type: integer
|
||||
fsGroupChangePolicy:
|
||||
type: string
|
||||
runAsGroup:
|
||||
format: int64
|
||||
type: integer
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{{- if .Values.installCRDs }}
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.2.5
|
||||
controller-gen.kubebuilder.io/version: v0.4.0
|
||||
name: rollouts.argoproj.io
|
||||
spec:
|
||||
additionalPrinterColumns:
|
||||
|
|
@ -16,13 +16,11 @@ spec:
|
|||
name: Current
|
||||
type: integer
|
||||
- JSONPath: .status.updatedReplicas
|
||||
description: Total number of non-terminated pods targeted by this rollout that
|
||||
have the desired template spec
|
||||
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
|
||||
description: Total number of available pods (ready for at least minReadySeconds) targeted by this rollout
|
||||
name: Available
|
||||
type: integer
|
||||
group: argoproj.io
|
||||
|
|
@ -39,6 +37,7 @@ spec:
|
|||
labelSelectorPath: .status.selector
|
||||
specReplicasPath: .spec.replicas
|
||||
statusReplicasPath: .status.HPAReplicas
|
||||
status: {}
|
||||
validation:
|
||||
openAPIV3Schema:
|
||||
properties:
|
||||
|
|
@ -125,6 +124,13 @@ spec:
|
|||
type: string
|
||||
valueFrom:
|
||||
properties:
|
||||
fieldRef:
|
||||
properties:
|
||||
fieldPath:
|
||||
type: string
|
||||
required:
|
||||
- fieldPath
|
||||
type: object
|
||||
podTemplateHashValue:
|
||||
type: string
|
||||
type: object
|
||||
|
|
@ -157,6 +163,13 @@ spec:
|
|||
type: string
|
||||
valueFrom:
|
||||
properties:
|
||||
fieldRef:
|
||||
properties:
|
||||
fieldPath:
|
||||
type: string
|
||||
required:
|
||||
- fieldPath
|
||||
type: object
|
||||
podTemplateHashValue:
|
||||
type: string
|
||||
type: object
|
||||
|
|
@ -205,6 +218,13 @@ spec:
|
|||
type: string
|
||||
valueFrom:
|
||||
properties:
|
||||
fieldRef:
|
||||
properties:
|
||||
fieldPath:
|
||||
type: string
|
||||
required:
|
||||
- fieldPath
|
||||
type: object
|
||||
podTemplateHashValue:
|
||||
type: string
|
||||
type: object
|
||||
|
|
@ -242,6 +262,17 @@ spec:
|
|||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
type: object
|
||||
type: object
|
||||
canaryMetadata:
|
||||
properties:
|
||||
annotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
labels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
canaryService:
|
||||
type: string
|
||||
maxSurge:
|
||||
|
|
@ -254,6 +285,17 @@ spec:
|
|||
- type: integer
|
||||
- type: string
|
||||
x-kubernetes-int-or-string: true
|
||||
stableMetadata:
|
||||
properties:
|
||||
annotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
labels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
stableService:
|
||||
type: string
|
||||
steps:
|
||||
|
|
@ -270,6 +312,13 @@ spec:
|
|||
type: string
|
||||
valueFrom:
|
||||
properties:
|
||||
fieldRef:
|
||||
properties:
|
||||
fieldPath:
|
||||
type: string
|
||||
required:
|
||||
- fieldPath
|
||||
type: object
|
||||
podTemplateHashValue:
|
||||
type: string
|
||||
type: object
|
||||
|
|
@ -305,6 +354,13 @@ spec:
|
|||
type: string
|
||||
valueFrom:
|
||||
properties:
|
||||
fieldRef:
|
||||
properties:
|
||||
fieldPath:
|
||||
type: string
|
||||
required:
|
||||
- fieldPath
|
||||
type: object
|
||||
podTemplateHashValue:
|
||||
type: string
|
||||
type: object
|
||||
|
|
@ -316,6 +372,8 @@ spec:
|
|||
type: boolean
|
||||
name:
|
||||
type: string
|
||||
requiredForCompletion:
|
||||
type: boolean
|
||||
templateName:
|
||||
type: string
|
||||
required:
|
||||
|
|
@ -385,6 +443,17 @@ spec:
|
|||
- type: string
|
||||
x-kubernetes-int-or-string: true
|
||||
type: object
|
||||
setCanaryScale:
|
||||
properties:
|
||||
matchTrafficWeight:
|
||||
type: boolean
|
||||
replicas:
|
||||
format: int32
|
||||
type: integer
|
||||
weight:
|
||||
format: int32
|
||||
type: integer
|
||||
type: object
|
||||
setWeight:
|
||||
format: int32
|
||||
type: integer
|
||||
|
|
@ -2367,6 +2436,8 @@ spec:
|
|||
fsGroup:
|
||||
format: int64
|
||||
type: integer
|
||||
fsGroupChangePolicy:
|
||||
type: string
|
||||
runAsGroup:
|
||||
format: int64
|
||||
type: integer
|
||||
|
|
@ -2992,8 +3063,6 @@ spec:
|
|||
- name
|
||||
- status
|
||||
type: object
|
||||
stableRS:
|
||||
type: string
|
||||
type: object
|
||||
collisionCount:
|
||||
format: int32
|
||||
|
|
@ -3048,6 +3117,8 @@ spec:
|
|||
- startTime
|
||||
type: object
|
||||
type: array
|
||||
promoteFull:
|
||||
type: boolean
|
||||
readyReplicas:
|
||||
format: int32
|
||||
type: integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue