diff --git a/bundle/ci.yaml b/bundle/ci.yaml index a62811d7..82513a26 100644 --- a/bundle/ci.yaml +++ b/bundle/ci.yaml @@ -1,7 +1,6 @@ --- reviewers: - - sustainable-computing-io - - husky-parul + - vprashar2929 - KaiyiLiu1234 - sthaha - vimalk78 diff --git a/bundle/manifests/kepler-operator.clusterserviceversion.yaml b/bundle/manifests/kepler-operator.clusterserviceversion.yaml index 44394489..8169771c 100644 --- a/bundle/manifests/kepler-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kepler-operator.clusterserviceversion.yaml @@ -367,6 +367,8 @@ spec: name: Huamin Chen - email: sthaha@redhat.com name: Sunil Thaha + - email: vprashar@redhat.com + name: Vibhu Prashar maturity: alpha minKubeVersion: 1.24.0 provider: diff --git a/config/manifests/bases/kepler-operator.clusterserviceversion.yaml b/config/manifests/bases/kepler-operator.clusterserviceversion.yaml index 744c2008..0e5fd058 100644 --- a/config/manifests/bases/kepler-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/kepler-operator.clusterserviceversion.yaml @@ -250,6 +250,8 @@ spec: name: Huamin Chen - email: sthaha@redhat.com name: Sunil Thaha + - email: vprashar@redhat.com + name: Vibhu Prashar maturity: alpha minKubeVersion: 1.24.0 provider: diff --git a/hack/bundle.sh b/hack/bundle.sh index 41a7a3c1..802cda4f 100755 --- a/hack/bundle.sh +++ b/hack/bundle.sh @@ -84,8 +84,7 @@ main() { cat <<-EOF >bundle/ci.yaml --- reviewers: - - sustainable-computing-io - - husky-parul + - vprashar2929 - KaiyiLiu1234 - sthaha - vimalk78