commit a168077551bd3f78116dd9f70641fff4f30f542b Author: Chi-En Wu Date: Wed Apr 15 14:47:27 2020 +0800 chore: initialize diff --git a/.helmignore b/.helmignore new file mode 100644 index 0000000..0e8a0eb --- /dev/null +++ b/.helmignore @@ -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/ diff --git a/Chart.yaml b/Chart.yaml new file mode 100644 index 0000000..004fe53 --- /dev/null +++ b/Chart.yaml @@ -0,0 +1,17 @@ +apiVersion: v2 +name: common +description: Common chart-building components and helpers + +# A chart can be either an 'application' or a 'library' chart. +# +# Application charts are a collection of templates that can be packaged into versioned archives +# to be deployed. +# +# Library charts provide useful utilities or functions for the chart developer. They're included as +# a dependency of application charts to inject those utilities and functions into the rendering +# pipeline. Library charts do not define any templates and therefore cannot be deployed. +type: library + +# This is the chart version. This version number should be incremented each time you make changes +# to the chart and its templates, including the app version. +version: 0.1.0 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2a3b0c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Common: The Helm Helper Chart + +This chart is designed to make it easier for you to build and maintain Helm charts. + +It provides utilities that reflect best practices of Kubernetes chart development, making it faster for you to write charts. diff --git a/values.yaml b/values.yaml new file mode 100644 index 0000000..e69de29