diff --git a/stable/openiban/Chart.yaml b/stable/openiban/Chart.yaml index c867ebf6e1..4f7649186d 100644 --- a/stable/openiban/Chart.yaml +++ b/stable/openiban/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 1.0.1 description: OpenIBAN is a self-hosted, free and open-source IBAN validation API. name: openiban -version: 1.0.0 +version: 1.0.1 keywords: - iban - golang diff --git a/stable/openiban/README.md b/stable/openiban/README.md index b5d86d3a1a..31cd1dbb01 100644 --- a/stable/openiban/README.md +++ b/stable/openiban/README.md @@ -1,3 +1,8 @@ +# ⚠️ Repo Archive Notice + +As of Nov 13, 2020, charts in this repo will no longer be updated. +For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/). + # OpenIBAN [OpenIBAN](https://github.com/fourcube/goiban-service) implements a basic REST Web-service for validating IBAN account numbers in GO.