File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tests/golden/upgrade-notification/openshift4-console/openshift4-console Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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' ],
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments