From 47e04097d7dff0d1b3caffd33e1274aa942bad9e Mon Sep 17 00:00:00 2001 From: Suraj Kota Date: Tue, 25 May 2021 18:21:20 -0700 Subject: [PATCH] update missing helm chart version (#182) --- hack/charts/namespaced/operator_chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/charts/namespaced/operator_chart/Chart.yaml b/hack/charts/namespaced/operator_chart/Chart.yaml index 5ee6ee0..492cbf7 100644 --- a/hack/charts/namespaced/operator_chart/Chart.yaml +++ b/hack/charts/namespaced/operator_chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: amazon-sagemaker-operator-for-k8s-install-operator version: 1.0.0 -appVersion: 1.2.0 +appVersion: 1.2.1 description: A Helm chart for deploying the Amazon SageMaker Operator to a specified namespace for Kubernetes using EKS IAM roles for service accounts. maintainers: - name: Gautam Kumar