Skip to content

Commit

Permalink
Add deprecation notice for stable/kiam. (helm#17959)
Browse files Browse the repository at this point in the history
Signed-off-by: Kit Ewbank <Kit_Ewbank@hotmail.com>
  • Loading branch information
ewbankkit authored and dargolith committed Jan 10, 2020
1 parent 87e4276 commit 43b43f0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
11 changes: 6 additions & 5 deletions stable/kiam/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# This version of the kiam Helm chart is deprecated.
# All future updates should be instead made to the uSwitch-hosted Helm chart,
# located at https://github.com/uswitch/kiam/tree/master/helm/kiam.
deprecated: true
apiVersion: v1
name: kiam
version: 2.5.2
version: 2.5.3
appVersion: 3.3
description: Integrate AWS IAM with Kubernetes
description: DEPRECATED Integrate AWS IAM with Kubernetes
keywords:
- kiam
- aws
Expand All @@ -11,7 +15,4 @@ keywords:
home: https://github.com/uswitch/kiam
sources:
- https://github.com/uswitch/kiam
maintainers:
- name: ewbankkit
email: Kit_Ewbank@hotmail.com
engine: gotpl
4 changes: 2 additions & 2 deletions stable/kiam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Installs [kiam](https://github.com/uswitch/kiam) to integrate AWS IAM with Kubernetes.

## Pre-deprecation Notice
## 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).
As mentioned in #16664, this chart has been 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).
Expand Down
4 changes: 4 additions & 0 deletions stable/kiam/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
This version of the kiam Helm chart is deprecated.
All future updates should be instead made to the uSwitch-hosted Helm chart,
located at https://github.com/uswitch/kiam/tree/master/helm/kiam.

To verify that kiam has started, run:

kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "kiam.name" . }},release={{ .Release.Name }}"
Expand Down

0 comments on commit 43b43f0

Please sign in to comment.