We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f8beb commit e42f2cbCopy full SHA for e42f2cb
3 files changed
.github/workflows/release-x-manual-helm-chart.yml
@@ -66,7 +66,6 @@ jobs:
66
67
- name: Configure HELM repos
68
run: |-
69
- helm repo add bitnami https://charts.bitnami.com/bitnami
70
helm dependency list ./helm/defectdojo
71
helm dependency update ./helm/defectdojo
72
.github/workflows/test-helm-chart.yml
@@ -28,7 +28,6 @@ jobs:
28
29
- name: Configure Helm repos
30
31
32
33
34
readme-docs/KUBERNETES.md
@@ -51,11 +51,6 @@ minikube addons enable ingress
51
52
Helm >= v3
53
54
-```zsh
55
-helm repo add bitnami https://charts.bitnami.com/bitnami
56
-helm repo update
57
-```
58
-
59
Then pull the dependent charts:
60
61
```zsh
0 commit comments