Skip to content

Commit be8e7f6

Browse files
committed
Use service-binding spring-petclinic image
The spring-petclinic build from Service Binding Operator is multi-arch enabled and maintained through their source repository.
1 parent 734a6ca commit be8e7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
containers:
2424
- name: spring-petclinic
2525
imagePullPolicy: Always
26-
image: quay.io/siamaksade/spring-petclinic:latest
26+
image: quay.io/service-binding/spring-petclinic:latest
2727
livenessProbe:
2828
failureThreshold: 3
2929
httpGet:

0 commit comments

Comments
 (0)