From 3a64be0aec0bc0cbf7bfff18c9b78f07c4b4d69d Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 4 Oct 2019 20:47:13 -0400 Subject: [PATCH] Add pre-deprecation notice for stable/kiam. (#16668) Signed-off-by: Kit Ewbank --- stable/kiam/Chart.yaml | 2 +- stable/kiam/README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/stable/kiam/Chart.yaml b/stable/kiam/Chart.yaml index 7fb2fd7167..a34be57f7d 100644 --- a/stable/kiam/Chart.yaml +++ b/stable/kiam/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: kiam -version: 2.5.1 +version: 2.5.2 appVersion: 3.3 description: Integrate AWS IAM with Kubernetes keywords: diff --git a/stable/kiam/README.md b/stable/kiam/README.md index a8670dca0f..ab6b0f9ca3 100644 --- a/stable/kiam/README.md +++ b/stable/kiam/README.md @@ -2,6 +2,13 @@ Installs [kiam](https://github.com/uswitch/kiam) to integrate AWS IAM with Kubernetes. +## Pre-deprecation Notice + +As mentioned in #16664, this chart will be deprecated in favour of the [uSwitch-hosted Helm chart](https://github.com/uswitch/kiam/tree/master/helm/kiam). +Please open new [issues](https://github.com/uswitch/kiam/issues/new) and pull requests in the [uSwitch repository](https://github.com/uswitch/kiam). + +The chart is also available in [Helm Hub](https://hub.helm.sh/charts/uswitch/kiam). + ## TL;DR; ```console