From 21dcd47eb4cb4ce061af38e88d74f899f949f108 Mon Sep 17 00:00:00 2001 From: Vijay Tripathi Date: Sun, 26 Sep 2021 23:22:43 +0000 Subject: [PATCH] release artifacts for v0.0.6 --- apis/v1alpha1/ack-generate-metadata.yaml | 6 +++--- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apis/v1alpha1/ack-generate-metadata.yaml b/apis/v1alpha1/ack-generate-metadata.yaml index c9a4576..4a5b88e 100755 --- a/apis/v1alpha1/ack-generate-metadata.yaml +++ b/apis/v1alpha1/ack-generate-metadata.yaml @@ -1,7 +1,7 @@ ack_generate_info: - build_date: "2021-09-23T16:09:07Z" - build_hash: fe3ca1f5ee52a0e49be0f8458b4e5058a8f0fd47 - go_version: go1.15 + build_date: "2021-09-26T23:21:40Z" + build_hash: 2b0ac062dd6d305434d252b5da5ed718c801b106 + go_version: go1.16.5 version: v0.14.1 api_directory_checksum: c1d144a18336326f141e97e6800b47f64ed992cc api_version: v1alpha1 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 063be88..699770b 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: dynamodb-chart description: A Helm chart for the ACK service controller for Amazon DynamoDB (DynamoDB) -version: v0.0.5 -appVersion: v0.0.5 +version: v0.0.6 +appVersion: v0.0.6 home: https://github.com/aws-controllers-k8s/dynamodb-controller icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png sources: diff --git a/helm/values.yaml b/helm/values.yaml index 563c899..1ec429a 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,7 @@ image: repository: public.ecr.aws/aws-controllers-k8s/dynamodb-controller - tag: v0.0.5 + tag: v0.0.6 pullPolicy: IfNotPresent pullSecrets: []