File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020jobs :
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
Original file line number Diff line number Diff line change 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 /
You can’t perform that action at this time.
0 commit comments