Skip to content

Commit

Permalink
Merge pull request #77 from appuio/fix/missing-tzdata
Browse files Browse the repository at this point in the history
Always pull latest oc image
  • Loading branch information
haasad authored Feb 6, 2025
2 parents 7b8b808 + d00f404 commit 740628e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions component/notifications.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ local createUpgradeNotification(overlay) =
containers_+: {
notification: kube.Container('notification') {
image: '%(registry)s/%(repository)s:%(tag)s' % params.images.oc,
imagePullPolicy: 'Always',
name: 'create-console-notification',
workingDir: '/export',
command: [ '/scripts/create-console-notification.sh' ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
- name: OVERLAY_VERSION_MINOR
value: '16'
image: quay.io/appuio/oc:v4.15
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: create-console-notification
ports: []
stdin: false
Expand Down

0 comments on commit 740628e

Please sign in to comment.