Skip to content

Commit

Permalink
Merge pull request #397 from sthaha/seamless-upgrade-op
Browse files Browse the repository at this point in the history
feat(OLM): bump operator capabilty to seamless-upgrade
  • Loading branch information
vprashar2929 authored May 22, 2024
2 parents 6fcb7f2 + 95fda48 commit 916febf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/kepler-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ metadata:
}
}
]
capabilities: Basic Install
capabilities: Seamless Upgrades
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.12.0
createdAt: "2024-05-21T06:16:09Z"
createdAt: "2024-05-22T05:04:00Z"
description: 'Deploys and Manages Kepler on Kubernetes '
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/internal-objects: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
capabilities: Basic Install
capabilities: Seamless Upgrades
categories: Monitoring
containerImage: <OPERATOR_IMG>
createdAt: "2023-01-31 16:20:00"
Expand Down

0 comments on commit 916febf

Please sign in to comment.