From fedd0b09d77c5499b3438044042dd2c99591d0fe Mon Sep 17 00:00:00 2001 From: Kartik Kalamadi Date: Wed, 28 Apr 2021 16:48:34 -0700 Subject: [PATCH] Helm chart version update to 1.2.0 (#177) --- hack/charts/installer/rolebased/Chart.yaml | 4 ++-- hack/charts/namespaced/crd_chart/Chart.yaml | 4 ++-- hack/charts/namespaced/operator_chart/Chart.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hack/charts/installer/rolebased/Chart.yaml b/hack/charts/installer/rolebased/Chart.yaml index cc2ce0e6..8e82c319 100644 --- a/hack/charts/installer/rolebased/Chart.yaml +++ b/hack/charts/installer/rolebased/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: amazon-sagemaker-operator-for-k8s version: 1.0.0 -appVersion: 1.1.0 +appVersion: 1.2.0 description: A Helm chart for deploying the Amazon SageMaker Operator for Kubernetes using EKS IAM roles for service accounts. maintainers: - name: Gautam Kumar @@ -16,4 +16,4 @@ keywords: - amazon - aws - sagemaker - - eks \ No newline at end of file + - eks diff --git a/hack/charts/namespaced/crd_chart/Chart.yaml b/hack/charts/namespaced/crd_chart/Chart.yaml index 776d355c..aacf65c0 100644 --- a/hack/charts/namespaced/crd_chart/Chart.yaml +++ b/hack/charts/namespaced/crd_chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: amazon-sagemaker-operator-for-k8s-install-crds version: 1.0.0 -appVersion: 1.1.0 +appVersion: 1.2.0 description: A Helm chart for deploying the Amazon SageMaker Operator CRDs for Kubernetes using EKS IAM roles for service accounts. maintainers: - name: Gautam Kumar @@ -16,4 +16,4 @@ keywords: - amazon - aws - sagemaker - - eks \ No newline at end of file + - eks diff --git a/hack/charts/namespaced/operator_chart/Chart.yaml b/hack/charts/namespaced/operator_chart/Chart.yaml index e06d4e49..4144d562 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.1.0 +appVersion: 1.2.0 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 @@ -16,4 +16,4 @@ keywords: - amazon - aws - sagemaker - - eks \ No newline at end of file + - eks