Skip to content

Commit 2a1d173

Browse files
authored
Merge pull request #170 from rht-labs/image-puller
🐈adding image puller🐈
2 parents 8f58f1d + c2b4ac9 commit 2a1d173

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

tooling/charts/tl500-base/values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ operators:
7676
sourceNamespace: openshift-marketplace
7777
operatorgroup:
7878
create: false
79+
80+
kubernetes-imagepuller-operator:
81+
enabled: true
82+
namespace: openshift-operators
83+
subscription:
84+
channel: stable
85+
approval: Automatic
86+
operatorName: kubernetes-imagepuller-operator
87+
sourceName: community-operators
88+
sourceNamespace: openshift-marketplace
89+
operatorgroup:
90+
create: false
7991

8092
logging:
8193
# Might be needed with clusters that have an infra plane
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
apiVersion: che.eclipse.org/v1alpha1
3+
kind: KubernetesImagePuller
4+
metadata:
5+
name: image-puller
6+
namespace: openshift-operators
7+
spec:
8+
configMapName: k8s-image-puller
9+
daemonsetName: k8s-image-puller
10+
deploymentName: kubernetes-image-puller
11+
imagePullerImage: 'quay.io/eclipse/kubernetes-image-puller:next'
12+
images: 'tl500=quay.io/rht-labs/stack-tl500:latest'

0 commit comments

Comments
 (0)