chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.8.0 (#3146)
* chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.8.0 Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> * chore: Sync CRDs from upstream release Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> * chore: Bump minor chart version Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> --------- Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Maurer <mkilchhofer@users.noreply.github.com> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
c9e59be22f
commit
4cfcbc2e26
6 changed files with 137 additions and 11 deletions
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.13.0
|
||||
controller-gen.kubebuilder.io/version: v0.14.0
|
||||
{{- if .Values.keepCRDs }}
|
||||
"helm.sh/resource-policy": keep
|
||||
{{- end }}
|
||||
|
|
@ -672,6 +672,16 @@ spec:
|
|||
- type: string
|
||||
x-kubernetes-int-or-string: true
|
||||
type: object
|
||||
plugin:
|
||||
properties:
|
||||
config:
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
name:
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
setCanaryScale:
|
||||
properties:
|
||||
matchTrafficWeight:
|
||||
|
|
@ -944,6 +954,10 @@ spec:
|
|||
type: object
|
||||
annotationPrefix:
|
||||
type: string
|
||||
canaryIngressAnnotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
stableIngress:
|
||||
type: string
|
||||
stableIngresses:
|
||||
|
|
@ -3727,6 +3741,45 @@ spec:
|
|||
type: object
|
||||
stablePingPong:
|
||||
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:
|
||||
properties:
|
||||
additional:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue