Skip to content

Commit 698fff0

Browse files
authored
Updated the the csv yaml to add an annotation for k8s max (#3181)
* 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] * removed outdated commands, updated the note, deleted repo link
1 parent 9834e70 commit 698fff0

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

installers/olm/README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,4 @@ tests. Consult the [technical requirements][hub-contrib] when making changes.
1212
[OLM]: https://github.com/operator-framework/operator-lifecycle-manager
1313
[scorecard]: https://sdk.operatorframework.io/docs/scorecard/
1414

15-
## Testing
16-
17-
### Setup
18-
19-
```
20-
make docker-package docker-verify
21-
```
22-
23-
```
24-
pip3 install yq
25-
```
26-
27-
### Testing
28-
29-
```
30-
make install-olm # install OLM framework
31-
make package # build OLM package
32-
make verify # verify OLM package
33-
```
15+
**_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.

installers/olm/postgresoperator.csv.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ kind: ClusterServiceVersion
44
metadata:
55
name: 'postgresoperator.v${PGO_VERSION}'
66
annotations:
7+
operatorhub.io/ui-metadata-max-k8s-version: "1.21"
78
certified: 'false'
89
support: crunchydata.com
910

0 commit comments

Comments
 (0)