mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
* [bitnami/nessie] feat: 🎉 Add chart This PR adds a helm chart for Nessie, using the upstream chart as a base: https://github.com/projectnessie/nessie Has the following features: * Bitnami structure and security standards * Out of the box support for JDBC with PostgreSQL, ROCKSDB and IN_MEMORY configuration * Possibility to use any custom configuration with configOverrides and secretConfigOverrides * Ingress (necessary for TLS support), HPA, VPA and PDB * Promethus integration Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
24 lines
358 B
Plaintext
24 lines
358 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
|
|
# Changelog
|
|
CHANGELOG.md
|