From 35ffc874d31ed353764803ee5de0227a8f295564 Mon Sep 17 00:00:00 2001 From: gurpalw <37112979+gurpalw@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:10:06 +0100 Subject: [PATCH 1/2] values.yaml: fix typo --- charts/atlantis/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 257d4219..83617627 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -482,7 +482,7 @@ tlsSecretName: "" # -- Additional path (`:` separated) that will be appended to the system `PATH` environment variable. extraPath: "" -# -- Environtment values to add to the Atlantis pod. +# -- Environment values to add to the Atlantis pod. # Check values.yaml for examples. environment: {} # environment: From 11ee10033dbd29936d12d5854d49b7082e2bd4ef Mon Sep 17 00:00:00 2001 From: gurpalw <37112979+gurpalw@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:30:18 +0100 Subject: [PATCH 2/2] Update Chart.yaml --- charts/atlantis/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/atlantis/Chart.yaml b/charts/atlantis/Chart.yaml index dd085f12..1ae14ac1 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v1 appVersion: v0.29.0 description: A Helm chart for Atlantis https://www.runatlantis.io name: atlantis -version: 5.5.2 +version: 5.5.3 keywords: - terraform home: https://www.runatlantis.io