From b2c25c47863b5f340825ed12f07a6be3cf830248 Mon Sep 17 00:00:00 2001 From: Gustavo Fernandes de Carvalho Date: Fri, 2 Sep 2022 12:58:28 -0300 Subject: [PATCH] Add warning due to DNS transfer (#1513) Updated Readme with warnings and workaround Signed-off-by: Gustavo Fernandes de Carvalho Signed-off-by: Gustavo Fernandes de Carvalho --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 73001d812..18b0159df 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ external-secrets

+## ⚠️DNS Transfer Alert⚠️ +We are currently in the middle of the process of transfering out our DNS zones to the Linux foundation. This transfer, unfortunately, is expected with some instability. The main addresses that are going to be affected are https://external-secrets.io and https://charts.external-secrets.io. + +In order to minimize any impact this transfer might have in your systems, you can download manually the chart packages from our tags (here is the [latest one](https://github.com/external-secrets/external-secrets/releases/download/helm-chart-0.5.9/external-secrets-0.5.9.tgz) + +Installation in this way is not supported, but it a valid workaround while the transfer is in progress. +``` +helm install es https://github.com/external-secrets/external-secrets/releases/download/helm-chart-0.5.9/external-secrets-0.5.9.tgz +``` + # External Secrets ![ci](https://github.com/external-secrets/external-secrets/actions/workflows/ci.yml/badge.svg?branch=main) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5327/badge)](https://bestpractices.coreinfrastructure.org/projects/5947)