From 286b8603a9a16d2b2b57416840f9b8f30fccd496 Mon Sep 17 00:00:00 2001 From: Vibhu Prashar Date: Fri, 11 Oct 2024 14:48:04 +0530 Subject: [PATCH] chore: add vprashar to the maintainers list This commit updates the maintainers by adding @vprashar2929 to the list. Signed-off-by: Vibhu Prashar --- bundle/ci.yaml | 3 +-- bundle/manifests/kepler-operator.clusterserviceversion.yaml | 2 ++ .../manifests/bases/kepler-operator.clusterserviceversion.yaml | 2 ++ hack/bundle.sh | 3 +-- 4 files changed, 6 insertions(+), 4 deletions(-) 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