We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7924323 commit 30d0f59Copy full SHA for 30d0f59
README.md
@@ -11,7 +11,7 @@ A suite of [Helm Charts](https://helm.sh/docs) for standardized installations of
11
## Add Helm repository
12
13
```bash
14
-helm repo add spiffe https://spiffe.github.io/helm-charts/
+helm repo add spiffe https://spiffe.github.io/helm-charts-hardened/
15
helm repo update
16
```
17
ct.yaml
@@ -3,7 +3,7 @@ target-branch: main
3
chart-dirs:
4
- charts
5
chart-repos:
6
- - spiffe=https://spiffe.github.io/helm-charts/
+ - spiffe=https://spiffe.github.io/helm-charts-hardened/
7
- bitnami=https://charts.bitnami.com/bitnami
8
- ingress-nginx=https://kubernetes.github.io/ingress-nginx
9
exclude-deprecated: true
0 commit comments