File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
14
14
name : knative-serving
15
15
namespace : knative-serving
16
16
spec :
17
- version : " 1.12 "
17
+ version : " 1.13 "
18
18
ingress :
19
19
kourier :
20
20
enabled : true
Original file line number Diff line number Diff line change @@ -2,16 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
4
4
resources :
5
- - https://github.com/knative/operator/releases/download/knative-v1.12 .0/operator.yaml
6
- - https://github.com/knative/net-certmanager/releases/download/knative-v1.12 .0/release.yaml
5
+ - https://github.com/knative/operator/releases/download/knative-v1.13 .0/operator.yaml
6
+ - https://github.com/knative/net-certmanager/releases/download/knative-v1.13 .0/release.yaml
7
7
- crd.yaml
8
8
9
9
patches :
10
10
- path : config-certmanager.yaml
11
- - patch : |-
12
- - op: replace
13
- path: /spec/template/metadata/annotations/cluster-autoscaler.kubernetes.io~1safe-to-evict
14
- value: "true"
15
- target:
16
- kind: Deployment
17
- name: operator-webhook
You can’t perform that action at this time.
0 commit comments