helm/opensandbox/0.2.2

opensandbox-group/OpenSandboxhelm/opensandbox/0.2.2Aug 19, 2026by github-actions[bot]

AI Summary

Helm chart version bump to 0.2.2, bundling the controller and server into a single all-in-one chart.

Key Highlights

  • Chart version 0.2.2 and App version 0.2.2
  • All-in-one chart including controller and server
  • No dependency build required for installation

Full Release Notes

## opensandbox Helm Chart

**Chart Version:** 0.2.2
**App Version:** 0.2.2

### Installation

直接从 GitHub Release 安装:

```bash
helm install opensandbox \
  https://github.com/opensandbox-group/OpenSandbox/releases/download/helm/opensandbox/0.2.2/opensandbox-0.2.2.tgz \
  --namespace opensandbox-system \
  --create-namespace
```

或者先下载后安装:

```bash
# 下载
wget https://github.com/opensandbox-group/OpenSandbox/releases/download/helm/opensandbox/0.2.2/opensandbox-0.2.2.tgz

# 安装
helm install opensandbox ./opensandbox-0.2.2.tgz \
  --namespace opensandbox-system \
  --create-namespace
```

**Note**: This is an all-in-one chart that bundles controller and server. The packaged chart already includes all dependencies, no need to run `helm dependency build` when installing from release.

### What's Changed

- Chart version: 0.2.2
- App version: 0.2.2