Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f46d885
chore(chart-deps): update knative-operator to version v1.21.1
svcAPLBot Feb 27, 2026
049145c
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Feb 27, 2026
b202bbb
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Feb 27, 2026
5ef45ca
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Feb 27, 2026
0d89684
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Feb 27, 2026
d2bd23b
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Feb 27, 2026
dd50dd3
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 2, 2026
5dbd26d
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 2, 2026
a4ccdd5
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 3, 2026
f94326c
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 3, 2026
0b938df
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 4, 2026
3054a7c
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 4, 2026
d23fa73
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 4, 2026
6b9bd59
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 4, 2026
b5b45ea
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 4, 2026
18157a0
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 5, 2026
2a8ac92
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 9, 2026
d373c1c
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 9, 2026
6250b1c
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
3b0283d
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
11d0091
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
09a405a
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
8076a4e
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
4e3ffce
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
950dc1a
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
afe9061
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
4b25c9f
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
20bb5d6
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
5d8972a
Merge branch 'main' into ci-update-knative-operator-to-v1.21.1
svcAPLBot Mar 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ appsInfo:
integration: The SSO login page for App Platform is served by Keycloak. Keycloak is used as an identity broker or provider for all App Platform integrated applications. By default Keycloak is configured as an Identity Broker. Keycloak is part of the core of App Platform and is always enabled.
knative:
title: Knative Operator
appVersion: 1.18.1
appVersion: 1.21.1
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 @@ -56,7 +56,7 @@ dependencies:
version: 7.1.8
repository: https://codecentric.github.io/helm-charts
- name: knative-operator
version: v1.18.1
version: v1.21.1
repository: https://knative.github.io/operator
- name: kserve-crd
version: v0.16.0
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.21.1
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.21.1
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.21.1
affinity:
# To avoid node becoming SPOF, spread our replicas to different nodes.
podAntiAffinity:
Expand Down
Loading