Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
update helm chart version (#181)
Browse files Browse the repository at this point in the history
- update helm chart version
- update cluster version to 1.17
  • Loading branch information
surajkota committed May 26, 2021
1 parent 2e7c5aa commit c12aab2
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions hack/charts/batch-transform-jobs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description: A Helm chart for deploying a SageMaker Batch Transform Job from Kub
maintainers:
- name: Gautam Kumar
email: [email protected]
- name: Cade Daniel
email: cdnamz@amazon.com
- name: Nicholas Thomson
email: nithomso@amazon.com
- name: Suraj Kota
email: surakota@amazon.com
- name: Kartik Kalamadi
email: kalamadi@amazon.com
- name: Meghna Baijal
email: [email protected]
8 changes: 4 additions & 4 deletions hack/charts/hyperparameter-tuning-jobs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description: A Helm chart for deploying a SageMaker HyperParameter tuning job fr
maintainers:
- name: Gautam Kumar
email: [email protected]
- name: Cade Daniel
email: cdnamz@amazon.com
- name: Nicholas Thomson
email: nithomso@amazon.com
- name: Suraj Kota
email: surakota@amazon.com
- name: Kartik Kalamadi
email: kalamadi@amazon.com
- name: Meghna Baijal
email: [email protected]
10 changes: 5 additions & 5 deletions hack/charts/installer/rolebased/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: v1
name: amazon-sagemaker-operator-for-k8s
version: 1.0.0
appVersion: 1.2.0
appVersion: 1.2.1
description: A Helm chart for deploying the Amazon SageMaker Operator for Kubernetes using EKS IAM roles for service accounts.
maintainers:
- name: Gautam Kumar
email: [email protected]
- name: Cade Daniel
email: cdnamz@amazon.com
- name: Nicholas Thomson
email: nithomso@amazon.com
- name: Suraj Kota
email: surakota@amazon.com
- name: Kartik Kalamadi
email: kalamadi@amazon.com
- name: Meghna Baijal
email: [email protected]
keywords:
Expand Down
10 changes: 5 additions & 5 deletions hack/charts/namespaced/crd_chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: v1
name: amazon-sagemaker-operator-for-k8s-install-crds
version: 1.0.0
appVersion: 1.2.0
appVersion: 1.2.1
description: A Helm chart for deploying the Amazon SageMaker Operator CRDs for Kubernetes using EKS IAM roles for service accounts.
maintainers:
- name: Gautam Kumar
email: [email protected]
- name: Cade Daniel
email: cdnamz@amazon.com
- name: Nicholas Thomson
email: nithomso@amazon.com
- name: Suraj Kota
email: surakota@amazon.com
- name: Kartik Kalamadi
email: kalamadi@amazon.com
- name: Meghna Baijal
email: [email protected]
keywords:
Expand Down
8 changes: 4 additions & 4 deletions hack/charts/namespaced/operator_chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description: A Helm chart for deploying the Amazon SageMaker Operator to a speci
maintainers:
- name: Gautam Kumar
email: [email protected]
- name: Cade Daniel
email: cdnamz@amazon.com
- name: Nicholas Thomson
email: nithomso@amazon.com
- name: Suraj Kota
email: surakota@amazon.com
- name: Kartik Kalamadi
email: kalamadi@amazon.com
- name: Meghna Baijal
email: [email protected]
keywords:
Expand Down
8 changes: 4 additions & 4 deletions hack/charts/training-jobs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: amazon-sagemaker-trainingjob
version: 1.0.0
description: A Helm chart for deploying a SageMaker TrainingJob from Kubernetes.
maintainers:
- name: Cade Daniel
email: [email protected]
- name: Gautam Kumar
email: [email protected]
- name: Nicholas Thomson
email: [email protected]
- name: Suraj Kota
email: [email protected]
- name: Kartik Kalamadi
email: [email protected]
- name: Meghna Baijal
email: [email protected]
# dependencies:
Expand Down
2 changes: 1 addition & 1 deletion tests/codebuild/run_canarytest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ source ./common.sh
# Build environment `Docker image` has all prerequisite setup and credentials are being passed using AWS system manager

CLUSTER_REGION=${CLUSTER_REGION:-us-east-1}
CLUSTER_VERSION=${CLUSTER_VERSION:-1.13}
CLUSTER_VERSION=1.17

# Define the list of optional subnets for the EKS test cluster
CLUSTER_PUBLIC_SUBNETS=${CLUSTER_PUBLIC_SUBNETS:-}
Expand Down
2 changes: 1 addition & 1 deletion tests/codebuild/run_integtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ "${need_setup_cluster}" == "true" ]; then
readonly cluster_region="us-east-1"

# By default eksctl picks random AZ, which time to time leads to capacity issue.
eksctl create cluster "${cluster_name}" --timeout=40m --region "${cluster_region}" --zones us-east-1a,us-east-1b,us-east-1c --auto-kubeconfig --version=1.15 --fargate
eksctl create cluster "${cluster_name}" --timeout=40m --region "${cluster_region}" --zones us-east-1a,us-east-1b,us-east-1c --auto-kubeconfig --version=1.17 --fargate
eksctl create fargateprofile --namespace "${crd_namespace}" --cluster "${cluster_name}" --name namespace-profile --region "${cluster_region}"
eksctl create fargateprofile --namespace "${default_operator_namespace}" --cluster "${cluster_name}" --name operator-profile --region "${cluster_region}"

Expand Down

0 comments on commit c12aab2

Please sign in to comment.