Skip to content

Commit

Permalink
ci: use helm dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Aug 7, 2024
1 parent 99c256d commit d2165ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install Helm dependencies
run: |
helm dependency build zazuko/blueprint
helm dependency update zazuko/blueprint
- name: Lint Helm Charts
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install Helm dependencies
run: |
helm dependency build zazuko/blueprint
helm dependency update zazuko/blueprint
- name: Run helm-docs
uses: losisin/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions zazuko/blueprint/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- name: fuseki
repository: https://charts.zazuko.com
version: 0.0.5
digest: sha256:c53e7d417387e0c60f562ff68aba7814241e21de134783637cb380b042f88c6d
generated: "2024-07-31T19:56:19.405208+02:00"
digest: sha256:969373b1aaf41eb1e38722a610488abfe74bbee03af87cdd863b88c5f35947ef
generated: "2024-08-07T08:22:47.980467+02:00"

0 comments on commit d2165ae

Please sign in to comment.