Skip to content

Commit 1ea3813

Browse files
author
Martin Jackson
committed
Update scaffolding
1 parent 9f7ea76 commit 1ea3813

2 files changed

Lines changed: 47 additions & 2 deletions

File tree

.github/workflows/update-helm-repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ on:
1919

2020
jobs:
2121
helmlint:
22-
uses: validatedpatterns/helm-charts/.github/workflows/helmlint.yml@985ba37e0eb50b1b35ec194fc999eae2d0ae1486
22+
uses: validatedpatterns/helm-charts/.github/workflows/helmlint.yml@workflow-stable
2323
permissions:
2424
contents: read
2525

2626
update-helm-repo:
2727
needs: [helmlint]
28-
uses: validatedpatterns/helm-charts/.github/workflows/update-helm-repo.yml@985ba37e0eb50b1b35ec194fc999eae2d0ae1486
28+
uses: validatedpatterns/helm-charts/.github/workflows/update-helm-repo.yml@workflow-stable
2929
permissions: read-all
3030
secrets: inherit

.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/helm,vim,linux
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=helm,vim,linux
3+
4+
### Helm ###
5+
# Chart dependencies
6+
**/charts/*.tgz
7+
8+
### Linux ###
9+
*~
10+
11+
# temporary files which can be created if a process still has a handle open of a deleted file
12+
.fuse_hidden*
13+
14+
# KDE directory preferences
15+
.directory
16+
17+
# Linux trash folder which might appear on any partition or disk
18+
.Trash-*
19+
20+
# .nfs files are created when an open file is removed but is still being accessed
21+
.nfs*
22+
23+
### Vim ###
24+
# Swap
25+
[._]*.s[a-v][a-z]
26+
!*.svg # comment out if you don't need vector files
27+
[._]*.sw[a-p]
28+
[._]s[a-rt-v][a-z]
29+
[._]ss[a-gi-z]
30+
[._]sw[a-p]
31+
32+
# Session
33+
Session.vim
34+
Sessionx.vim
35+
36+
# Temporary
37+
.netrwhist
38+
# Auto-generated tag files
39+
tags
40+
# Persistent undo
41+
[._]*.un~
42+
43+
# End of https://www.toptal.com/developers/gitignore/api/helm,vim,linux
44+
45+
.vscode/

0 commit comments

Comments
 (0)