From 6e30b71e9ecb5964a953d4bdb66feeaf94b8d9f5 Mon Sep 17 00:00:00 2001 From: Jay Pipes Date: Wed, 15 Apr 2020 06:31:58 -0400 Subject: [PATCH] increment appmesh-controller chart version PR #103 added new required fields to the CRD so we need to bump the associated Chart version. --- stable/appmesh-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/appmesh-controller/Chart.yaml b/stable/appmesh-controller/Chart.yaml index aaa106ed5..257fa2e65 100644 --- a/stable/appmesh-controller/Chart.yaml +++ b/stable/appmesh-controller/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: appmesh-controller description: App Mesh controller Helm chart for Kubernetes -version: 0.5.0 +version: 0.5.1 appVersion: 0.4.0 home: https://github.com/aws/eks-charts icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png