From 30d0f59383b11d99d74f07a6fc0103a560d4f073 Mon Sep 17 00:00:00 2001 From: truongnht Date: Wed, 25 Oct 2023 10:54:16 +0200 Subject: [PATCH] Update helm-charts repository URL (#58) --- README.md | 2 +- ct.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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