File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed 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 : 1.1.1
9
+ newTag : 1.2.0
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 : 1.1.1
5
- appVersion : 1.1.1
4
+ version : 1.2.0
5
+ appVersion : 1.2.0
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:1.1.1 ".
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/lambda-controller:1.2.0 ".
3
3
4
4
Check its status by running:
5
5
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
@@ -9,7 +9,7 @@ You are now able to create AWS Lambda (Lambda) resources!
9
9
The controller is running in "{{ .Values.installScope }}" mode.
10
10
The controller is configured to manage AWS resources in region: "{{ .Values.aws.region }}"
11
11
12
- Visit https://aws-controllers-k8s.github.io/community/reference/ for an API
12
+ Visit https://aws-controllers-k8s.github.io/community/reference/ for an API
13
13
reference of all the resources that can be created using this controller.
14
14
15
15
For more information on the AWS Controllers for Kubernetes (ACK) project, visit:
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 : 1.1.1
7
+ tag : 1.2.0
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
@@ -52,7 +52,7 @@ deployment:
52
52
# If "installScope: cluster" then these labels will be applied to ClusterRole
53
53
role :
54
54
labels : {}
55
-
55
+
56
56
metrics :
57
57
service :
58
58
# Set to true to automatically create a Kubernetes Service resource for the
80
80
# Secret stringData key that contains the credentials
81
81
secretKey : " credentials"
82
82
# Profile used for AWS credentials
83
- profile : " default"
83
+ profile : " default"
84
84
85
85
# log level for the controller
86
86
log :
You can’t perform that action at this time.
0 commit comments