Skip to content

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:34
aeaecf0

Helm chart and kubectl manifests for v0.0.8. Container image: docker.io/vworkspace/vworkspace-operator:v0.0.8.

Container image: docker.io/vworkspace/vworkspace-operator:v0.0.8

Install

Helm (operator + CRDs + RBAC):

helm upgrade --install vworkspace-operator \
  https://github.com/vworkspace-io/vworkspace-operator/releases/download/v0.0.8/vworkspace-operator-0.0.8.tgz \
  --version 0.0.8 \
  -n vworkspace-system \
  --create-namespace

kubectl (no Helm — apply CRDs first):

kubectl apply -f https://github.com/vworkspace-io/vworkspace-operator/releases/download/v0.0.8/crds.yaml
kubectl apply -f https://github.com/vworkspace-io/vworkspace-operator/releases/download/v0.0.8/operator.yaml
kubectl -n vworkspace-system wait --for=condition=Available \
  deployment/vworkspace-operator --timeout=300s

Install guide: docs/install/helm.md

Release assets

File Purpose
vworkspace-operator-0.0.8.tgz Helm chart (operator, CRDs, RBAC)
crds.yaml CRDs only — for kubectl or GitOps bootstrap
operator.yaml Namespace + operator Deployment (CRDs excluded)
SHA256SUMS Checksums for the files above

What's changed

See the full changelog for this release.

Full changelog: CHANGELOG.md