Skip to content

Commit 1d9e615

Browse files
committed
Share controller code further
1 parent b94d161 commit 1d9e615

21 files changed

+529
-326
lines changed

bundle/tests/scorecard/kind-kuttl/ingress-certificate/01-rc-with-cert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: ingress-with-cert-rc
55
spec:
66
# Add fields here
7-
applicationImage: k8s.gcr.io/pause:2.0
7+
applicationImage: k8s.gcr.io/pause:3.2
88
replicas: 1
99
expose: true
1010
route:

bundle/tests/scorecard/kind-kuttl/ingress-manage-tls/00-certmanager-with-manage-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: RuntimeComponent
44
metadata:
55
name: manage-tls-rc
66
spec:
7-
applicationImage: k8s.gcr.io/pause:2.0
7+
applicationImage: k8s.gcr.io/pause:3.2
88
replicas: 1
99
expose: true
1010
service:

bundle/tests/scorecard/kind-kuttl/ingress-manage-tls/01-certmanager-without-manage-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: RuntimeComponent
33
metadata:
44
name: manage-tls-rc
55
spec:
6-
applicationImage: k8s.gcr.io/pause:2.0
6+
applicationImage: k8s.gcr.io/pause:3.2
77
replicas: 1
88
expose: true
99
manageTLS: false # Deletes the *-svc-tls-cm CertManager Certificate

bundle/tests/scorecard/kind-kuttl/ingress-manage-tls/02-certmanager-with-manage-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: RuntimeComponent
33
metadata:
44
name: manage-tls-rc
55
spec:
6-
applicationImage: k8s.gcr.io/pause:2.0
6+
applicationImage: k8s.gcr.io/pause:3.2
77
replicas: 1
88
expose: true
99
manageTLS: true # Restore default

bundle/tests/scorecard/kind-kuttl/ingress-manage-tls/03-certmanager-statefulset-with-manage-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: RuntimeComponent
33
metadata:
44
name: manage-tls-rc
55
spec:
6-
applicationImage: k8s.gcr.io/pause:2.0
6+
applicationImage: k8s.gcr.io/pause:3.2
77
replicas: 1
88
expose: true
99
service:

bundle/tests/scorecard/kind-kuttl/ingress-manage-tls/05-byo-with-manage-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: RuntimeComponent
33
metadata:
44
name: manage-tls-rc
55
spec:
6-
applicationImage: k8s.gcr.io/pause:2.0
6+
applicationImage: k8s.gcr.io/pause:3.2
77
replicas: 1
88
expose: true
99
service:

bundle/tests/scorecard/kind-kuttl/ingress/00-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: ingress
55
spec:
66
# Add fields here
7-
applicationImage: k8s.gcr.io/pause:2.0
7+
applicationImage: k8s.gcr.io/pause:3.2
88
replicas: 1
99
expose: true
1010
route:

bundle/tests/scorecard/kind-kuttl/ingress/02-delete-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: ingress
55
spec:
66
# Add fields here
7-
applicationImage: k8s.gcr.io/pause:2.0
7+
applicationImage: k8s.gcr.io/pause:3.2
88
replicas: 1
99
expose: false
1010

bundle/tests/scorecard/minikube-kuttl/ingress-certificate/01-rc-with-cert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: ingress-with-cert-rc
55
spec:
66
# Add fields here
7-
applicationImage: k8s.gcr.io/pause:2.0
7+
applicationImage: k8s.gcr.io/pause:3.2
88
replicas: 1
99
expose: true
1010
route:

bundle/tests/scorecard/minikube-kuttl/ingress-manage-tls/00-certmanager-with-manage-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: RuntimeComponent
44
metadata:
55
name: manage-tls-rc
66
spec:
7-
applicationImage: k8s.gcr.io/pause:2.0
7+
applicationImage: k8s.gcr.io/pause:3.2
88
replicas: 1
99
expose: true
1010
service:

0 commit comments

Comments
 (0)