File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 73
73
capabilities :
74
74
drop :
75
75
- ALL
76
+ securityContext :
77
+ seccompProfile :
78
+ type : RuntimeDefault
76
79
terminationGracePeriodSeconds : 10
77
80
serviceAccountName : ack-lambda-controller
78
81
hostIPC : false
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/lambda-controller
9
- newTag : v1 .0.0
9
+ newTag : 1 .0.1
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : lambda-chart
3
3
description : A Helm chart for the ACK service controller for AWS Lambda (Lambda)
4
- version : v1 .0.0
5
- appVersion : v1 .0.0
4
+ version : 1 .0.1
5
+ appVersion : 1 .0.1
6
6
home : https://github.com/aws-controllers-k8s/lambda-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/lambda-controller:v1 .0.0 ".
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/lambda-controller:1 .0.1 ".
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 @@ -116,6 +116,9 @@ spec:
116
116
capabilities :
117
117
drop :
118
118
- ALL
119
+ securityContext :
120
+ seccompProfile :
121
+ type : RuntimeDefault
119
122
terminationGracePeriodSeconds : 10
120
123
nodeSelector : {{ toYaml .Values.deployment.nodeSelector | nindent 8 }}
121
124
{{ if .Values.deployment.tolerations -}}
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/lambda-controller
7
- tag : v1 .0.0
7
+ tag : 1 .0.1
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
@@ -31,7 +31,7 @@ deployment:
31
31
32
32
# If "installScope: cluster" then these labels will be applied to ClusterRole
33
33
role :
34
- labels : {}
34
+ labels : {}
35
35
36
36
metrics :
37
37
service :
You can’t perform that action at this time.
0 commit comments