Skip to content

Commit 5b0d73f

Browse files
author
voroniuk.m
committed
update git
1 parent 2e5be8c commit 5b0d73f

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
3131
- name: Run chart-releaser
3232
uses: helm/chart-releaser-action@v1.7.0
33+
with:
34+
packages_path: .cr-release-packages
3335
env:
3436
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3537

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# General
2+
.DS_Store
3+
.AppleDouble
4+
.LSOverride
5+
.project
6+
.vscode
7+
8+
# Chart dependencies
9+
**/charts/*.tgz
10+
11+
.history
12+

0 commit comments

Comments
 (0)