Skip to content
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ appsInfo:
- Click 'I understand' to continue using Kiali dashboard
knative:
title: Knative Operator
appVersion: 1.18.1
appVersion: 1.20.0
repo: https://github.com/knative/serving
maintainers: Knative
relatedLinks:
Expand Down
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies:
version: 2.18.0
repository: https://kiali.org/helm-charts
- name: knative-operator
version: v1.18.1
version: v1.20.0
repository: https://knative.github.io/operator
- name: kserve-crd
version: v0.15.2
Expand Down
2 changes: 1 addition & 1 deletion charts/knative-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ keywords:
name: knative-operator
sources:
- https://github.com/knative/operator
version: 1.18.1
version: 1.20.0
4 changes: 2 additions & 2 deletions charts/knative-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2423,7 +2423,7 @@ spec:
anyOf:
- type: integer
- type: string
description: An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
description: An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
x-kubernetes-int-or-string: true
source:
description: The source configuration for Knative Eventing
Expand Down Expand Up @@ -4821,7 +4821,7 @@ spec:
anyOf:
- type: integer
- type: string
description: An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
description: An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
x-kubernetes-int-or-string: true
ingress:
description: The ingress configuration for Knative Serving
Expand Down
4 changes: 2 additions & 2 deletions charts/knative-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
knative_operator:
knative_operator:
image: gcr.io/knative-releases/knative.dev/operator/cmd/operator
tag: v1.18.1
tag: v1.20.0
affinity: {}
tolerations: []
containerSecurityContext:
Expand All @@ -17,7 +17,7 @@ knative_operator:
memory: 1000Mi
operator_webhook:
image: gcr.io/knative-releases/knative.dev/operator/cmd/webhook
tag: v1.18.1
tag: v1.20.0
affinity:
# To avoid node becoming SPOF, spread our replicas to different nodes.
podAntiAffinity:
Expand Down