Skip to content

Commit 1688965

Browse files
committed
feat(upstream): add operatorhubio catalog to upstream release
1 parent 6945742 commit 1688965

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#! validate-crd: ./deploy/chart/templates/05-catalogsource.crd.yaml
2+
#! parse-kind: CatalogSource
3+
{{ if (.Values.installType) and eq .Values.installType "upstream" }}
4+
apiVersion: operators.coreos.com/v1alpha1
5+
kind: CatalogSource
6+
metadata:
7+
name: operatorhubio-catalog
8+
namespace: {{ .Values.catalog_namespace }}
9+
spec:
10+
sourceType: grpc
11+
image: quay.io/operator-framework/upstream-community-operators:latest
12+
displayName: Community Operators
13+
publisher: OperatorHub.io
14+
{{ end }}

0 commit comments

Comments
 (0)