Compare commits

...

1 Commits

Author SHA1 Message Date
2dc6067e10 [common-chart] Add common-chart 2022-08-22 16:36:31 +01:00
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# 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
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl

View File

@@ -0,0 +1,11 @@
---
apiVersion: v2
description: A simple wrapper chart around the common chart
name: common-chart
version: 1.2.2
maintainers:
- name: nikdoof
dependencies:
- name: common
repository: https://nikdoof.github.io/helm-charts/
version: 4.5.2

View File

@@ -0,0 +1,2 @@
---
{{ include "common.all" . }}

View File

@@ -0,0 +1 @@
---