mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-18 12:29:21 +00:00
Compare commits
1 Commits
common-4.5
...
common-cha
| Author | SHA1 | Date | |
|---|---|---|---|
|
2dc6067e10
|
26
charts/common-chart/.helmignore
Normal file
26
charts/common-chart/.helmignore
Normal 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
|
||||
11
charts/common-chart/Chart.yaml
Normal file
11
charts/common-chart/Chart.yaml
Normal 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
|
||||
2
charts/common-chart/templates/common.yaml
Normal file
2
charts/common-chart/templates/common.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
{{ include "common.all" . }}
|
||||
1
charts/common-chart/values.yaml
Normal file
1
charts/common-chart/values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
---
|
||||
Reference in New Issue
Block a user