From 5c6eee81665c19b5aa093c9415c58ee5008752f6 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 9 Nov 2020 17:31:35 -0500 Subject: [PATCH] [stable/openiban] add repo archive notice (#24168) Signed-off-by: Scott Rigby --- stable/openiban/Chart.yaml | 2 +- stable/openiban/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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.