Skip to content

Commit a550cec

Browse files
committed
Update quay.io/appuio/oc Docker tag to v4.17
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
1 parent 740628e commit a550cec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

class/defaults.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
oc:
88
registry: quay.io
99
repository: appuio/oc
10-
tag: v4.15
10+
tag: v4.17
1111

1212
namespace: openshift-console
1313
namespace_annotations:

tests/golden/custom-route-managed-tls/openshift4-console/openshift4-console/01_certs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ spec:
159159
value: console-cluster-example-org-tls
160160
- name: HOME
161161
value: /export
162-
image: quay.io/appuio/oc:v4.15
162+
image: quay.io/appuio/oc:v4.17
163163
name: sync
164164
volumeMounts:
165165
- mountPath: /export

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
9191
value: '4.16'
9292
- name: OVERLAY_VERSION_MINOR
9393
value: '16'
94-
image: quay.io/appuio/oc:v4.15
94+
image: quay.io/appuio/oc:v4.17
9595
imagePullPolicy: Always
9696
name: create-console-notification
9797
ports: []
@@ -164,7 +164,7 @@ spec:
164164
command:
165165
- /usr/local/bin/cleanup
166166
env: []
167-
image: quay.io/appuio/oc:v4.15
167+
image: quay.io/appuio/oc:v4.17
168168
imagePullPolicy: IfNotPresent
169169
name: cleanup
170170
ports: []

0 commit comments

Comments
 (0)