Skip to content

Commit 50a22b8

Browse files
authored
release artifacts for v0.0.8 (#18)
Issue #, if available: aws-controllers-k8s/community#988 Description of changes: * release artifacts for v0.0.8 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 6c190af commit 50a22b8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ack_generate_info:
2-
build_date: "2021-09-23T16:06:49Z"
3-
build_hash: fe3ca1f5ee52a0e49be0f8458b4e5058a8f0fd47
4-
go_version: go1.15
2+
build_date: "2021-09-26T23:29:16Z"
3+
build_hash: 2b0ac062dd6d305434d252b5da5ed718c801b106
4+
go_version: go1.16.5
55
version: v0.14.1
66
api_directory_checksum: 3c829828db77ef587929da78f41d52b2459fb054
77
api_version: v1alpha1

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: ecr-chart
33
description: A Helm chart for the ACK service controller for Amazon Elastic Container Registry (ECR)
4-
version: v0.0.7
5-
appVersion: v0.0.7
4+
version: v0.0.8
5+
appVersion: v0.0.8
66
home: https://github.com/aws-controllers-k8s/ecr-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/values.yaml

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

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

0 commit comments

Comments
 (0)