Skip to content

Helm Chart opensandbox 0.2.2 (App v0.2.2)

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 05:59
· 51 commits to main since this release
8f01e93

opensandbox Helm Chart

Chart Version: 0.2.2
App Version: 0.2.2

Installation

直接从 GitHub Release 安装:

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

或者先下载后安装:

# 下载
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