You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-helm-chart.yml
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -125,27 +125,25 @@ jobs:
125
125
chart-search-root: "helm/defectdojo"
126
126
git-push: true
127
127
128
-
# Documentation provided in the README file needs to contain the latest information from `values.yaml` and all other related assets.
129
-
# If this step fails, install https://github.com/norwoodj/helm-docs and run locally `helm-docs --chart-search-root helm/defectdojo` before committing your changes.
130
-
# The helm-docs documentation will be generated for you.
echo "Your HELM chart changed but you haven't adjusted documentation. Check https://github.com/defectdojo/django-DefectDojo/tree/master/helm/defectdojo#helm-docs-update for more information."
# The HELM structure supports the existence of a `values.schema.json` file. This file is used to validate all values provided by the user before Helm starts rendering templates.
146
-
# The chart needs to have a `values.schema.json` file that is compatible with the default `values.yaml` file.
147
-
# If this step fails, install https://github.com/losisin/helm-values-schema-json and run locally `helm schema --use-helm-docs` in `helm/defectdojo` before committing your changes.
echo "Your HELM chart changed but you haven't adjusted schema. Check https://github.com/defectdojo/django-DefectDojo/tree/master/helm/defectdojo#helm-schema-update for more information."
In case you decide to help with the improvement of the HELM chart, keep in mind that values/descriptions might need to be adjusted in multiple places (see below).
499
+
500
+
### HELM Docs update
501
+
502
+
Documentation provided in the README file needs to contain the latest information from `values.yaml` and all other related assets.
503
+
If GitHub Action _Lint Helm chart / Update documentation_ step fails, install https://github.com/norwoodj/helm-docs and run locally `helm-docs --chart-search-root helm/deeefectdojo` before committing your changes.
504
+
The helm-docs documentation will be generated for you.
505
+
506
+
### HELM Schema update
507
+
508
+
The HELM structure supports the existence of a `values.schema.json` file. This file is used to validate all values provided by the user before Helm starts rendering templates.
509
+
The chart needs to have a `values.schema.json` file that is compatible with the default `values.yaml` file.
510
+
If GitHub Action _Lint Helm chart / Update schema_ step fails, install https://github.com/losisin/helm-values-schema-json and run locally `helm schema --use-helm-docs` in `helm/defectdojo` before committing your changes.
In case you decide to help with the improvement of the HELM chart, keep in mind that values/descriptions might need to be adjusted in multiple places (see below).
501
+
502
+
### HELM Docs update
503
+
504
+
Documentation provided in the README file needs to contain the latest information from `values.yaml`and all other related assets.
505
+
If GitHub Action _Lint Helm chart / Update documentation_ step fails, install https://github.com/norwoodj/helm-docs and run locally `helm-docs --chart-search-root helm/deeefectdojo` before committing your changes.
506
+
The helm-docs documentation will be generated for you.
507
+
508
+
### HELM Schema update
509
+
510
+
The HELM structure supports the existence of a `values.schema.json` file. This file is used to validate all values provided by the user before Helm starts rendering templates.
511
+
The chart needs to have a `values.schema.json` file that is compatible with the default `values.yaml` file.
512
+
If GitHub Action _Lint Helm chart / Update schema_ step fails, install https://github.com/losisin/helm-values-schema-json and run locally `helm schema --use-helm-docs` in `helm/defectdojo` before committing your changes.
0 commit comments