Skip to content

Commit

Permalink
Merge pull request #170 from rht-labs/image-puller
Browse files Browse the repository at this point in the history
🐈adding image puller🐈
  • Loading branch information
springdo authored Jun 24, 2024
2 parents 8f58f1d + c2b4ac9 commit 2a1d173
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tooling/charts/tl500-base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@ operators:
sourceNamespace: openshift-marketplace
operatorgroup:
create: false

kubernetes-imagepuller-operator:
enabled: true
namespace: openshift-operators
subscription:
channel: stable
approval: Automatic
operatorName: kubernetes-imagepuller-operator
sourceName: community-operators
sourceNamespace: openshift-marketplace
operatorgroup:
create: false

logging:
# Might be needed with clusters that have an infra plane
Expand Down
12 changes: 12 additions & 0 deletions tooling/charts/tl500-course-content/templates/image-puller.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
apiVersion: che.eclipse.org/v1alpha1
kind: KubernetesImagePuller
metadata:
name: image-puller
namespace: openshift-operators
spec:
configMapName: k8s-image-puller
daemonsetName: k8s-image-puller
deploymentName: kubernetes-image-puller
imagePullerImage: 'quay.io/eclipse/kubernetes-image-puller:next'
images: 'tl500=quay.io/rht-labs/stack-tl500:latest'

0 comments on commit 2a1d173

Please sign in to comment.