* Add extraRules to ingress objects
Signed-off-by: Fran Mulero <fmulero@vmware.com>
* Execute readme generator
Signed-off-by: Fran Mulero <fmulero@vmware.com>
* Version bump
Signed-off-by: Fran Mulero <fmulero@vmware.com>
* Update template with latest standardisation changes
Signed-off-by: Fran Mulero <fmulero@vmware.com>
* Don't set number of replicas if autoscaling is enabled
Signed-off-by: Fran Mulero <fmulero@vmware.com>
* [bitnami/template] Standardise values.yaml
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Revert wrong changes
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* [bitnami/template] Standardise templates directory files
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Fix issues and address suggestions
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* [bitnami/template] Standardise values.yaml
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Add subPath condition
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Add terminationGracePeriodSeconds and persistence header
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* [bitnami/several] Change pullPolicy for bitnami-shell image
* Add rolling tag check in the NOTES.txt
* Fix non-standard names
* Use macro when defined
* Update Chart.yaml
* Fix typo
* Rebase master
* Fix typo in statefulset
* Include lifecycle in the if statement
* Include metrics container
* Update README
* Rebase master
* Rebase master
* Rebase master
* Add diagnostic mode to etcd
* Add diagnostic mode to fluentd
* Add diagnostic mode to grafana-tempo
* Add diagnostic mode to haproxy
* Rebase master
* Fix values location and README
* Add diagnostic mode to the scaffolding
* Add diagnostic mode to kafka
* Add diagnostic mode to kong
* Fix linter in ejbca
* Add diagnostic mode to logstash
* Add diagnostic mode to mariadb
* Add diagnostic mode to mongodb-sharded
* Fix BITNAMI_DEBUG in galera
* Add diagnostic mode to mysql
* Add diagnostic mode to nats
* Add diagnostic mode to postgresql
* Add diagnostic mode to rabbitmq
* Add diagnostic mode to redis-cluster
* Add diagnostic mode to spark
* Add diagnostic mode to wordpress
* Add diagnostic mode to zookeeper
* Fix/Add BITNAMI_DEBUG in kong, nats, and spark
* Update READMEs
* Unify 'Please be patient...' sentence in NOTES
* Bump galera version
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
* 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>