mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* cert-manager: fast-forward to upstream bcffc635 * Update version numbers for v0.5.0 (jetstack/cert-manager#885) * added affinity and tolerations (jetstack/cert-manager#869) * Add validating webhook and webhook tls autoconfiguration (jetstack/cert-manager#478) * chart: annotate all CRDs with "crd-install" hook (jetstack/cert-manager#823) * helm chart: remove endpoints from rbac resources (jetstack/cert-manager#769) Signed-off-by: James Munnelly <james@munnelly.eu> * Update image tag and add description Signed-off-by: James Munnelly <james@munnelly.eu>
22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
# 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
|