Skip to content
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.0
repository: https://knative.github.io/operator
- name: kube-prometheus-stack
version: 75.7.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.19.0
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.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.19.0
affinity:
# To avoid node becoming SPOF, spread our replicas to different nodes.
podAntiAffinity:
Expand Down