diff --git a/charts/workflows/templates/workflow-templates/helm-check.yaml b/charts/workflows/templates/workflow-templates/helm-check.yaml index d376874b..39bac3c6 100644 --- a/charts/workflows/templates/workflow-templates/helm-check.yaml +++ b/charts/workflows/templates/workflow-templates/helm-check.yaml @@ -128,6 +128,10 @@ spec: - name: name value: {{ urlquery "helm lint" }} + ######### + # Testing + ######### + ########### # TEMPLATES ########### @@ -220,32 +224,6 @@ spec: - name: charts path: /repository/charts - - name: helm-dependency-update - inputs: - artifacts: - - name: repository - path: /repository - container: - image: docker.io/alpine/helm:3.17.3 - command: - - sh - - -c - args: - - | - cd /repository - ls -al - for dir in charts/*/ - do - echo "******************************" - dir=${dir%*/} # removes trailing "/" - echo "helm dependency update ${dir}" - helm dependency update "${dir}" - done - outputs: - artifacts: - - name: charts - path: /repository/charts - - name: helm-lint inputs: artifacts: