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
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,17 @@ jobs:
26
26
with:
27
27
python-version: 3.14# Renovate helper is not needed here
28
28
29
-
- name: Configure Helm repos
30
-
run: |-
31
-
helm dependency list ./helm/defectdojo
32
-
helm dependency update ./helm/defectdojo
29
+
# Running update is not needed for listing - it just triggers errors as soon as one of the subcharts is not in the latest version (`helm dep. update` change content of the chart)
30
+
# As soon as we would like to run more extensive tests, this can be reenabled, but this will need to be placed after "ct list-changed" command
0 commit comments