feat(argo-rollouts): Update Argo Rollouts CRDs to v0.14.0
Signed-off-by: Aditya Purandare <aditya.purandare@ext.myfitnesspal.com>
This commit is contained in:
parent
0d2e23fe5d
commit
13bc61a149
7 changed files with 120 additions and 10 deletions
2
.github/workflows/renovate.yaml
vendored
2
.github/workflows/renovate.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
private-key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
|
||||||
- name: Self-hosted Renovate
|
- name: Self-hosted Renovate
|
||||||
uses: renovatebot/github-action@80eaf969abf68ad62aa94d9ab392421b31621634 # v40.3.4
|
uses: renovatebot/github-action@80eaf969abf68ad62aa94d9ab392421b31621634 # v40.3.4
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v1.7.2
|
appVersion: v1.7.3
|
||||||
description: A Helm chart for Argo Rollouts
|
description: A Helm chart for Argo Rollouts
|
||||||
name: argo-rollouts
|
name: argo-rollouts
|
||||||
version: 2.37.7
|
version: 2.37.8
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -18,5 +18,5 @@ annotations:
|
||||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: add description for manual secret creation
|
description: Update Argo Rollouts CRDs to v0.14.0
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.13.0
|
controller-gen.kubebuilder.io/version: v0.14.0
|
||||||
{{- if .Values.keepCRDs }}
|
{{- if .Values.keepCRDs }}
|
||||||
"helm.sh/resource-policy": keep
|
"helm.sh/resource-policy": keep
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -217,6 +217,13 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
|
secretRef:
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespaced:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
type: object
|
type: object
|
||||||
graphite:
|
graphite:
|
||||||
properties:
|
properties:
|
||||||
|
@ -3025,6 +3032,9 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
|
timeout:
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
required:
|
required:
|
||||||
- query
|
- query
|
||||||
type: object
|
type: object
|
||||||
|
@ -3076,6 +3086,15 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
|
rangeQuery:
|
||||||
|
properties:
|
||||||
|
end:
|
||||||
|
type: string
|
||||||
|
start:
|
||||||
|
type: string
|
||||||
|
step:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
timeout:
|
timeout:
|
||||||
format: int64
|
format: int64
|
||||||
type: integer
|
type: integer
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.13.0
|
controller-gen.kubebuilder.io/version: v0.14.0
|
||||||
{{- if .Values.keepCRDs }}
|
{{- if .Values.keepCRDs }}
|
||||||
"helm.sh/resource-policy": keep
|
"helm.sh/resource-policy": keep
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -213,6 +213,13 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
|
secretRef:
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespaced:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
type: object
|
type: object
|
||||||
graphite:
|
graphite:
|
||||||
properties:
|
properties:
|
||||||
|
@ -3021,6 +3028,9 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
|
timeout:
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
required:
|
required:
|
||||||
- query
|
- query
|
||||||
type: object
|
type: object
|
||||||
|
@ -3072,6 +3082,15 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
|
rangeQuery:
|
||||||
|
properties:
|
||||||
|
end:
|
||||||
|
type: string
|
||||||
|
start:
|
||||||
|
type: string
|
||||||
|
step:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
timeout:
|
timeout:
|
||||||
format: int64
|
format: int64
|
||||||
type: integer
|
type: integer
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.13.0
|
controller-gen.kubebuilder.io/version: v0.14.0
|
||||||
{{- if .Values.keepCRDs }}
|
{{- if .Values.keepCRDs }}
|
||||||
"helm.sh/resource-policy": keep
|
"helm.sh/resource-policy": keep
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -213,6 +213,13 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
|
secretRef:
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespaced:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
type: object
|
type: object
|
||||||
graphite:
|
graphite:
|
||||||
properties:
|
properties:
|
||||||
|
@ -3021,6 +3028,9 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
|
timeout:
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
required:
|
required:
|
||||||
- query
|
- query
|
||||||
type: object
|
type: object
|
||||||
|
@ -3072,6 +3082,15 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
|
rangeQuery:
|
||||||
|
properties:
|
||||||
|
end:
|
||||||
|
type: string
|
||||||
|
start:
|
||||||
|
type: string
|
||||||
|
step:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
timeout:
|
timeout:
|
||||||
format: int64
|
format: int64
|
||||||
type: integer
|
type: integer
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.13.0
|
controller-gen.kubebuilder.io/version: v0.14.0
|
||||||
{{- if .Values.keepCRDs }}
|
{{- if .Values.keepCRDs }}
|
||||||
"helm.sh/resource-policy": keep
|
"helm.sh/resource-policy": keep
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.13.0
|
controller-gen.kubebuilder.io/version: v0.14.0
|
||||||
{{- if .Values.keepCRDs }}
|
{{- if .Values.keepCRDs }}
|
||||||
"helm.sh/resource-policy": keep
|
"helm.sh/resource-policy": keep
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -672,6 +672,16 @@ spec:
|
||||||
- type: string
|
- type: string
|
||||||
x-kubernetes-int-or-string: true
|
x-kubernetes-int-or-string: true
|
||||||
type: object
|
type: object
|
||||||
|
plugin:
|
||||||
|
properties:
|
||||||
|
config:
|
||||||
|
type: object
|
||||||
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
type: object
|
||||||
setCanaryScale:
|
setCanaryScale:
|
||||||
properties:
|
properties:
|
||||||
matchTrafficWeight:
|
matchTrafficWeight:
|
||||||
|
@ -944,6 +954,10 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
annotationPrefix:
|
annotationPrefix:
|
||||||
type: string
|
type: string
|
||||||
|
canaryIngressAnnotations:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
stableIngress:
|
stableIngress:
|
||||||
type: string
|
type: string
|
||||||
stableIngresses:
|
stableIngresses:
|
||||||
|
@ -3727,6 +3741,45 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
stablePingPong:
|
stablePingPong:
|
||||||
type: string
|
type: string
|
||||||
|
stepPluginStatuses:
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
backoff:
|
||||||
|
type: string
|
||||||
|
disabled:
|
||||||
|
type: boolean
|
||||||
|
executions:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
finishedAt:
|
||||||
|
format: date-time
|
||||||
|
type: string
|
||||||
|
index:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
message:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
operation:
|
||||||
|
type: string
|
||||||
|
phase:
|
||||||
|
type: string
|
||||||
|
startedAt:
|
||||||
|
format: date-time
|
||||||
|
type: string
|
||||||
|
status:
|
||||||
|
type: object
|
||||||
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
|
updatedAt:
|
||||||
|
format: date-time
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- index
|
||||||
|
- name
|
||||||
|
- operation
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
weights:
|
weights:
|
||||||
properties:
|
properties:
|
||||||
additional:
|
additional:
|
||||||
|
|
Loading…
Reference in a new issue