Skip to content

v0.19.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Mar 16:27

Confidential Containers Helm Chart v0.19.0

Installation

From OCI Registry (Recommended)

# x86_64 (Intel/AMD)
helm install coco oci://ghcr.io/confidential-containers/charts/confidential-containers \
  --version 0.19.0 \
  --namespace coco-system

# s390x (IBM Z)
helm install coco oci://ghcr.io/confidential-containers/charts/confidential-containers \
  --version 0.19.0 \
  -f https://raw.githubusercontent.com/confidential-containers/charts/v0.19.0/values/kata-s390x.yaml \
  --namespace coco-system

# peer-pods (remote)
helm install coco oci://ghcr.io/confidential-containers/charts/confidential-containers \
  --version 0.19.0 \
  -f https://raw.githubusercontent.com/confidential-containers/charts/v0.19.0/values/kata-remote.yaml \
  --namespace coco-system

What's Included

  • Chart Version: 0.19.0
  • App Version: 0.19.0
  • kata-deploy Version: 3.28.0

Supported Architectures

  • x86_64 (Intel/AMD with SNP, TDX, NVIDIA GPU support)
  • s390x (IBM Z with Secure Execution)
  • peer-pods (Cloud API Adaptor integration)

Documentation

Changes Since v0.18.0

  • Prepare release 0.19.0 (5b47da2)
  • peerpods: bumping to 0.1.3 (20aee26)
  • kata: Bump to 3.28.0 release (f3975f0)
  • Revert "tests: Skip rke2/k3s standard tests" (ff2cdb3)
  • peerpods: Bump peerpods chart to 0.1.2 (17b338f)
  • runtimes: Bump kata to 3.27.0 (e2f8a6e)
  • tests: Skip rke2/k3s standard tests (6c10359)
  • adding peerpods as dependency (7cc9c6f)
  • ci: Port k3s/rke2 kata-deploy fixes (e2433ca)
  • helm: disable all non-TEE shims explicitly (06ae4b7)
  • Revert "values: simplify shim config using disableAll option" (a5b259c)
  • helm/docs: update documentation (c3cba7b)
  • values: simplify shim config using disableAll option (5da715f)
  • kata: Bump to 3.26.0 release (26ca1d8)