From 557a01634a99f5fc914423b09bfb4b7d891ea187 Mon Sep 17 00:00:00 2001 From: Ryan Lymburner Date: Thu, 22 May 2025 15:49:17 -0700 Subject: [PATCH] Increment helm version --- 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 cb48b5b3..c98f2486 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: v1.1.0 -appVersion: v1.1.0 +version: v1.1.1 +appVersion: v1.1.1 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 d1cd18b0..0eccf2dd 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: v1.1.0 + tag: v1.1.1 pullPolicy: IfNotPresent pullSecrets: []