Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/kiam] Add deprecation notice #17959

Merged
merged 1 commit into from
Nov 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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