File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
{{- $v := .Values }}
2
2
{{- $k := $v.apps.knative -}}
3
+ {{- $knativeServingVersion := "1.18" -}}
4
+ {{- $tag := "v1.18.1" -}}
5
+ {{- $netIstioTag := "v1.18.0" -}}
3
6
apiVersion: operator.knative.dev/v1beta1
4
7
kind: KnativeServing
5
8
metadata:
6
9
name: knative-serving
7
10
namespace: knative-serving
8
11
spec:
9
- version: "1.15"
12
+ {{- if $v.otomi.linodeLkeImageRepository }}
13
+ # Use private repository configuration when ORCS is enabled
14
+ # https://knative.dev/docs/install/operator/configuring-serving-cr/#private-repository-and-private-secrets
15
+ registry:
16
+ default: "{{ $v.otomi.linodeLkeImageRepository }}/gcr/knative-releases/knative.dev/serving/cmd/${NAME}:{{ $tag }}"
17
+ override:
18
+ # Overriding paths for images not under "gcr.io/knative-releases/knative.dev/serving/cmd" otherwise the system
19
+ # will try to pull them from "mirrored.registry/knative-releases/knative.dev/serving/cmd" which does not exist.
20
+ migrate: "{{ $v.otomi.linodeLkeImageRepository }}/gcr/knative-releases/knative.dev/pkg/apiextensions/storageversion/cmd/migrate:{{ $tag }}"
21
+ cleanup: "{{ $v.otomi.linodeLkeImageRepository }}/gcr/knative-releases/knative.dev/serving/pkg/cleanup/cmd/cleanup:{{ $tag }}"
22
+ net-istio-controller/controller: "{{ $v.otomi.linodeLkeImageRepository }}/gcr/knative-releases/knative.dev/net-istio/cmd/controller:{{ $netIstioTag }}"
23
+ net-istio-controller/webhook: "{{ $v.otomi.linodeLkeImageRepository }}/gcr/knative-releases/knative.dev/net-istio/cmd/webhook:{{ $netIstioTag }}"
24
+ {{- end }}
25
+ version: "{{ $knativeServingVersion }}"
10
26
{{- if $v._derived.untrustedCA }}
11
27
controller-custom-certs:
12
28
name: certs
57
73
features:
58
74
podspec-securitycontext: enabled
59
75
ingress:
60
- istio:
76
+ istio:
61
77
enabled: true
62
78
knative-ingress-gateway:
63
79
selector:
You can’t perform that action at this time.
0 commit comments