From 089668c59e6640038154b61b0f90efe3cf7b4310 Mon Sep 17 00:00:00 2001 From: ValClarkson Date: Tue, 3 May 2022 21:23:41 -0400 Subject: [PATCH 1/2] Updated the README.md with a note about what directiosn to follow as well as added an newly needed annotation for k8s max version [sc-14218] --- installers/olm/README.md | 3 +++ installers/olm/postgresoperator.csv.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/installers/olm/README.md b/installers/olm/README.md index 51a04fedef..798d888fa5 100644 --- a/installers/olm/README.md +++ b/installers/olm/README.md @@ -11,11 +11,14 @@ tests. Consult the [technical requirements][hub-contrib] when making changes. [olm-csv]: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/building-your-csv.md [OLM]: https://github.com/operator-framework/operator-lifecycle-manager [scorecard]: https://sdk.operatorframework.io/docs/scorecard/ +[OLM-priv]: https://github.com/CrunchyData/priv-all-pgo-olm/blob/main/README.md ## Testing ### Setup +**_NOTE:_** These make commands are out of date. See our [OLM Private Repo][OLM-priv] and follow directions there. + ``` make docker-package docker-verify ``` diff --git a/installers/olm/postgresoperator.csv.yaml b/installers/olm/postgresoperator.csv.yaml index 048c3802c4..8aea0bb01b 100644 --- a/installers/olm/postgresoperator.csv.yaml +++ b/installers/olm/postgresoperator.csv.yaml @@ -4,6 +4,7 @@ kind: ClusterServiceVersion metadata: name: 'postgresoperator.v${PGO_VERSION}' annotations: + operatorhub.io/ui-metadata-max-k8s-version: "1.21" certified: 'false' support: crunchydata.com From c0d435c5d9f5bfbe3c3a214adf89335718cbb8ee Mon Sep 17 00:00:00 2001 From: ValClarkson Date: Wed, 4 May 2022 12:31:33 -0400 Subject: [PATCH 2/2] removed outdated commands, updated the note, deleted repo link --- installers/olm/README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/installers/olm/README.md b/installers/olm/README.md index 798d888fa5..bf3eedc2b1 100644 --- a/installers/olm/README.md +++ b/installers/olm/README.md @@ -11,26 +11,5 @@ tests. Consult the [technical requirements][hub-contrib] when making changes. [olm-csv]: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/building-your-csv.md [OLM]: https://github.com/operator-framework/operator-lifecycle-manager [scorecard]: https://sdk.operatorframework.io/docs/scorecard/ -[OLM-priv]: https://github.com/CrunchyData/priv-all-pgo-olm/blob/main/README.md -## Testing - -### Setup - -**_NOTE:_** These make commands are out of date. See our [OLM Private Repo][OLM-priv] and follow directions there. - -``` -make docker-package docker-verify -``` - -``` -pip3 install yq -``` - -### Testing - -``` -make install-olm # install OLM framework -make package # build OLM package -make verify # verify OLM package -``` +**_NOTE:_** Removed make commands from this file because they no longer function as stated, but left the above info which contains historical and relevant information.