File tree 7 files changed +29
-9
lines changed
7 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 1
1
ack_generate_info :
2
- build_date : " 2022-09-20T18:05:13Z "
3
- build_hash : 1da44f4be322eea156ed23a86e33c29da5cede9c
4
- go_version : go1.18.3
5
- version : v0.20.1-2-g1da44f4
2
+ build_date : " 2022-09-21T13:36:34Z "
3
+ build_hash : 6e2ffbc3b16a30ac59be6719918c601c2c864064
4
+ go_version : go1.18.1
5
+ version : v0.20.1-3-g6e2ffbc
6
6
api_directory_checksum : 127aa0f51fbcdde596b8f42f93bcdf3b6dee8488
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.44.93
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ kind: Kustomization
6
6
images :
7
7
- name : controller
8
8
newName : public.ecr.aws/aws-controllers-k8s/ec2-controller
9
- newTag : v0.0.19
9
+ newTag : v0.0.20
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ec2-chart
3
3
description : A Helm chart for the ACK service controller for Amazon Elastic Cloud Compute (EC2)
4
- version : v0.0.19
5
- appVersion : v0.0.19
4
+ version : v0.0.20
5
+ appVersion : v0.0.20
6
6
home : https://github.com/aws-controllers-k8s/ec2-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
1
{{ .Chart.Name }} has been installed.
2
- This chart deploys "public.ecr.aws/aws-controllers-k8s/ec2-controller:v0.0.19 ".
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/ec2-controller:v0.0.20 ".
3
3
4
4
Check its status by running:
5
5
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Original file line number Diff line number Diff line change @@ -4,11 +4,19 @@ kind: ClusterRole
4
4
metadata :
5
5
creationTimestamp : null
6
6
name : ack-ec2-controller
7
+ labels :
8
+ {{- range $key, $value := .Values.role.labels }}
9
+ {{ $key }}: {{ $value | quote }}
10
+ {{- end }}
7
11
{{ else }}
8
12
kind : Role
9
13
metadata :
10
14
creationTimestamp : null
11
15
name : ack-ec2-controller
16
+ labels :
17
+ {{- range $key, $value := .Values.role.labels }}
18
+ {{ $key }}: {{ $value | quote }}
19
+ {{- end }}
12
20
namespace : {{ .Release.Namespace }}
13
21
{{ end }}
14
22
rules :
Original file line number Diff line number Diff line change 65
65
],
66
66
"type" : " object"
67
67
},
68
+ "role" : {
69
+ "description" : " Role settings" ,
70
+ "properties" : {
71
+ "labels" : {
72
+ "type" : " object"
73
+ }
74
+ }
75
+ },
68
76
"metrics" : {
69
77
"description" : " Metrics settings" ,
70
78
"properties" : {
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/ec2-controller
7
- tag : v0.0.19
7
+ tag : v0.0.20
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
@@ -28,6 +28,10 @@ deployment:
28
28
# Which priorityClassName to set?
29
29
# See: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority
30
30
priorityClassName : " "
31
+
32
+ # If "installScope: cluster" then these labels will be applied to ClusterRole
33
+ role :
34
+ labels : {}
31
35
32
36
metrics :
33
37
service :
You can’t perform that action at this time.
0 commit comments