Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quay.io/appuio/oc Docker tag to v4.17 #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
oc:
registry: quay.io
repository: appuio/oc
tag: v4.15
tag: v4.17

namespace: openshift-console
namespace_annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spec:
value: console-cluster-example-org-tls
- name: HOME
value: /export
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.17
name: sync
volumeMounts:
- mountPath: /export
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
value: '4.16'
- name: OVERLAY_VERSION_MINOR
value: '16'
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.17
imagePullPolicy: Always
name: create-console-notification
ports: []
Expand Down Expand Up @@ -164,7 +164,7 @@ spec:
command:
- /usr/local/bin/cleanup
env: []
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.17
imagePullPolicy: IfNotPresent
name: cleanup
ports: []
Expand Down