add helm deps
This commit is contained in:
@@ -29,6 +29,9 @@ jobs:
|
||||
with:
|
||||
version: "3.18.3"
|
||||
|
||||
- name: Update dependencies
|
||||
run: helm dependency update ./hosting/k8s/helm/
|
||||
|
||||
- name: Lint Helm Chart
|
||||
run: |
|
||||
helm lint ./hosting/k8s/helm/
|
||||
@@ -60,6 +63,9 @@ jobs:
|
||||
with:
|
||||
version: "3.18.3"
|
||||
|
||||
- name: Update dependencies
|
||||
run: helm dependency update ./hosting/k8s/helm/
|
||||
|
||||
- name: Log in to Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user