Skip to content

Commit e04b890

Browse files
authored
release artifact for v0.0.6 (#55)
Description of changes: * artifacts for new s3 controller v0.0.6 release * This is prerequisite to updating the community docs for removing aws-account-id flag By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 7ea3529 commit e04b890

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ack_generate_info:
2-
build_date: "2021-10-08T18:41:11Z"
3-
build_hash: 385779a205bea50e8762b76bc75cab957cf723b9
4-
go_version: go1.15
2+
build_date: "2021-10-12T16:58:37Z"
3+
build_hash: 4b30ff5578e2f570d1c5b1741f3098be0d78e246
4+
go_version: go1.16.5
55
version: v0.15.1
66
api_directory_checksum: dfcc21d3fc7fcd228ae29942f020128e7a3bdb8e
77
api_version: v1alpha1

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: s3-chart
33
description: A Helm chart for the ACK service controller for Amazon Simple Storage Service (S3)
4-
version: v0.0.5
5-
appVersion: v0.0.5
4+
version: v0.0.6
5+
appVersion: v0.0.6
66
home: https://github.com/aws-controllers-k8s/s3-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ spec:
6161
valueFrom:
6262
fieldRef:
6363
fieldPath: metadata.namespace
64-
- name: AWS_ACCOUNT_ID
65-
value: {{ .Values.aws.account_id | quote }}
6664
- name: AWS_REGION
6765
value: {{ .Values.aws.region }}
6866
- name: AWS_ENDPOINT_URL

helm/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/s3-controller
7-
tag: v0.0.5
7+
tag: v0.0.6
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

@@ -38,7 +38,6 @@ resources:
3838
aws:
3939
# If specified, use the AWS region for AWS API calls
4040
region: ""
41-
account_id: ""
4241
endpoint_url: ""
4342

4443
# log level for the controller

0 commit comments

Comments
 (0)