jellyfin: Add an initial Chart
This commit is contained in:
23
common/.helmignore
Normal file
23
common/.helmignore
Normal 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/
|
||||
6
common/Chart.yaml
Normal file
6
common/Chart.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: common
|
||||
description: Common helpers for Chart definitions
|
||||
type: library
|
||||
version: 0.1.0
|
||||
appVersion: "1.16.0"
|
||||
5
common/templates/_templates.tpl
Normal file
5
common/templates/_templates.tpl
Normal file
@@ -0,0 +1,5 @@
|
||||
{{- define "common.app.labels" -}}
|
||||
app.kubernetes.io/name: {{ .name }}
|
||||
app.kubernetes.io/version: {{ .version }}
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
{{- end }}
|
||||
0
common/values.yaml
Normal file
0
common/values.yaml
Normal file
Reference in New Issue
Block a user