From 36ef70058a5aed4018748c9c95c14a1fa89bc2ee Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Nov 2020 15:40:14 -0500 Subject: [PATCH] [stable/stolon] deprecating chart (#24400) Signed-off-by: Matt Farina --- stable/stolon/Chart.yaml | 10 +++------- stable/stolon/OWNERS | 6 ------ stable/stolon/README.md | 4 ++++ 3 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 stable/stolon/OWNERS diff --git a/stable/stolon/Chart.yaml b/stable/stolon/Chart.yaml index 2659516f83..73827bd7cc 100644 --- a/stable/stolon/Chart.yaml +++ b/stable/stolon/Chart.yaml @@ -1,16 +1,12 @@ apiVersion: v1 name: stolon -version: 1.6.4 +version: 1.6.5 appVersion: 0.16.0 -description: Stolon - PostgreSQL cloud native High Availability. +description: DEPRECATED - Stolon - PostgreSQL cloud native High Availability. home: https://github.com/sorintlab/stolon icon: https://i.imgur.com/tIW8sAW.png sources: - https://github.com/sorintlab/stolon - https://github.com/lwolf/stolon-chart -maintainers: - - name: rtluckie - email: rluckie@cisco.com - - name: lwolf - email: ipaq.lw@gmail.com +deprecated: true engine: gotpl diff --git a/stable/stolon/OWNERS b/stable/stolon/OWNERS deleted file mode 100644 index 88fe067d63..0000000000 --- a/stable/stolon/OWNERS +++ /dev/null @@ -1,6 +0,0 @@ -approvers: - - lwolf - - rtluckie -reviewers: - - lwolf - - rtluckie diff --git a/stable/stolon/README.md b/stable/stolon/README.md index 47a4308558..ff9c291085 100644 --- a/stable/stolon/README.md +++ b/stable/stolon/README.md @@ -8,6 +8,10 @@ For more information, see the Helm Charts [Deprecation and Archive Notice](https * Installs [Stolon](https://github.com/sorintlab/stolon) (HA PostgreSQL cluster) * Based on [lwolf/stolon-chart](https://github.com/lwolf/stolon-chart) and [stolon examples](https://github.com/sorintlab/stolon/tree/master/examples/kubernetes/statefulset) +## DEPRECATION NOTICE + +This chart is deprecated and no longer supported. + ## TL;DR; ```console