From 5cd842068b06fcb41dd70085af5b070c07b4c671 Mon Sep 17 00:00:00 2001 From: Torsten Walter Date: Tue, 6 Oct 2020 21:26:42 +0200 Subject: [PATCH] [stable/atlantis] fix typo in chart.yaml (#23855) Signed-off-by: Torsten Walter --- stable/atlantis/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/atlantis/Chart.yaml b/stable/atlantis/Chart.yaml index e1dd82c7b3..81720936f8 100644 --- a/stable/atlantis/Chart.yaml +++ b/stable/atlantis/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v1 -# The prometheus-operator chart is deprecated and no longer maintained. For details deprecation, +# The atlantis 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: DEPRECATED A Helm chart for Atlantis https://www.runatlantis.io name: atlantis -version: 3.12.3 +version: 3.12.4 keywords: - terraform home: https://www.runatlantis.io