1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Add warning due to DNS transfer (#1513)

Updated Readme with warnings and workaround

Signed-off-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>

Signed-off-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
This commit is contained in:
Gustavo Fernandes de Carvalho 2022-09-02 12:58:28 -03:00 committed by GitHub
parent 3d3edcc8af
commit b2c25c4786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,16 @@
<img src="assets/eso-logo-large.png" width="30%" align="center" alt="external-secrets">
</p>
## ⚠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)