Detect major dependency version bumps #571

Merged
justusbunsi merged 6 commits from justusbunsi/helm-chart:409-detect-major-version-bumps into main 2023-11-27 18:36:47 +00:00
Showing only changes of commit db60b5969b - Show all commits

View File

@ -24,9 +24,7 @@ jobs:
apk add --update make nodejs npm yamllint
- uses: actions/checkout@v4
- name: install chart dependencies
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm dependency build
run: helm dependency build
- name: lint
run: helm lint
- name: template