Skip to content

Commit

Permalink
chore: use quay.io/eclipse/eclipse-che-(openshift|kubernetes)-opm-cat…
Browse files Browse the repository at this point in the history
…alog:next to deploy Eclipse Che from next channels (#1819)

Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha authored Nov 18, 2021
1 parent 7f6af4a commit 9f079c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions custom-catalog-minikube.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion src/tasks/installers/olm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class OLMTasks {
title: 'Create next index CatalogSource',
task: async (ctx: any, task: any) => {
if (!await kube.catalogSourceExists(NEXT_CATALOG_SOURCE_NAME, ctx.operatorNamespace)) {
const catalogSourceImage = `quay.io/eclipse/eclipse-che-${ctx.generalPlatformName}-opm-catalog:preview`
const catalogSourceImage = `quay.io/eclipse/eclipse-che-${ctx.generalPlatformName}-opm-catalog:next`
const nextCatalogSource = this.constructIndexCatalogSource(ctx.operatorNamespace, catalogSourceImage)
await kube.createCatalogSource(nextCatalogSource)
await kube.waitCatalogSource(ctx.operatorNamespace, NEXT_CATALOG_SOURCE_NAME)
Expand Down

0 comments on commit 9f079c3

Please sign in to comment.