From 36e55323517a7e69a2a3cc64ca146f7c176fca67 Mon Sep 17 00:00:00 2001 From: Adam Hamsik Date: Thu, 30 Jul 2020 15:20:30 +0200 Subject: [PATCH] [stable/elasticsearch-curator] Remove @desaintmartin from OWNERS/maintainers. (#23401) Signed-off-by: Adam Hamsik --- stable/elasticsearch-curator/Chart.yaml | 4 +--- stable/elasticsearch-curator/OWNERS | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/stable/elasticsearch-curator/Chart.yaml b/stable/elasticsearch-curator/Chart.yaml index ee63e6dc9f..4a60692659 100644 --- a/stable/elasticsearch-curator/Chart.yaml +++ b/stable/elasticsearch-curator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "5.7.6" description: A Helm chart for Elasticsearch Curator name: elasticsearch-curator -version: 2.2.0 +version: 2.2.1 home: https://github.com/elastic/curator keywords: - curator @@ -12,8 +12,6 @@ sources: - https://github.com/kubernetes/charts/elasticsearch-curator - https://github.com/pires/docker-elasticsearch-curator maintainers: - - name: desaintmartin - email: cedric.dsm@gmail.com - name: gianrubio email: gianrubio@gmail.com - name: haad diff --git a/stable/elasticsearch-curator/OWNERS b/stable/elasticsearch-curator/OWNERS index 06238ae5e0..3139de5744 100644 --- a/stable/elasticsearch-curator/OWNERS +++ b/stable/elasticsearch-curator/OWNERS @@ -1,8 +1,6 @@ approvers: - - desaintmartin - gianrubio - haad reviewers: - - desaintmartin - gianrubio - haad