Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 8, 2024
1 parent 827db68 commit 5339708
Showing 1 changed file with 45 additions and 3 deletions.
48 changes: 45 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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::<account_id>: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": {
Expand Down

0 comments on commit 5339708

Please sign in to comment.