Skip to content

Helm Chart opensandbox 0.2.1 (App v0.2.1)

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 17:02
9982fd1

opensandbox Helm Chart

Chart Version: 0.2.1
App Version: 0.2.1

Installation

直接从 GitHub Release 安装:

helm install opensandbox \
  https://github.com/y4ney/OpenSandbox/releases/download/helm/opensandbox/0.2.1/opensandbox-0.2.1.tgz \
  --namespace opensandbox-system \
  --create-namespace

或者先下载后安装:

# 下载
wget https://github.com/y4ney/OpenSandbox/releases/download/helm/opensandbox/0.2.1/opensandbox-0.2.1.tgz

# 安装
helm install opensandbox ./opensandbox-0.2.1.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.1
  • App version: 0.2.1