Skip to content

Release v3.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 20:14
· 541 commits to main since this release
e4f6973

Automated release v3.0.0

Changes

  • Built from commit e4f6973
  • Docker image: corpobit/crossview:v3.0.0
  • Helm chart version: 3.0.0

Installation Options

OCI Registry (Recommended)

helm install crossview oci://docker.io/corpobit/crossview-chart \
  --version v3.0.0 \
  --namespace crossview \
  --create-namespace

Helm Repository

helm repo add crossview https://corpobit.github.io/crossview
helm repo update
helm install crossview crossview/crossview \
  --version 3.0.0 \
  --namespace crossview \
  --create-namespace