github alibaba/OpenSandbox helm/opensandbox-controller/0.2.0
Helm Chart opensandbox-controller 0.2.0 (App v0.2.0)

6 hours ago

opensandbox-controller Helm Chart

Chart Version: 0.2.0
App Version: 0.2.0

Installation

直接从 GitHub Release 安装:

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

或者先下载后安装:

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

Don't miss a new OpenSandbox release

NewReleases is sending notifications on new releases.