From 21d4c5a9efe100e87bea2df09e068c930ec330b2 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Nov 2020 15:26:33 -0500 Subject: [PATCH] [stable/vault-operator] deprecating chart (#24410) Signed-off-by: Matt Farina --- stable/vault-operator/Chart.yaml | 8 +++----- stable/vault-operator/OWNERS | 4 ---- stable/vault-operator/README.md | 4 ++++ 3 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 stable/vault-operator/OWNERS diff --git a/stable/vault-operator/Chart.yaml b/stable/vault-operator/Chart.yaml index 46f701174f..83095effca 100644 --- a/stable/vault-operator/Chart.yaml +++ b/stable/vault-operator/Chart.yaml @@ -1,12 +1,10 @@ apiVersion: v1 -description: CoreOS vault-operator Helm chart for Kubernetes +description: DEPRECATED - CoreOS vault-operator Helm chart for Kubernetes name: vault-operator -version: 0.1.3 +version: 0.1.4 appVersion: 0.1.9 home: https://github.com/coreos/vault-operator icon: https://s3.amazonaws.com/hashicorp-marketing-web-assets/brand/Vault_VerticalLogo_FullColor.B1xPC0pSax.svg sources: - https://github.com/coreos/vault-operator -maintainers: -- name: mlaccetti - email: michael@laccetti.com +deprecated: true diff --git a/stable/vault-operator/OWNERS b/stable/vault-operator/OWNERS deleted file mode 100644 index 0ab6c7e621..0000000000 --- a/stable/vault-operator/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -approvers: -- mlaccetti -reviewers: -- mlaccetti diff --git a/stable/vault-operator/README.md b/stable/vault-operator/README.md index 65a8c9960d..38e1be4903 100644 --- a/stable/vault-operator/README.md +++ b/stable/vault-operator/README.md @@ -11,6 +11,10 @@ configuration and management. __DISCLAIMER:__ While this chart has been well-tested, the vault-operator is still currently in beta. Current project status is available [here](https://github.com/coreos/vault-operator). +## DEPRECATION NOTICE + +This chart is deprecated and no longer supported. + ## Introduction This chart bootstraps a vault-operator and allows the deployment of vault cluster(s). It depends on the `etcd-operator` being installed.