From 30b79e45e74c87c733a5472208cb53d6a32777d2 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Thu, 30 May 2024 11:43:23 -0600 Subject: [PATCH] update install directions Signed-off-by: Meredith Lancaster --- charts/policy-controller/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/policy-controller/README.md b/charts/policy-controller/README.md index 0c68514..3b71c2a 100644 --- a/charts/policy-controller/README.md +++ b/charts/policy-controller/README.md @@ -68,10 +68,7 @@ The Helm chart for Policy Controller Install `policy-controller` using Helm: ```shell -helm repo add sigstore https://sigstore.github.io/helm-charts -helm repo update -kubectl create namespace cosign-system -helm install policy-controller -n cosign-system sigstore/policy-controller --devel +helm install policy-controller oci://ghcr.io/github/helm-charts/policy-controller --create-namespace -n cosign-system --version 0.9.0-github1 ``` The `policy-controller` enforce images matching the defined list of `ClusterImagePolicy` for the labeled namespaces.