helm/opensandbox-controller/0.2.0

opensandbox-group/OpenSandboxhelm/opensandbox-controller/0.2.0May 15, 2026by github-actions[bot]

AI Summary

Helm chart release for the OpenSandbox controller component, bumping both chart and app versions to 0.2.0.

Key Highlights

  • Chart version updated to 0.2.0.
  • App version updated to 0.2.0.

Full Release Notes

## opensandbox-controller Helm Chart

**Chart Version:** 0.2.0
**App Version:** 0.2.0

### Installation

直接从 GitHub Release 安装:

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

或者先下载后安装:

```bash
# 下载
wget https://github.com/alibaba/OpenSandbox/releases/download/helm/opensandbox-controller/0.2.0/opensandbox-controller-0.2.0.tgz

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



### What's Changed

- Chart version: 0.2.0
- App version: 0.2.0