Skip to content

Commit 468ea75

Browse files
authored
release artifacts for v0.0.2 (#9)
Please note the change to the Role CRD is correct. When regenerating the IAM controller previously, I had to manually update the CRD definition in `config/crd/bases` but forgot to update the associated CRD definition in `helm/crds`, which this commit caught. Signed-off-by: Jay Pipes <[email protected]> By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent b55fa21 commit 468ea75

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: iam-chart
33
description: A Helm chart for the ACK service controller for AWS Identity & Access Management (IAM)
4-
version: v0.0.1
5-
appVersion: v0.0.1
4+
version: v0.0.2
5+
appVersion: v0.0.2
66
home: https://github.com/aws-controllers-k8s/iam-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/crds/iam.services.k8s.aws_roles.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,7 @@ spec:
9999
type: string
100100
policies:
101101
items:
102-
properties:
103-
policyARN:
104-
description: "The Amazon Resource Name (ARN). ARNs are unique
105-
identifiers for Amazon Web Services resources. \n For more
106-
information about ARNs, go to Amazon Resource Names (ARNs)
107-
(https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
108-
in the Amazon Web Services General Reference."
109-
type: string
110-
roleName:
111-
type: string
112-
type: object
102+
type: string
113103
type: array
114104
tags:
115105
description: "A list of tags that you want to attach to the new role.

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/iam-controller
7-
tag: v0.0.1
7+
tag: v0.0.2
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)