Skip to content

Commit

Permalink
Merge pull request noobaa#1423 from dannyzaken/danny-fixes
Browse files Browse the repository at this point in the history
Added annotation to CSV capabilities="Seamless Upgrades"
  • Loading branch information
dannyzaken authored Sep 2, 2024
2 parents 002966d + d089ca8 commit 575a258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/olm/olm.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ func GenerateCSV(opConf *operator.Conf, csvParams *generateCSVParams) *operv1.Cl
csv.Annotations["operators.openshift.io/infrastructure-features"] = "ֿ'[\"disconnected\"]'"
// annotation for OpenShift AWS STS cluster
csv.Annotations["features.operators.openshift.io/token-auth-aws"] = "true"
csv.Annotations["capabilities"] = "Seamless Upgrades"
csv.Spec.Version.Version = semver.MustParse(version.Version)
csv.Spec.Description = bundle.File_deploy_olm_description_md
csv.Spec.Icon[0].Data = bundle.File_deploy_olm_noobaa_icon_base64
Expand Down

0 comments on commit 575a258

Please sign in to comment.