Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
Fix helm dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Travis committed Nov 13, 2020
1 parent ec2117d commit 00b3381
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Generate chart
run: |
mkdir -p dist
helm dependency update
helm dependency update ./chart
helm package --version ${{ steps.prep.outputs.version }} --app-version ${{ steps.prep.outputs.app }} --destination ./dist ./chart
- uses: criticalstack/upsert-release-assets@v1
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ bin/
*.key
kubeconfig
.kubeconfig
chart/charts/
6 changes: 6 additions & 0 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: traefik
repository: https://helm.traefik.io/traefik
version: 9.8.2
digest: sha256:f1d2792150a3e424b99ec56f9dfb0be87aab4f6eee12ec9776dd8ffc3f02928c
generated: "2020-11-13T10:48:19.576180038-05:00"

0 comments on commit 00b3381

Please sign in to comment.