diff --git a/Makefile b/Makefile index 03d6e307a..1fa7b687f 100644 --- a/Makefile +++ b/Makefile @@ -439,7 +439,7 @@ bundle: generate manifests download-kustomize download-operator-sdk ## Generate printf "\nLABEL com.redhat.openshift.versions=\"v4.8\"" >> $${BUNDLE_PATH}/bundle.Dockerfile # Update annotations.yaml correspondingly to bundle.Dockerfile - printf "\n com.redhat.openshift.versions: \"v4.8\"" >> $${BUNDLE_PATH}/metadata/annotations.yaml + printf "\n com.redhat.openshift.versions: \"v4.8\"\n" >> $${BUNDLE_PATH}/metadata/annotations.yaml # Base cluster service version file has got correctly sorted CRDs. # They are sorted with help of annotation markers in the api type files ("api/v1" folder). diff --git a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml index d55051f61..2f54e5664 100644 --- a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml @@ -100,7 +100,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/eclipse-che/che-operator support: Eclipse Foundation - name: eclipse-che.v7.86.0-864.next + name: eclipse-che.v7.86.0-865.next namespace: placeholder spec: apiservicedefinitions: {} @@ -1032,7 +1032,7 @@ spec: minKubeVersion: 1.19.0 provider: name: Eclipse Foundation - version: 7.86.0-864.next + version: 7.86.0-865.next webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/bundle/next/eclipse-che/metadata/annotations.yaml b/bundle/next/eclipse-che/metadata/annotations.yaml index ee936fcae..a6c29492d 100644 --- a/bundle/next/eclipse-che/metadata/annotations.yaml +++ b/bundle/next/eclipse-che/metadata/annotations.yaml @@ -26,4 +26,4 @@ annotations: operators.operatorframework.io.test.mediatype.v1: scorecard+v1 operators.operatorframework.io.test.config.v1: tests/scorecard/ - com.redhat.openshift.versions: "v4.8" \ No newline at end of file + com.redhat.openshift.versions: "v4.8"