Skip to content
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.19

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.19
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.19
imagePullPolicy: Always
name: create-console-notification
ports: []
Expand Down Expand Up @@ -165,7 +165,7 @@ spec:
command:
- /usr/local/bin/cleanup
env: []
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.19
imagePullPolicy: IfNotPresent
name: cleanup
ports: []
Expand Down