chore(argo-rollouts) Upgrade to argo-rollouts 1.3.0 (#1466)
Signed-off-by: jmeridth <jmeridth@gmail.com>
This commit is contained in:
parent
107695e738
commit
ed2bf79bab
7 changed files with 132 additions and 8 deletions
|
@ -1,13 +1,18 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "v1.2.2"
|
appVersion: v1.3.0
|
||||||
description: A Helm chart for Argo Rollouts
|
description: A Helm chart for Argo Rollouts
|
||||||
name: argo-rollouts
|
name: argo-rollouts
|
||||||
version: 2.20.0
|
version: 2.21.0
|
||||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
|
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||||
|
keywords:
|
||||||
|
- argoproj
|
||||||
|
- argo-rollouts
|
||||||
|
sources:
|
||||||
|
- https://github.com/argoproj/argo-rollouts
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: argoproj
|
- name: argoproj
|
||||||
url: https://argoproj.github.io/
|
url: https://argoproj.github.io/
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: initContainer option to controller pod, updated secrets roles"
|
- "[Changed]: Upgrade ArgoRollouts to v1.3.0"
|
||||||
|
|
|
@ -176,4 +176,4 @@ Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/
|
||||||
[Tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
[Tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||||
[priorityClassName]: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
|
[priorityClassName]: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
|
||||||
[Pod Disruption Budget]: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#pod-disruption-budgets
|
[Pod Disruption Budget]: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#pod-disruption-budgets
|
||||||
[values.yaml]: https://github.com/argoproj/argo-helm/blob/argo-rollouts-2.20.0/charts/argo-rollouts/values.yaml
|
[values.yaml]: https://github.com/argoproj/argo-helm/blob/argo-rollouts-2.21.0/charts/argo-rollouts/values.yaml
|
||||||
|
|
|
@ -202,6 +202,13 @@ spec:
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
influxdb:
|
||||||
|
properties:
|
||||||
|
profile:
|
||||||
|
type: string
|
||||||
|
query:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
job:
|
job:
|
||||||
properties:
|
properties:
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -2575,6 +2582,9 @@ spec:
|
||||||
maxSkew:
|
maxSkew:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
minDomains:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
topologyKey:
|
topologyKey:
|
||||||
type: string
|
type: string
|
||||||
whenUnsatisfiable:
|
whenUnsatisfiable:
|
||||||
|
@ -2875,5 +2885,4 @@ spec:
|
||||||
served: true
|
served: true
|
||||||
storage: true
|
storage: true
|
||||||
subresources: {}
|
subresources: {}
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -198,6 +198,13 @@ spec:
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
influxdb:
|
||||||
|
properties:
|
||||||
|
profile:
|
||||||
|
type: string
|
||||||
|
query:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
job:
|
job:
|
||||||
properties:
|
properties:
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -2571,6 +2578,9 @@ spec:
|
||||||
maxSkew:
|
maxSkew:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
minDomains:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
topologyKey:
|
topologyKey:
|
||||||
type: string
|
type: string
|
||||||
whenUnsatisfiable:
|
whenUnsatisfiable:
|
||||||
|
|
|
@ -198,6 +198,13 @@ spec:
|
||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
influxdb:
|
||||||
|
properties:
|
||||||
|
profile:
|
||||||
|
type: string
|
||||||
|
query:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
job:
|
job:
|
||||||
properties:
|
properties:
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -2571,6 +2578,9 @@ spec:
|
||||||
maxSkew:
|
maxSkew:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
minDomains:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
topologyKey:
|
topologyKey:
|
||||||
type: string
|
type: string
|
||||||
whenUnsatisfiable:
|
whenUnsatisfiable:
|
||||||
|
|
|
@ -2477,6 +2477,9 @@ spec:
|
||||||
maxSkew:
|
maxSkew:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
minDomains:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
topologyKey:
|
topologyKey:
|
||||||
type: string
|
type: string
|
||||||
whenUnsatisfiable:
|
whenUnsatisfiable:
|
||||||
|
@ -2606,4 +2609,4 @@ spec:
|
||||||
served: true
|
served: true
|
||||||
storage: true
|
storage: true
|
||||||
subresources: {}
|
subresources: {}
|
||||||
{{- 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.7.0
|
controller-gen.kubebuilder.io/version: v0.7.0
|
||||||
{{- if .Values.keepCRDs }}
|
{{- if .Values.keepCRDs }}
|
||||||
"helm.sh/resource-policy": keep
|
"helm.sh/resource-policy": keep
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -603,6 +603,74 @@ spec:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
type: object
|
type: object
|
||||||
|
setHeaderRoute:
|
||||||
|
properties:
|
||||||
|
match:
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
headerName:
|
||||||
|
type: string
|
||||||
|
headerValue:
|
||||||
|
properties:
|
||||||
|
exact:
|
||||||
|
type: string
|
||||||
|
prefix:
|
||||||
|
type: string
|
||||||
|
regex:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
required:
|
||||||
|
- headerName
|
||||||
|
- headerValue
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
setMirrorRoute:
|
||||||
|
properties:
|
||||||
|
match:
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
headers:
|
||||||
|
additionalProperties:
|
||||||
|
properties:
|
||||||
|
exact:
|
||||||
|
type: string
|
||||||
|
prefix:
|
||||||
|
type: string
|
||||||
|
regex:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
method:
|
||||||
|
properties:
|
||||||
|
exact:
|
||||||
|
type: string
|
||||||
|
prefix:
|
||||||
|
type: string
|
||||||
|
regex:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
path:
|
||||||
|
properties:
|
||||||
|
exact:
|
||||||
|
type: string
|
||||||
|
prefix:
|
||||||
|
type: string
|
||||||
|
regex:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
percentage:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
type: object
|
||||||
setWeight:
|
setWeight:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
@ -743,6 +811,15 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
type: object
|
type: object
|
||||||
|
managedRoutes:
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
nginx:
|
nginx:
|
||||||
properties:
|
properties:
|
||||||
additionalIngressAnnotations:
|
additionalIngressAnnotations:
|
||||||
|
@ -763,6 +840,13 @@ spec:
|
||||||
trafficSplitName:
|
trafficSplitName:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
traefik:
|
||||||
|
properties:
|
||||||
|
weightedTraefikServiceName:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- weightedTraefikServiceName
|
||||||
|
type: object
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
@ -3083,6 +3167,9 @@ spec:
|
||||||
maxSkew:
|
maxSkew:
|
||||||
format: int32
|
format: int32
|
||||||
type: integer
|
type: integer
|
||||||
|
minDomains:
|
||||||
|
format: int32
|
||||||
|
type: integer
|
||||||
topologyKey:
|
topologyKey:
|
||||||
type: string
|
type: string
|
||||||
whenUnsatisfiable:
|
whenUnsatisfiable:
|
||||||
|
|
Loading…
Reference in a new issue