Skip to content

Commit f82728f

Browse files
committed
Revert "Upgrade knative to version 1.13"
This reverts commit d41b7e8.
1 parent d41b7e8 commit f82728f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/knative/crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
name: knative-serving
1515
namespace: knative-serving
1616
spec:
17-
version: "1.13"
17+
version: "1.12"
1818
ingress:
1919
kourier:
2020
enabled: true

infra/knative/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
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
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
77
- crd.yaml
88

99
patches:

0 commit comments

Comments
 (0)