Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/helm/sandbox-env/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
releases coexist in the shared `agent-sandbox-system` namespace.
Requires the sandbox-operator chart to already be installed.
type: application
version: 0.7.2
version: 0.7.3
# appVersion tracks the studio-sandbox image version (image.tag default).
appVersion: "0.4.8"
appVersion: "0.5.5"
kubeVersion: ">=1.30.0-0"
2 changes: 1 addition & 1 deletion deploy/helm/sandbox-env/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ image:
# instead of silently moving with `:latest`. Bump in lockstep with
# packages/sandbox/package.json — release-studio-sandbox.yaml tags
# images using that version. NEVER set this to "latest" in prod.
tag: "0.2.1"
tag: "0.5.5"
# Override to Never on local kind clusters that load via `kind load`.
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@decocms/sandbox",
"version": "0.5.4",
"version": "0.5.5",
"type": "module",
"description": "Sandbox runner for isolated per-user containerised tool execution",
"scripts": {
Expand Down
Loading