Skip to content

Commit

Permalink
release artifacts for v0.0.1 (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Pipes <[email protected]>

Includes support for Role resources only.

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 10, 2021
1 parent ab82afb commit 4f83bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0-non-release-version
appVersion: v0.0.0-non-release-version
version: v0.0.1
appVersion: v0.0.1
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
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.0-non-release-version
tag: v0.0.1
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 4f83bb0

Please sign in to comment.