diff --git a/apps.yaml b/apps.yaml index 4a46e31787..32126f31d6 100644 --- a/apps.yaml +++ b/apps.yaml @@ -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.22.1 + appVersion: 1.22.2 repo: https://github.com/knative/serving maintainers: Knative relatedLinks: diff --git a/chart/chart-index/Chart.yaml b/chart/chart-index/Chart.yaml index 070acce3e9..3b6f0d5a6b 100644 --- a/chart/chart-index/Chart.yaml +++ b/chart/chart-index/Chart.yaml @@ -63,7 +63,7 @@ dependencies: version: 7.2.0 repository: https://codecentric.github.io/helm-charts - name: knative-operator - version: v1.22.1 + version: v1.22.2 repository: https://knative.github.io/operator - name: kserve-crd version: v0.18.0 diff --git a/charts/knative-operator/Chart.yaml b/charts/knative-operator/Chart.yaml index 1e0b6bb0e5..d338c03820 100644 --- a/charts/knative-operator/Chart.yaml +++ b/charts/knative-operator/Chart.yaml @@ -6,4 +6,4 @@ keywords: name: knative-operator sources: - https://github.com/knative/operator -version: 1.22.1 +version: 1.22.2 diff --git a/charts/knative-operator/values.yaml b/charts/knative-operator/values.yaml index a3b838cfe0..0bb4be1500 100644 --- a/charts/knative-operator/values.yaml +++ b/charts/knative-operator/values.yaml @@ -28,7 +28,7 @@ knative_operator: remoteDeploymentsPollInterval: 10s knative_operator: image: gcr.io/knative-releases/knative.dev/operator/cmd/operator - tag: v1.22.1 + tag: v1.22.2 affinity: {} tolerations: [] containerSecurityContext: @@ -44,7 +44,7 @@ knative_operator: memory: 1000Mi operator_webhook: image: gcr.io/knative-releases/knative.dev/operator/cmd/webhook - tag: v1.22.1 + tag: v1.22.2 affinity: # To avoid node becoming SPOF, spread our replicas to different nodes. podAntiAffinity: diff --git a/values/knative-serving/knative-serving-cr.gotmpl b/values/knative-serving/knative-serving-cr.gotmpl index d60f233f11..8c39a44051 100644 --- a/values/knative-serving/knative-serving-cr.gotmpl +++ b/values/knative-serving/knative-serving-cr.gotmpl @@ -1,9 +1,9 @@ {{- $v := .Values }} {{- $k := $v.apps.knative }} {{- $knativeServingVersion := "1.22" }} -{{- $tag := "v1.22.0" }} -{{- $netIstioTag := "v1.22.0" }} -{{- $netGatewayTag := "v1.22.0" }} +{{- $tag := "v1.22.1" }} +{{- $netIstioTag := "v1.22.1" }} +{{- $netGatewayTag := "v1.22.1" }} apiVersion: operator.knative.dev/v1beta1 kind: KnativeServing metadata: @@ -11,13 +11,13 @@ metadata: namespace: knative-serving spec: {{- if $v.otomi.linodeLkeImageRepository }} - # Use private repository configuration when ORCS is enabled - # https://knative.dev/docs/install/operator/configuring-serving-cr/#private-repository-and-private-secrets + {{- /* Use private repository configuration when ORCS is enabled + https://knative.dev/docs/install/operator/configuring-serving-cr/#private-repository-and-private-secrets */}} registry: default: "{{ $v.otomi.linodeLkeImageRepository }}/gcr/knative-releases/knative.dev/serving/cmd/${NAME}:{{ $tag }}" override: - # Overriding paths for images not under "gcr.io/knative-releases/knative.dev/serving/cmd" otherwise the system - # will try to pull them from "mirrored.registry/knative-releases/knative.dev/serving/cmd" which does not exist. + {{- /* Overriding paths for images not under "gcr.io/knative-releases/knative.dev/serving/cmd" otherwise the system + will try to pull them from "mirrored.registry/knative-releases/knative.dev/serving/cmd" which does not exist. */}} migrate: "{{ $v.otomi.linodeLkeImageRepository }}/gcr/knative-releases/knative.dev/pkg/apiextensions/storageversion/cmd/migrate:{{ $tag }}" cleanup: "{{ $v.otomi.linodeLkeImageRepository }}/gcr/knative-releases/knative.dev/serving/pkg/cleanup/cmd/cleanup:{{ $tag }}" net-istio-controller/controller: "{{ $v.otomi.linodeLkeImageRepository }}/gcr/knative-releases/knative.dev/net-istio/cmd/controller:{{ $netIstioTag }}"