Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -107,7 +107,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.23.0
appVersion: 1.23.1
repo: https://github.com/knative/serving
maintainers: Knative
relatedLinks:
Expand Down
2 changes: 1 addition & 1 deletion charts/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies:
version: 7.2.3
repository: https://codecentric.github.io/helm-charts
- name: knative-operator
version: v1.23.0
version: v1.23.1
repository: https://knative.github.io/operator
- name: kserve-crd
version: v0.19.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.23.0
version: 1.23.1
4 changes: 2 additions & 2 deletions charts/knative-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ knative_operator:
remoteDeploymentsPollInterval: 10s
knative_operator:
image: gcr.io/knative-releases/knative.dev/operator/cmd/operator
tag: v1.23.0
tag: v1.23.1
affinity: {}
tolerations: []
containerSecurityContext:
Expand All @@ -47,7 +47,7 @@ knative_operator:
memory: 1000Mi
operator_webhook:
image: gcr.io/knative-releases/knative.dev/operator/cmd/webhook
tag: v1.23.0
tag: v1.23.1
affinity:
# To avoid node becoming SPOF, spread our replicas to different nodes.
podAntiAffinity:
Expand Down
Loading