Skip to content

Commit

Permalink
Add CatalogSource including index with OSP nightly build
Browse files Browse the repository at this point in the history
Here we only add the CatalogSource, but does not make use of it (does
not reference it in the kustomization.yaml). An automation job will
be including that reference until we switch to nightly builds.
  • Loading branch information
enarha authored and Roming22 committed Jan 24, 2024
1 parent 7dd671f commit 7e31e2b
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: custom-operators
namespace: openshift-marketplace
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
sourceType: grpc
image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:d1e530ade1cd223947e82bf46d4a8274a61aab4fca3fff842e46e667914df900
displayName: custom-operators
updateStrategy:
registryPoll:
interval: 30m

0 comments on commit 7e31e2b

Please sign in to comment.