From d9f81bbcb453c514c5f447a02d76d33d329e1cf6 Mon Sep 17 00:00:00 2001 From: Mingxi Zhang Date: Fri, 24 Mar 2023 19:54:40 +0000 Subject: [PATCH] release artifacts for release v0.0.6 --- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2d348da8..bc26c783 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: aws-gateway-controller-chart description: A Helm chart for the Gateway Controller for AWS VPC Lattice -version: v0.0.5 -appVersion: v0.0.5 +version: v0.0.6 +appVersion: v0.0.6 home: https://github.com/aws/aws-application-networking-k8s 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 373fc317..57738f0d 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,7 @@ image: repository: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller - tag: v0.0.5 + tag: v0.0.6 pullPolicy: IfNotPresent pullSecrets: []