From 6cd2d558d9fb15303683396fcec510c1e4f82b6a Mon Sep 17 00:00:00 2001 From: Stefan Rotsch Date: Mon, 13 Feb 2023 14:09:46 +0100 Subject: [PATCH] docs: update helm --- radar/2018-03-01/helm.md | 2 +- radar/2022-10-12/helm.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 radar/2022-10-12/helm.md diff --git a/radar/2018-03-01/helm.md b/radar/2018-03-01/helm.md index e63456f..61ea2e8 100644 --- a/radar/2018-03-01/helm.md +++ b/radar/2018-03-01/helm.md @@ -1,6 +1,6 @@ --- title: "Helm" -ring: trial +ring: assess quadrant: tools --- diff --git a/radar/2022-10-12/helm.md b/radar/2022-10-12/helm.md new file mode 100644 index 0000000..8b9d34d --- /dev/null +++ b/radar/2022-10-12/helm.md @@ -0,0 +1,15 @@ +--- +title: "Helm" +ring: adopt +quadrant: platforms-and-aoe-services +tags: [devops] +--- + +At AOE, we have adopted [Helmfile](https://github.com/helmfile/helmfile) as a complementary tool to Helm. It is +a declarative spec for deploying helm charts providing addtional functionality such as: + +- Separation between environment specific and general values +- Simplified secrets management with support for external applications, e.g. Vault +- Remote state storage in e.g. S3, similar to Terraform + +Overall, Helmfile makes it a lot easier to manage and maintain multiple Helm charts and releases.