diff --git a/deploy/chart/templates/0000_50_olm_15-operatorstatus.yaml b/deploy/chart/templates/0000_50_olm_15-operatorstatus.yaml new file mode 100644 index 0000000000..b7da04d3bc --- /dev/null +++ b/deploy/chart/templates/0000_50_olm_15-operatorstatus.yaml @@ -0,0 +1,19 @@ +{{- if .Values.imagestream }} +apiVersion: config.openshift.io/v1 +kind: ClusterOperator +metadata: + name: {{ .Values.writeStatusName }} +status: + versions: + - name: operator + version: "0.0.1-snapshot" +--- +apiVersion: config.openshift.io/v1 +kind: ClusterOperator +metadata: + name: {{ .Values.writeStatusNameCatalog }} +status: + versions: + - name: operator + version: "0.0.1-snapshot" +{{- end }} diff --git a/manifests/0000_50_olm_15-operatorstatus.yaml b/manifests/0000_50_olm_15-operatorstatus.yaml new file mode 100644 index 0000000000..8792f18e44 --- /dev/null +++ b/manifests/0000_50_olm_15-operatorstatus.yaml @@ -0,0 +1,18 @@ + +apiVersion: config.openshift.io/v1 +kind: ClusterOperator +metadata: + name: operator-lifecycle-manager +status: + versions: + - name: operator + version: "0.0.1-snapshot" +--- +apiVersion: config.openshift.io/v1 +kind: ClusterOperator +metadata: + name: operator-lifecycle-manager-catalog +status: + versions: + - name: operator + version: "0.0.1-snapshot"