From 533970813ad8f150afd46e203c934b11d92b768a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 8 Apr 2024 03:07:01 +0000 Subject: [PATCH] Update manifest.json --- manifest.json | 48 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2bd24a2..7e10a37 100644 --- a/manifest.json +++ b/manifest.json @@ -570,23 +570,65 @@ } ] }, - "Package": "https://github.com/unity-sds/unity-sps@60cb758c9a4222c50a3d08b15df255ba23dfc7db", + "Package": "https://github.com/unity-sds/unity-sps@df99d6ecbbf18f126b9ce503fba0a803f4189bb8", "WorkDirectory": "terraform-unity", - "PreInstall": "scripts/preinstall.sh", "ManagedDependencies": { + "unity-sps-eks": { + "MinimumVersion": "0.1" + }, "efs": {} }, "Backend": "terraform", "DefaultDeployment": { "Variables": { "Values": { - "release": "23.1", + "release": "24.1", "cluster_version": "1.27", "eks_cluster_name": "*unity-eks", "kubeconfig_filepath": "", "uads_development_efs_fsmt_id": "", "default_group_node_group_name": "UnityNodeGroup", "default_group_node_group_launch_template_name": "" + } + } + } + }, + { + "DisplayName": "Unity SPS Kubernetes", + "Name": "unity-sps-eks", + "Version": "0.1", + "Channel": "beta", + "Owner": "Bradley Lunsford", + "Description": "The Unity SPS Kubernetes package", + "Repository": "https://github.com/unity-sds/unity-cs-infra", + "Tags": [ + "eks", + "sps", + "kubernetes" + ], + "Category": "system", + "IamRoles": { + "Statement": [ + { + "Effect": "Allow", + "Action": [ + "iam:CreateInstanceProfile" + ], + "Resource": [ + "arn:aws:iam:::instance-profile/eksctl*" + ] + } + ] + }, + "Package": "https://github.com/unity-sds/unity-sps", + "WorkDirectory": "terraform-unity/modules/terraform-eks-cluster", + "Backend": "terraform", + "ManagedDependencies": {}, + "PostInstall": "../../scripts/postinstall.sh", + "DefaultDeployment": { + "Variables": { + "Values": { + "cluster_version": "1.27" }, "AdvancedValues": { "nodegroups": {