Commit Graph

7 Commits

Author SHA1 Message Date
Juan Ariza Toledano
5e12e4747d Template - Adapt values to new format (#6308) 2021-05-07 08:14:41 +02:00
Juan Ariza Toledano
71fb99f541 [bitnami/*] Use common macro to define RBAC apiVersion (#5585) 2021-02-22 17:37:32 +01:00
Carlos Rodríguez Hernández
03db52dcc4 Update deployment.yaml 2021-02-22 11:30:14 +01:00
Javier J. Salmerón-García
bec1c10607 [bitnami/template] Add hostAliases (#5323) 2021-01-29 15:10:22 +01:00
Juan Ariza Toledano
2239ec1f63 Minor corrections in template (#4767) 2020-12-17 13:51:50 +01:00
Vincent Behar
b3a95b701b [bitnami/*] Extra manifests should be top-level (#4161)
extra manifests declared with the `extraDeploy` value used to be defined in a single List manifest.
the issue with this setup, is that if you want to define a Job to be used as a Helm hook, it won't work - because Helm only look at top-level manifests to find the hook annotations.

this PR changes the implementation of extra manifests, by rendering top-level manifests instead of wrapping them inside a List.
charts users don't need to change anything in their values.yaml
2020-10-30 14:11:06 +01:00
Carlos Rodríguez Hernández
bc1f05b22c Add chart scaffolding to serve as a guide when creating new charts (#4074)
* Add chart scaffolding to serve as a guide when creating new charts

* Improve README

* Update template/CHART_NAME/templates/NOTES.txt

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* Update template/CHART_NAME/templates/deployment.yaml

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* Fix tolerations

* Add clusterDomain

* Replace foo: bar in secret

* Update template/CHART_NAME/templates/deployment.yaml

Co-authored-by: Jose Antonio Carmona <jcarmona@bitnami.com>

* Improve probes and extraEnvVars

* Add replicas to deployment and statefulset

* Improve securityContext

* Improve command

* Improve probes

* Add service type

* Update template/CHART_NAME/templates/deployment.yaml

Co-authored-by: Jose Antonio Carmona <jcarmona@bitnami.com>

* Add podAffinity, podAntiAffinity, and nodeAffinity

* Remove readOnly

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>
Co-authored-by: Jose Antonio Carmona <jcarmona@bitnami.com>
2020-10-23 16:05:11 +02:00