Skip to content
Draft
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 chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies:
version: 2.10.0
repository: https://kiali.org/helm-charts
- name: knative-operator
version: 1.18.1
version: v1.19.2
repository: https://knative.github.io/operator
- name: kube-prometheus-stack
version: 75.18.1
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.19.2
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.19.2
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.19.2
affinity:
# To avoid node becoming SPOF, spread our replicas to different nodes.
podAntiAffinity:
Expand Down