From 8adeadd6aaf944047eeffe9d071ca83ea62887d8 Mon Sep 17 00:00:00 2001 From: Torsten Walter Date: Sun, 4 Oct 2020 00:47:05 +0200 Subject: [PATCH] [stable/atlantis] deprecating chart (#23841) Signed-off-by: Torsten Walter --- stable/atlantis/Chart.yaml | 14 ++++++-------- stable/atlantis/README.md | 3 +++ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/stable/atlantis/Chart.yaml b/stable/atlantis/Chart.yaml index 20bd7d7b34..e1dd82c7b3 100644 --- a/stable/atlantis/Chart.yaml +++ b/stable/atlantis/Chart.yaml @@ -1,17 +1,15 @@ apiVersion: v1 +# The prometheus-operator chart is deprecated and no longer maintained. For details deprecation, +# including how to un-deprecate a chart see the PROCESSES.md file. +# This chart was moved to https://github.com/runatlantis/helm-charts +deprecated: true appVersion: v0.14.0 -description: A Helm chart for Atlantis https://www.runatlantis.io +description: DEPRECATED A Helm chart for Atlantis https://www.runatlantis.io name: atlantis -version: 3.12.2 +version: 3.12.3 keywords: - terraform home: https://www.runatlantis.io icon: https://www.runatlantis.io/hero.png sources: - https://github.com/runatlantis/atlantis -maintainers: -- name: jkodroff -- name: callmeradical -- name: jeff-knurek -- name: lkysow -- name: anubhavmishra diff --git a/stable/atlantis/README.md b/stable/atlantis/README.md index 5520c46e8c..80bda790ba 100644 --- a/stable/atlantis/README.md +++ b/stable/atlantis/README.md @@ -1,4 +1,7 @@ # Atlantis + +# ⚠️ DEPRECATED Further development was moved to https://github.com/runatlantis/helm-charts + [Atlantis](https://www.runatlantis.io/) is a tool for safe collaboration on [Terraform](https://www.terraform.io/) repositories. ## Introduction