Skip to content

Commit

Permalink
release artifacts for v0.0.2 (#9)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jaypipes authored Dec 14, 2021
1 parent b55fa21 commit 468ea75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: iam-chart
description: A Helm chart for the ACK service controller for AWS Identity & Access Management (IAM)
version: v0.0.1
appVersion: v0.0.1
version: v0.0.2
appVersion: v0.0.2
home: https://github.com/aws-controllers-k8s/iam-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
12 changes: 1 addition & 11 deletions helm/crds/iam.services.k8s.aws_roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,7 @@ spec:
type: string
policies:
items:
properties:
policyARN:
description: "The Amazon Resource Name (ARN). ARNs are unique
identifiers for Amazon Web Services resources. \n For more
information about ARNs, go to Amazon Resource Names (ARNs)
(https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
in the Amazon Web Services General Reference."
type: string
roleName:
type: string
type: object
type: string
type: array
tags:
description: "A list of tags that you want to attach to the new role.
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/aws-controllers-k8s/iam-controller
tag: v0.0.1
tag: v0.0.2
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 468ea75

Please sign in to comment.