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: 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue