Skip to content

Commit 5bee14a

Browse files
committed
Always pull latest oc image
1 parent 4ce8aaa commit 5bee14a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

component/notifications.libsonnet

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ local createUpgradeNotification(overlay) =
137137
containers_+: {
138138
notification: kube.Container('notification') {
139139
image: '%(registry)s/%(repository)s:%(tag)s' % params.images.oc,
140+
imagePullPolicy: 'Always',
140141
name: 'create-console-notification',
141142
workingDir: '/export',
142143
command: [ '/scripts/create-console-notification.sh' ],

tests/golden/upgrade-notification/openshift4-console/openshift4-console/31_upgrade_notification.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
- name: OVERLAY_VERSION_MINOR
9393
value: '16'
9494
image: quay.io/appuio/oc:v4.15
95-
imagePullPolicy: IfNotPresent
95+
imagePullPolicy: Always
9696
name: create-console-notification
9797
ports: []
9898
stdin: false

0 commit comments

Comments
 (0)