diff --git a/README.md b/README.md index 19c83cf..5e81039 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A suite of [Helm Charts](https://helm.sh/docs) for standardized installations of ## Add Helm repository ```bash -helm repo add spiffe https://spiffe.github.io/helm-charts/ +helm repo add spiffe https://spiffe.github.io/helm-charts-hardened/ helm repo update ``` diff --git a/ct.yaml b/ct.yaml index affa496..d796424 100644 --- a/ct.yaml +++ b/ct.yaml @@ -3,7 +3,7 @@ target-branch: main chart-dirs: - charts chart-repos: - - spiffe=https://spiffe.github.io/helm-charts/ + - spiffe=https://spiffe.github.io/helm-charts-hardened/ - bitnami=https://charts.bitnami.com/bitnami - ingress-nginx=https://kubernetes.github.io/ingress-nginx exclude-deprecated: true