From 325b2a5f08181df0cf67247c3b48256287c668e1 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Nov 2020 11:32:04 -0500 Subject: [PATCH] [incubator/vaultingkube] deprecating chart (#24278) Signed-off-by: Matt Farina --- incubator/vaultingkube/Chart.yaml | 10 +++------- incubator/vaultingkube/README.md | 4 ++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/incubator/vaultingkube/Chart.yaml b/incubator/vaultingkube/Chart.yaml index 34d3ae409a..8c7e5da171 100644 --- a/incubator/vaultingkube/Chart.yaml +++ b/incubator/vaultingkube/Chart.yaml @@ -1,11 +1,7 @@ apiVersion: v1 appVersion: 0.1.1 home: https://github.com/sunshinekitty/vaultingkube -description: vaultingkube takes config maps and secrets stored inside Hashicorp Vault and syncs them to your Kubernetes cluster. +description: DEPRECATED vaultingkube takes config maps and secrets stored inside Hashicorp Vault and syncs them to your Kubernetes cluster. name: vaultingkube -version: 0.1.3 -maintainers: - - name: cpanato - email: ctadeu@gmail.com - - name: scottrigby - email: scott@r6by.com +version: 0.1.4 +deprecated: true diff --git a/incubator/vaultingkube/README.md b/incubator/vaultingkube/README.md index b195a6cf11..2cf2a683e3 100644 --- a/incubator/vaultingkube/README.md +++ b/incubator/vaultingkube/README.md @@ -9,6 +9,10 @@ For more information, see the Helm Charts [Deprecation and Archive Notice](https and secrets stored inside Hashicorp Vault and syncs them to your Kubernetes cluster. +## DEPRECATION NOTICE + +This chart is deprecated and no longer supported. + ## TL;DR; ```console