Skip to content

Commit cf73e1c

Browse files
committed
Swap helm/defectdojo/README.md & readme-docs/KUBERNETES.md
1 parent 346cc66 commit cf73e1c

7 files changed

Lines changed: 844 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
@@ -80,6 +80,7 @@ jobs:
8080
- name: Checkout
8181
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8282

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

97+
# If this step is failing, run `helm schema --use-helm-docs` in `helm/defectdojo`
9698
- name: Generate values schema json
9799
uses: losisin/helm-values-schema-json-action@28b1b33dcd9bd10bb8157627566f3971313a8872 # v2.0.4
98100
with:
@@ -116,7 +118,6 @@ jobs:
116118

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

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)