mirror of
https://github.com/confidential-containers/confidential-containers.git
synced 2026-05-18 13:37:44 +00:00
The Confidential Containers Operator is being replaced by Helm charts as the primary deployment method. This commit updates all documentation to reflect this change. Changes: - quickstart.md: Updated installation instructions to use Helm charts instead of kubectl apply with kustomize - README.md: Updated 'Get started quickly' link to point to charts repo - guides/coco-dev.md: Updated reference from operator to Helm charts - guides/troubleshooting.md: Updated issue link to charts repo - guides/ibm-se.md: Rewrote installation instructions for Helm charts - demos/ssh-demo/README.md: Updated runtime setup reference - .github/ISSUE_TEMPLATE/release-check-list.md: Updated release process to use scripts/prepare-release.sh from charts repo - demos/operator-demo/: Removed obsolete operator demo The new charts repository is at: https://github.com/confidential-containers/charts Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>