Skip to content

Commit

Permalink
fix(argo-rollouts): Update all rollout CRDs to match upstream (argopr…
Browse files Browse the repository at this point in the history
…oj#2361)

Signed-off-by: Abdulla Abdurakhmanov <[email protected]>
  • Loading branch information
abdolence authored Nov 29, 2023
1 parent cabe63d commit f5201e7
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.6.2
description: A Helm chart for Argo Rollouts
name: argo-rollouts
version: 2.32.4
version: 2.32.5
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
keywords:
Expand All @@ -19,4 +19,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: Upgrade Argo Rollouts to v1.6.2
description: Upgrade Argo Rollouts CRDs to match them mainstream from v1.6.2
51 changes: 49 additions & 2 deletions charts/argo-rollouts/templates/crds/analysis-template-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,22 @@ spec:
datadog:
properties:
apiVersion:
default: v1
enum:
- v1
- v2
type: string
formula:
type: string
interval:
default: 5m
type: string
queries:
additionalProperties:
type: string
type: object
query:
type: string
required:
- query
type: object
graphite:
properties:
Expand Down Expand Up @@ -2805,6 +2814,19 @@ spec:
type: string
authentication:
properties:
oauth2:
properties:
clientId:
type: string
clientSecret:
type: string
scopes:
items:
type: string
type: array
tokenUrl:
type: string
type: object
sigv4:
properties:
profile:
Expand Down Expand Up @@ -2853,6 +2875,31 @@ spec:
type: object
web:
properties:
authentication:
properties:
oauth2:
properties:
clientId:
type: string
clientSecret:
type: string
scopes:
items:
type: string
type: array
tokenUrl:
type: string
type: object
sigv4:
properties:
profile:
type: string
region:
type: string
roleArn:
type: string
type: object
type: object
body:
type: string
headers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,22 @@ spec:
datadog:
properties:
apiVersion:
default: v1
enum:
- v1
- v2
type: string
formula:
type: string
interval:
default: 5m
type: string
queries:
additionalProperties:
type: string
type: object
query:
type: string
required:
- query
type: object
graphite:
properties:
Expand Down Expand Up @@ -2805,6 +2814,19 @@ spec:
type: string
authentication:
properties:
oauth2:
properties:
clientId:
type: string
clientSecret:
type: string
scopes:
items:
type: string
type: array
tokenUrl:
type: string
type: object
sigv4:
properties:
profile:
Expand Down Expand Up @@ -2853,6 +2875,31 @@ spec:
type: object
web:
properties:
authentication:
properties:
oauth2:
properties:
clientId:
type: string
clientSecret:
type: string
scopes:
items:
type: string
type: array
tokenUrl:
type: string
type: object
sigv4:
properties:
profile:
type: string
region:
type: string
roleArn:
type: string
type: object
type: object
body:
type: string
headers:
Expand Down

0 comments on commit f5201e7

Please sign in to comment.