Skip to content

Commit 60f00e2

Browse files
authored
Add getting started image back to the tests (#540)
1 parent 28c1f06 commit 60f00e2

File tree

4 files changed

+7
-16
lines changed

4 files changed

+7
-16
lines changed

bundle/tests/scorecard/kuttl/probe/03-assert.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ spec:
4343
successThreshold: 1
4444
failureThreshold: 20
4545
status:
46-
# not checking readyReplicas or replicas while using icr.io/appcafe/websphere-liberty:full-java8-openj9-ubi
47-
# as it uses different default ports. Replace with icr.io/appcafe/open-liberty/samples/getting-started
48-
# when available
49-
# readyReplicas: 1
50-
# replicas: 1
46+
readyReplicas: 1
47+
replicas: 1
5148
updatedReplicas: 1

bundle/tests/scorecard/kuttl/probe/03-runtime-probe-defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: probes-rc
55
spec:
66
# Add fields here
7-
applicationImage: icr.io/appcafe/open-liberty
7+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started
88
manageTLS: false
99
service:
1010
port: 9443

bundle/tests/scorecard/kuttl/probe/04-assert.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ spec:
4343
successThreshold: 1
4444
failureThreshold: 5
4545
status:
46-
# not checking readyReplicas or replicas while using icr.io/appcafe/websphere-liberty:full-java8-openj9-ubi
47-
# as it uses different default ports. Replace with icr.io/appcafe/open-liberty/samples/getting-started
48-
# when available
49-
# readyReplicas: 1
50-
# replicas: 1
46+
readyReplicas: 1
47+
replicas: 1
5148
updatedReplicas: 1

bundle/tests/scorecard/kuttl/probe/05-assert.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ spec:
2323
successThreshold: 1
2424
failureThreshold: 20
2525
status:
26-
# not checking readyReplicas or replicas while using icr.io/appcafe/websphere-liberty:full-java8-openj9-ubi
27-
# as it uses different default ports. Replace with icr.io/appcafe/open-liberty/samples/getting-started
28-
# when available
29-
# readyReplicas: 1
30-
# replicas: 1
26+
readyReplicas: 1
27+
replicas: 1
3128
updatedReplicas: 1

0 commit comments

Comments
 (0)