Added CI.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2023-09-21 23:37:17 +04:00
parent f6ad89ebb8
commit d9e0285bb3
9 changed files with 261 additions and 105 deletions

23
helm/.helmignore Normal file
View File

@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/