File tree Expand file tree Collapse file tree 7 files changed +29
-9
lines changed Expand file tree Collapse file tree 7 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 11ack_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
66api_directory_checksum : 127aa0f51fbcdde596b8f42f93bcdf3b6dee8488
77api_version : v1alpha1
88aws_sdk_go_version : v1.44.93
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/ec2-controller
9- newTag : v0.0.19
9+ newTag : v0.0.20
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : ec2-chart
33description : 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
66home : https://github.com/aws-controllers-k8s/ec2-controller
77icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88sources :
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/ec2-controller:v0.0.19 ".
2+ This chart deploys "public.ecr.aws/aws-controllers-k8s/ec2-controller:v0.0.20 ".
33
44Check its status by running:
55 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
44metadata :
55 creationTimestamp : null
66 name : ack-ec2-controller
7+ labels :
8+ {{- range $key, $value := .Values.role.labels }}
9+ {{ $key }}: {{ $value | quote }}
10+ {{- end }}
711{{ else }}
812kind : Role
913metadata :
1014 creationTimestamp : null
1115 name : ack-ec2-controller
16+ labels :
17+ {{- range $key, $value := .Values.role.labels }}
18+ {{ $key }}: {{ $value | quote }}
19+ {{- end }}
1220 namespace : {{ .Release.Namespace }}
1321{{ end }}
1422rules :
Original file line number Diff line number Diff line change 6565 ],
6666 "type" : " object"
6767 },
68+ "role" : {
69+ "description" : " Role settings" ,
70+ "properties" : {
71+ "labels" : {
72+ "type" : " object"
73+ }
74+ }
75+ },
6876 "metrics" : {
6977 "description" : " Metrics settings" ,
7078 "properties" : {
Original file line number Diff line number Diff line change 44
55image :
66 repository : public.ecr.aws/aws-controllers-k8s/ec2-controller
7- tag : v0.0.19
7+ tag : v0.0.20
88 pullPolicy : IfNotPresent
99 pullSecrets : []
1010
@@ -28,6 +28,10 @@ deployment:
2828 # Which priorityClassName to set?
2929 # See: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority
3030 priorityClassName : " "
31+
32+ # If "installScope: cluster" then these labels will be applied to ClusterRole
33+ role :
34+ labels : {}
3135
3236metrics :
3337 service :
You can’t perform that action at this time.
0 commit comments