github alibaba/OpenSandbox helm/opensandbox-controller/0.1.0
controller 0.1.0

opensandbox-controller Helm Chart

Chart Version: 0.1.0
App Version: 0.1.0

Installation

直接从 GitHub Release 安装:

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

或者先下载后安装:

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

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

What's Changed

  • Chart version: 0.1.0
  • App version: 0.1.0

  • image: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/controller:v0.1.0

Don't miss a new OpenSandbox release

NewReleases is sending notifications on new releases.