File tree Expand file tree Collapse file tree 7 files changed +14
-27
lines changed
Expand file tree Collapse file tree 7 files changed +14
-27
lines changed Original file line number Diff line number Diff line change 11ack_generate_info :
2- build_date : " 2023-01-14T16:13:40Z "
3- build_hash : cfce82dfeed4e658da394699720394b1f7d23ff6
2+ build_date : " 2023-01-23T14:51:45Z "
3+ build_hash : c6651c200ba136e5c7f50ad8be751fae060a38e6
44 go_version : go1.19.4
5- version : v0.22.0-1-gcfce82d
5+ version : v0.22.0-1-gc6651c2
66api_directory_checksum : 202e02932e71256f27a9cd0f6454e508c5b7e9b6
77api_version : v1alpha1
88aws_sdk_go_version : v1.44.177
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ kind: Kustomization
66images :
77- name : controller
88 newName : public.ecr.aws/aws-controllers-k8s/acm-controller
9- newTag : v0.0.0-non-release-version
9+ newTag : v0.0.1
Original file line number Diff line number Diff line change 1-
21---
32apiVersion : apiextensions.k8s.io/v1
43kind : CustomResourceDefinition
54metadata :
65 annotations :
7- controller-gen.kubebuilder.io/version : v0.7.0
6+ controller-gen.kubebuilder.io/version : v0.9.2
87 creationTimestamp : null
98 name : adoptedresources.services.k8s.aws
109spec :
@@ -170,6 +169,7 @@ spec:
170169 - name
171170 - uid
172171 type : object
172+ x-kubernetes-map-type : atomic
173173 type : array
174174 type : object
175175 required :
@@ -224,9 +224,3 @@ spec:
224224 storage : true
225225 subresources :
226226 status : {}
227- status :
228- acceptedNames :
229- kind : " "
230- plural : " "
231- conditions : []
232- storedVersions : []
Original file line number Diff line number Diff line change 1-
21---
32apiVersion : apiextensions.k8s.io/v1
43kind : CustomResourceDefinition
54metadata :
65 annotations :
7- controller-gen.kubebuilder.io/version : v0.7.0
6+ controller-gen.kubebuilder.io/version : v0.9.2
87 creationTimestamp : null
98 name : fieldexports.services.k8s.aws
109spec :
@@ -133,9 +132,3 @@ spec:
133132 storage : true
134133 subresources :
135134 status : {}
136- status :
137- acceptedNames :
138- kind : " "
139- plural : " "
140- conditions : []
141- storedVersions : []
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : acm-chart
3- description : A Helm chart for the ACK service controller for ( )
4- version : v0.0.0-non-release-version
5- appVersion : v0.0.0-non-release-version
3+ description : A Helm chart for the ACK service controller for AWS Certificate Manager (ACM )
4+ version : v0.0.1
5+ appVersion : v0.0.1
66home : https://github.com/aws-controllers-k8s/acm-controller
77icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88sources :
99 - https://github.com/aws-controllers-k8s/acm-controller
1010maintainers :
1111 - name : ACK Admins
1212 url : https://github.com/orgs/aws-controllers-k8s/teams/ack-admin
13- - name : Admins
13+ - name : ACM Admins
1414 url : https://github.com/orgs/aws-controllers-k8s/teams/acm-maintainer
1515keywords :
1616 - aws
Original file line number Diff line number Diff line change 11{{ .Chart.Name }} has been installed.
2- This chart deploys "public.ecr.aws/aws-controllers-k8s/acm-controller:v0.0.0-non-release-version ".
2+ This chart deploys "public.ecr.aws/aws-controllers-k8s/acm-controller:v0.0.1 ".
33
44Check its status by running:
55 kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
66
7- You are now able to create ( ) resources!
7+ You are now able to create AWS Certificate Manager (ACM ) resources!
88
99The controller is running in "{{ .Values.installScope }}" mode.
1010The controller is configured to manage AWS resources in region: "{{ .Values.aws.region }}"
Original file line number Diff line number Diff line change 44
55image :
66 repository : public.ecr.aws/aws-controllers-k8s/acm-controller
7- tag : v0.0.0-non-release-version
7+ tag : v0.0.1
88 pullPolicy : IfNotPresent
99 pullSecrets : []
1010
You can’t perform that action at this time.
0 commit comments