File tree Expand file tree Collapse file tree 6 files changed +25
-9
lines changed Expand file tree Collapse file tree 6 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 1
1
ack_generate_info :
2
- build_date : " 2022-01-19T23:21:25Z "
3
- build_hash : 1338d18479a0269a9801bfc83e2dc1ca8a0d65dc
2
+ build_date : " 2022-01-24T21:17:47Z "
3
+ build_hash : cccec82a27ddd880095383360df1fdc8f530842f
4
4
go_version : go1.17.5
5
- version : v0.16.2
5
+ version : v0.16.3
6
6
api_directory_checksum : 5c586ade18ff0bb36fe5fcb6d3ffa78b36a2b2c6
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.40.2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/aws-controllers-k8s/iam-controller
3
3
go 1.17
4
4
5
5
require (
6
- github.com/aws-controllers-k8s/runtime v0.16.2
6
+ github.com/aws-controllers-k8s/runtime v0.16.3
7
7
github.com/aws/aws-sdk-go v1.40.2
8
8
github.com/go-logr/logr v1.2.0
9
9
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hC
64
64
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da /go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY =
65
65
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
66
66
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
67
- github.com/aws-controllers-k8s/runtime v0.16.2 h1:JWitWBy3OoWCvBLKsBAoaUkKkPyfOHaQItgRlCO41IM =
68
- github.com/aws-controllers-k8s/runtime v0.16.2 /go.mod h1:DHwPczqO/nK4L1kqWlmng5GuIQuX5MSSWbTQMuL4LnM =
67
+ github.com/aws-controllers-k8s/runtime v0.16.3 h1:AaufF1pkfX3M3G4WK6m9OTcI6yEzKnFsffpuWTIy5wY =
68
+ github.com/aws-controllers-k8s/runtime v0.16.3 /go.mod h1:DHwPczqO/nK4L1kqWlmng5GuIQuX5MSSWbTQMuL4LnM =
69
69
github.com/aws/aws-sdk-go v1.37.10 /go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro =
70
70
github.com/aws/aws-sdk-go v1.40.2 h1:iNaJUKjUeULTsuTGrGbAFG1H5AVSWgo5kwyUDmtJrwk =
71
71
github.com/aws/aws-sdk-go v1.40.2 /go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q =
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : iam-chart
3
3
description : A Helm chart for the ACK service controller for AWS Identity & Access Management (IAM)
4
- version : v0.0.2
5
- appVersion : v0.0.2
4
+ version : v0.0.3
5
+ appVersion : v0.0.3
6
6
home : https://github.com/aws-controllers-k8s/iam-controller
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
Original file line number Diff line number Diff line change
1
+ {{ .Chart.Name }} has been installed.
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/iam-controller:v0.0.3".
3
+
4
+ Check its status by running:
5
+ kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
6
+
7
+ You are now able to create AWS Identity & Access Management (IAM) resources!
8
+
9
+ The controller is running in "{{ .Values.installScope }}" mode.
10
+ The controller is configured to run in the region: "{{ .Values.aws.region }}"
11
+
12
+ Visit https://aws-controllers-k8s.github.io/community/reference/ for an API
13
+ reference of all the resources that can be created using this controller.
14
+
15
+ For more information on the AWS Controller for Kubernetes (ACK) project, visit:
16
+ https://aws-controllers-k8s.github.io/community/
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/iam-controller
7
- tag : v0.0.2
7
+ tag : v0.0.3
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
You can’t perform that action at this time.
0 commit comments