Skip to content

Commit 424ac57

Browse files
authored
Release artifact for release v1.2.0 (#101)
Release artifact for release v1.2.0 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 68e348e commit 424ac57

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

config/controller/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: public.ecr.aws/aws-controllers-k8s/lambda-controller
9-
newTag: 1.1.1
9+
newTag: 1.2.0

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: lambda-chart
33
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
66
home: https://github.com/aws-controllers-k8s/lambda-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/templates/NOTES.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ .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".
33

44
Check its status by running:
55
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!
99
The controller is running in "{{ .Values.installScope }}" mode.
1010
The controller is configured to manage AWS resources in region: "{{ .Values.aws.region }}"
1111

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
1313
reference of all the resources that can be created using this controller.
1414

1515
For more information on the AWS Controllers for Kubernetes (ACK) project, visit:

helm/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/lambda-controller
7-
tag: 1.1.1
7+
tag: 1.2.0
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

@@ -52,7 +52,7 @@ deployment:
5252
# If "installScope: cluster" then these labels will be applied to ClusterRole
5353
role:
5454
labels: {}
55-
55+
5656
metrics:
5757
service:
5858
# Set to true to automatically create a Kubernetes Service resource for the
@@ -80,7 +80,7 @@ aws:
8080
# Secret stringData key that contains the credentials
8181
secretKey: "credentials"
8282
# Profile used for AWS credentials
83-
profile: "default"
83+
profile: "default"
8484

8585
# log level for the controller
8686
log:

0 commit comments

Comments
 (0)