From 9a170a110e356f64bac9d12afb1b9598af07f448 Mon Sep 17 00:00:00 2001 From: BinamB Date: Wed, 5 Nov 2025 13:07:08 -0600 Subject: [PATCH] Deploy Cost Tracking Workspaces for QA HEAL --- .secrets.baseline | 4 ++-- .../qa-environments/qa-heal-helm/values/values.yaml | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.secrets.baseline b/.secrets.baseline index 0f263e6..6ca5c15 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -223,7 +223,7 @@ "filename": "qaplanetv1/qa-environments/qa-heal-helm/values/values.yaml", "hashed_secret": "a0684ff20a4a2d11e35a683d251c6465a463b0c7", "is_verified": false, - "line_number": 1740 + "line_number": 1746 } ], "qaplanetv1/qa-environments/qa-mickey-helm/values/values.yaml": [ @@ -243,5 +243,5 @@ } ] }, - "generated_at": "2025-11-05T17:03:46Z" + "generated_at": "2025-11-05T19:07:04Z" } diff --git a/qaplanetv1/qa-environments/qa-heal-helm/values/values.yaml b/qaplanetv1/qa-environments/qa-heal-helm/values/values.yaml index 764ba70..96a016c 100644 --- a/qaplanetv1/qa-environments/qa-heal-helm/values/values.yaml +++ b/qaplanetv1/qa-environments/qa-heal-helm/values/values.yaml @@ -127,16 +127,22 @@ hatchery: stataG3auto: "qa-heal-stata-workspace-gen3-license" image: repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/hatchery - tag: "2.5.0" + tag: "2.6.0" hatchery: json: |- { + "pricing": { + "cpu": 0.04048, + "memory": 0.004445 + }, "user-namespace": "jupyter-pods-qa-heal", "sub-dir": "/lw-workspace", "user-volume-size": "10Gi", "default-pay-model": { "workspace_type": "Trial Workspace", - "local": true + "local": true, + "hard-limit": 5, + "soft-limit": 4 }, "pay-models": [], "license-user-maps-dynamodb-table": "gen3-license-user-maps",