Skip to content

Commit 9ed055d

Browse files
committed
Swap helm/defectdojo/README.md & readme-docs/KUBERNETES.md
1 parent fb7abb5 commit 9ed055d

6 files changed

Lines changed: 849 additions & 720 deletions

File tree

.github/workflows/test-helm-chart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- name: Checkout
8282
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8383

84+
# If this step is failing, run `helm-docs --chart-search-root helm/defectdojo`
8485
- name: Run helm-docs
8586
uses: losisin/helm-docs-github-action@a57fae5676e4c55a228ea654a1bcaec8dd3cf5b5 # v1.6.2
8687
with:
@@ -94,6 +95,7 @@ jobs:
9495
- name: Checkout
9596
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9697

98+
# If this step is failing, run `helm schema --use-helm-docs` in `helm/defectdojo`
9799
- name: Generate values schema json
98100
uses: losisin/helm-values-schema-json-action@28b1b33dcd9bd10bb8157627566f3971313a8872 # v2.0.4
99101
with:
@@ -117,7 +119,6 @@ jobs:
117119

118120
- name: Configure Helm repos
119121
run: |-
120-
helm repo add bitnami https://charts.bitnami.com/bitnami
121122
helm dependency list ./helm/defectdojo
122123
helm dependency update ./helm/defectdojo
123124

helm/defectdojo/.helmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
.idea/
2121
*.tmproj
2222
.vscode/
23-
README.md
23+
README.md.gotmpl

helm/defectdojo/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)