missing helm chart files.

This commit is contained in:
Erik Brakkee 2024-09-01 18:44:52 +02:00
parent 442da2b56d
commit 7798574843
3 changed files with 33 additions and 0 deletions

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/

View File

@ -0,0 +1,7 @@
apiVersion: v2
name: converge
description: Installation of converge server
type: application
version: 0.1.0
appVersion: "1.0.0"

View File

@ -0,0 +1,3 @@
registry: my.registry.com
version: "1.0.0"