From 69f5e0ff2ac1356c41557767f30aa80e43ae73ea Mon Sep 17 00:00:00 2001 From: Mingxi Zhang Date: Fri, 17 Mar 2023 21:26:24 +0000 Subject: [PATCH] release artifacts for release v0.0.4 --- 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 220844ff..7bb3a06b 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.3 -appVersion: v0.0.3 +version: v0.0.4 +appVersion: v0.0.4 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 6890bf99..74e5686b 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.3 + tag: v0.0.4 pullPolicy: IfNotPresent pullSecrets: []