diff --git a/.gitignore b/.gitignore index fcbe60fb..f619837d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,3 @@ charts/*/charts .env .envrc Gemfile.lock -.helmignore diff --git a/charts/teedy/.helmignore b/charts/teedy/.helmignore new file mode 100644 index 00000000..e559de0a --- /dev/null +++ b/charts/teedy/.helmignore @@ -0,0 +1,24 @@ +# 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 diff --git a/charts/teedy/Chart.yaml b/charts/teedy/Chart.yaml index 4df9bcbc..32524a0c 100644 --- a/charts/teedy/Chart.yaml +++ b/charts/teedy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v1.9 description: Teedy is an open source, lightweight document management system for individuals and businesses. name: teedy -version: 1.0.0 +version: 1.0.1 keywords: - teedy - documents