Skip to content

Commit

Permalink
Change the image value to lightweight-image and also add imagePullPolicy
Browse files Browse the repository at this point in the history
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
  • Loading branch information
jhuttana committed Jun 10, 2024
1 parent 1ceccb7 commit 60d1b9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/jlink/jlinked-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ objects:
spec:
containers:
- name: jlinked-app-container
image: 'openshift/jlinked-app:latest'
image: lightweight-image:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
- apiVersion: v1
Expand Down

0 comments on commit 60d1b9e

Please sign in to comment.