Skip to content

Commit 60d1b9e

Browse files
committed
Change the image value to lightweight-image and also add imagePullPolicy
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent 1ceccb7 commit 60d1b9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/jlink/jlinked-app.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ objects:
231231
spec:
232232
containers:
233233
- name: jlinked-app-container
234-
image: 'openshift/jlinked-app:latest'
234+
image: lightweight-image:latest
235+
imagePullPolicy: IfNotPresent
235236
ports:
236237
- containerPort: 8080
237238
- apiVersion: v1

0 commit comments

Comments
 (0)