cce288f0f6
[bitnami/postgresql-ha] Added fencing mechanism for situation where failed primary occurred. ( #9255 )
...
* Added parameters for the use of fencing of the failed primary.
Signed-off-by: TK-Khaw <t.kang_khaw@hotmail.com >
* Added new parameters documentation in values.yaml, altered repmgrFenceOldPrimary expected datatype.
Signed-off-by: TK-Khaw <t.kang_khaw@hotmail.com >
* Altered repmgrFenceOldPrimary to match expected value in bitnami-docker-postgresql-repmgr.
Signed-off-by: TK-Khaw <t.kang_khaw@hotmail.com >
* [bitnami/postgresql-ha] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2022-03-10 16:34:04 +01:00
948e653a44
[bitnami/postgresql-ha] fix: 🐛 Allow custom postgresql.containerPort ( #9331 )
...
* [bitnami/postgresql-ha] fix: 🐛 Allow custom postgresql.containerPort
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com >
* Fix comment
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com >
* [bitnami/postgresql-ha] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2022-03-08 17:30:42 +01:00
Hayden James and GitHub
a780b18b49
Add hostIPC option for PostgreSQL HA StatefulSet ( #9154 )
2022-02-22 08:40:55 +01:00
Hayden James and GitHub
20518092eb
Add hostNetwork option for PostgreSQL HA StatefulSet ( #9071 )
2022-02-22 08:24:04 +01:00
Miguel Ruiz and GitHub
4fe3d475d2
[bitnami/postgresql-ha] Add flag '-r' to xargs in volumePermissions init-container ( #9136 )
...
Signed-off-by: Miguel Ruiz <miruiz@vmware.com >
2022-02-21 17:03:00 +01:00
Juan Ariza Toledano and GitHub
479af5f147
[bitnami/postgresql-ha] Do not hardcode PDB apiVersion ( #9114 )
2022-02-21 11:52:44 +01:00
Rafael Ríos Saavedra and GitHub
e9c2d741ee
[bitnami/postgresql-ha] Mitigate brain split situations ( #9035 )
...
* [bitnami/postgresql-ha] Mitigate brain split situations
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com >
* [bitnami/postgresql-ha] Mitigate brain split situations
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com >
2022-02-17 16:36:56 +01:00
digihunch and GitHub
dd28dccabf
[bitnami/postgresql-ha] Add Service port name in Traffic Exposure parameters and bring README.md up to date ( #9015 )
...
* [bitnami/postgresql-ha] Add service port name customization (#8999 )
Signed-off-by: Yi Lu <ylu@digihunch.com >
* [bitnami/postgresql-ha] Bring README.md up-to-date and bump chart version.
Signed-off-by: Yi Lu <ylu@digihunch.com >
* [bitnami/postgresql-ha] remove trailing space from values.yaml
Signed-off-by: Yi Lu <ylu@digihunch.com >
2022-02-15 09:47:08 +01:00
Javier J. Salmerón-García and GitHub
5d0f66785e
[bitnami/postgresql-ha] feat: ✨ Add experimental pg_rewind support ( #8933 )
...
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com >
2022-02-08 17:51:48 +01:00
Juan Ariza Toledano and GitHub
e34eaf8b2b
[bitnami/postgresql-ha] Fix extendend config without persistence ( #8700 )
2022-01-19 09:47:43 +01:00
Carlos Rodríguez Hernández and GitHub
8cad18aed9
[bitnami/several] Adapt templating format ( #8562 )
...
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
2022-01-05 18:10:31 +01:00
Andrew Melnick and GitHub
c98a95f7cc
[bitnami/postgresql-ha] Default pgpool reserved_connections to 1 ( #8398 )
2021-12-21 08:39:22 +01:00
Davide Madrisan and GitHub
658e3c6ce5
[bitnami/postgresql-ha] Add egress rules for pgpool pods ( #8397 )
2021-12-14 16:43:45 +01:00
Davide Madrisan and GitHub
318b546679
[bitnami/postgresql-ha] Egress NP rendering issue #8371 ( #8372 )
2021-12-13 09:56:42 +01:00
Davide Madrisan and GitHub
f60cd38551
[bitnami/postgresql-ha] Add network egress policy rules ( #8358 )
2021-12-10 11:30:55 +01:00
bbaudelet and GitHub
0404b1aa52
[bitnami/cassandra,etcd,influxdb,metallb,mysql,postgresql,postgresql-ha,redis] Align networkpolicy ( #8336 )
2021-12-09 13:01:40 +01:00
9860242c4c
[bitnami/postgresql-ha] Fix confusion between service and container ports ( #8241 )
...
* [bitnami/postgresql-ha] Fix confusion between service and container ports
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
* Restore networkpolicy
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
* Add pgpool containerPort
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
* [bitnami/postgresql-ha] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2021-11-26 09:51:45 +01:00
+16
8c0bf08898
[bitnami/postgresql-ha] Fix service port type for metrics ( #7982 )
...
* fix: liveliness and readiness probes port
* fix: typo
* fix: typo
* fix: liveliness and readiness probes port
* fix: typo
* fix: metrics port
* rebase minio
* Updates (#1 )
* [bitnami/grafana-operator] Change of grafana operator GitHub URL (#7912 )
* Set namespace for all resources in rabbitmq-cluster-operator chart (#7911 )
Currently the templates of ServiceAccount and the ServiceMonitor do not render
the namespace. With `helm install` this is not an issue because helm will
apply those resources to the namespace that is passed to it.
But if you use `helm template` it does not work. By adding the namespace to the
metadata of all resources the chart works with `helm install` and
`helm template` equally.
Signed-off-by: Max Rosin <max.rosin@hetzner-cloud.de >
* [bitnami/jasperreports] Release 11.0.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/ghost] Release 15.0.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/mxnet] Release 2.3.19 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kube-prometheus] update prometheus operator crd to v0.51.0 + Add enableFeatures (#7919 )
* [bitnami/kube-prometheus] update prometheus operator crd to v0.51.0 and added support for enableFeatures
* [bitnami/kube-prometheus] update chart version to 6.2.0
Co-authored-by: Miguel Ruiz <miruiz@vmware.com >
* [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
* [bitnami/grafana-operator] Adding correct API group for ingresses resource (#7915 )
* Adding correct API group for ingresses resource
* Fixes issue #7913
* [bitnami/spark] Release 5.7.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/joomla] Release 10.1.26 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/metrics-server] Release 5.10.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/drupal] Adds networkPolicy (#7857 )
* First PoC
* Added some networkpolicies
* Adds network policies to drupal
* Bumps chart version
* Fix new line in end of new files
* Fix new line at the end of values
* Fix indicated issues
* Fix some typos
* Remove files with old names
* Unifies ingress policies in only one file
* Rename backend file, and use function form template for the labels.
* Add support for customRules, and switches to enable part of the rules. Improves documentation, improves indentation
* Renames xxxLabel to xxxSelector. Minor typos
* Fix typos, reword comment in helper
* Removes helper, minor typo. Improves rendering sections in ingress template. Improves values comments
* Moves ingressRules.backendSelector to ingressRules.customBackendSelector. Improve param documentation
* Moves ingressRules.backendSelector to ingressRules.customBackendSelector. Improve param documentation
* Fixes linter
* [bitnami/mariadb] Release 9.6.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/grafana] Release 7.0.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/cassandra] Release 9.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/harbor] Release 11.0.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/discourse] Release 5.0.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/tomcat] Release 9.5.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/airflow] Release 11.1.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/node] Release 15.2.32 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/redis] Release 15.5.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/oauth2-proxy] Release 1.0.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kubewatch] Release 3.2.19 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/memcached] Release 5.15.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kubeapps] Release 7.5.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kibana] Release 9.0.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/node-exporter] Release 2.3.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/tensorflow-resnet] Release 3.2.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/nginx] Release 9.5.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/apache] Release 8.8.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/redis-cluster] Release 7.0.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/dokuwiki] Release 11.2.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/wildfly] Release 11.1.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/logstash] Release 3.6.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/concourse] Release 0.1.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/postgresql] Release 10.12.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/solr] Release 2.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kong] Release 4.1.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/consul] Release 10.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/elasticsearch] Release 17.1.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/argo-cd] Release 2.0.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/aspnet-core] Release 1.3.21 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/nats] Release 6.5.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/wavefront-prometheus-storage-adapter] Release 1.0.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/metrics-server] Release 5.10.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kiam] Release 0.3.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/external-dns] Release 5.4.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/mongodb-sharded] Release 3.9.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/jenkins] Release 8.0.17 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/mxnet] Release 2.3.20 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/grafana-operator] Release 1.3.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/wavefront-adapter-for-istio] Release 1.0.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/haproxy] Release 0.2.15 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/rabbitmq] Release 8.24.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/geode] Release 0.3.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/etcd] Release 6.9.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kube-state-metrics] Release 2.1.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/spring-cloud-dataflow] Release 4.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/mongodb] Release 10.28.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/mysql] Release 8.8.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/spark] Release 5.7.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/zookeeper] Release 7.4.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/mariadb-galera] Release 6.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/odoo] Release 19.0.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/fluentd] Release 4.3.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/influxdb] Release 2.3.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kube-prometheus] Release 6.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/minio] Release 9.0.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
* [bitnami/keycloak] Release 5.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/nginx-ingress-controller] Release 9.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/grafana-tempo] Release 0.2.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/metallb] Release 2.5.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* feat: add optional startup probe to mariadb (#7938 )
* [kubernetes-event-exporter] Support multiple replicas (#7917 )
* [bitnami/postgresql] Add template render for labels on primary and readreplicas (#7908 )
* [bitnami/postgresql] Add template render for labels on primary and readreplicas
* [bitnami/postgresql] Add template render for labels on primary and readreplicas
* [bitnami/postgresql] bump chart versiopn
* [bitnami/keycloack] Fix externalDatabase password (#7863 )
* [bitnami/keycloack] Fix externalDatabase password
* Follow the standar approach
* Compactor servicemonitor template fix (#7943 )
* [bitnami/argo-workflows] Release 0.1.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* Fix issue #7931 when using serviceMonitor (#7942 )
* [bitnami/kubernetes-event-exporter] Release 1.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/*] Fix backticks in values.yaml that affects READMEs (#7946 )
* [bitnami/*] Fix backticks in values.yaml that affects READMEs
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* Re-generate readmes
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* Update values.yaml
* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7948 )
* [bitnami/concourse] Deprecate PSP
* [bitnami/elasticsearch] Deprecate PSP
* [bitnami/external-dns] Deprecate PSP
* [bitnami/fluentd] Deprecate PSP
* [bitnami/kiam] Deprecate PSP
* [bitnami/common] Change common.capabilities.policy.apiVersion description
* Version bumps and minor fixes after sync with master
* [bitnami/fluentd] Drop PSP checksum annotation from DaemonSet
* [bitnami/common] Correct common.capabilities.policy.apiVersion description
* [bitnami/suitecrm] Release 9.3.28 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
* [bitnami/cert-manager] Release 0.1.23 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/redmine] Release 17.0.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/owncloud] Release 10.2.30 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/ghost] Release 15.0.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/testlink] Release 9.2.27 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/prestashop] Release 13.2.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/magento] Release 19.0.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/moodle] Release 11.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/phpmyadmin] Release 8.2.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/jasperreports] Release 11.0.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/wordpress] Release 12.1.25 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/osclass] Release 11.0.19 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/phpbb] Release 10.1.27 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/orangehrm] Release 10.1.26 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/joomla] Release 10.1.27 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/pytorch] Release 2.3.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/opencart] Release 10.0.29 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/drupal] Release 10.4.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kafka] Release 14.2.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/mediawiki] Release 12.3.17 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
* [bitnami/thanos] Replace nodePorts.grpc/http to http/grpc.nodePorts in the servce sharded (#7940 )
* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7951 )
* [bitnami/postgresql-ha] Mark PSP as deprecated
* [bitnami/postgresql] Mark PSP as deprecated
* [bitnami/redis-cluster] Mark PSP as deprecated
* [bitnami/redis] Mark PSP as deprecated
* [bitnami/thanos] Mark PSP as deprecated
* [bitnami/wavefront] Mark PSP as deprecated
* [bitnami/thanos] Update README
* [bitnami/thanos] Fix linting issues
* [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7950 )
* [bitnami/kube-prometheus] Mark PSP as deprecated
* [bitnami/kube-state-metrics] Mark PSP as deprecated
* [bitnami/metallb] Mark PSP as deprecated
* [bitnami/mongodb] Mark PSP as deprecated
* [bitnami/nginx-ingress-controller] Mark PSP as deprecated
* [bitnami/node-exporter] Mark PSP as deprecated
* [bitnami/metallb] Update README after sync with master
* [bitnami/minio] Release 9.0.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/postgresql] add common labels (#7952 )
* [bitnami/postgresql] add commonLabels
* [bitnami/postgresql] update chart minor version
* [bitnami/postgresql] bump version
Co-authored-by: Joseph Vano <jvano@ea.com >
* [bitnami/nginx] Release 9.5.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/harbor] Release 11.0.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/cert-manager] Release 0.1.24 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/grafana-operator] Adds networking.k8s.io to Role binding (#7958 )
* [bitnami/wavefront] Release 3.1.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/mongodb] Release 10.28.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/ejbca] Release 3.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/parse] Release 15.0.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/mongodb-sharded] Release 3.9.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/jupyterhub] Release 0.2.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/spring-cloud-dataflow] Release 4.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kubeapps] Release 7.5.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/node] Release 16.0.0 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/suitecrm] Release 9.3.29 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/nats] Release 6.5.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/concourse] Release 0.1.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/concourse] Updated README (#7964 )
* T41237 Updated Concourse README
* T41237 Updated README
Co-authored-by: Vikram Vaswani <vvaswani@vmware.com >
* [bitnami/postgresql] Release 10.13.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/thanos] Fix Thanos Query GRPC Ingress service port (#7968 )
* fix: use grpc service for grpc ingress
* Update Chart.yaml
* [bitnami/argo-cd] Release 2.0.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/kube-prometheus] allow volumemounts in Thanos sidecar (#7947 )
* allow volumeMounts for Thanos sidecar
* bump chart version
* Update bitnami/kube-prometheus/Chart.yaml
bump minor version, not patch
Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com >
* rename 'volumeMounts' to 'extraVolumeMounts' and use template rendering
Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com >
* corrects Thanos Query GRPC ingress service port for extraHosts (#7974 )
Co-authored-by: Rafal Przybyla <rafal.przybyla@allianz.de >
* [bitnami/fluentd] Release 4.3.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/metallb] Release 2.5.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/postgresql] Release 10.13.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/tomcat] Release 9.5.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/airflow] Release 11.1.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/odoo] Release 20.0.0 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Rubatharisan Thirumathyam <41048990+nc-ruth@users.noreply.github.com >
Co-authored-by: Max Rosin <git@hackrid.de >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Nic <pronic6443@gmail.com >
Co-authored-by: Miguel Ruiz <miruiz@vmware.com >
Co-authored-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
Co-authored-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com >
Co-authored-by: Michael Kriese <michael.kriese@visualon.de >
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com >
Co-authored-by: bbaudelet <43279826+bbaudelet@users.noreply.github.com >
Co-authored-by: Miguel Ángel Cabrera Miñagorri <mcabrera@vmware.com >
Co-authored-by: Vladimir Drozdetskiy <34331259+mrgreyves@users.noreply.github.com >
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
Co-authored-by: Pablo Galego <pgalego@vmware.com >
Co-authored-by: alvneiayu <alvaron@vmware.com >
Co-authored-by: Joey Vano <joseph.vano@gmail.com >
Co-authored-by: Joseph Vano <jvano@ea.com >
Co-authored-by: vikram-bitnami <vikram@bitnami.com >
Co-authored-by: Vikram Vaswani <vvaswani@vmware.com >
Co-authored-by: Kevin Lefevre <lefevre.kevin@gmail.com >
Co-authored-by: Sebastian Glöckler <sebastian.gloeckler@cortado.com >
Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com >
Co-authored-by: Rafal Przybyla <r.przybyla@gmail.com >
Co-authored-by: Rafal Przybyla <rafal.przybyla@allianz.de >
* fix: service port type for metrics
Co-authored-by: Rubatharisan Thirumathyam <41048990+nc-ruth@users.noreply.github.com >
Co-authored-by: Max Rosin <git@hackrid.de >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Nic <pronic6443@gmail.com >
Co-authored-by: Miguel Ruiz <miruiz@vmware.com >
Co-authored-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
Co-authored-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com >
Co-authored-by: Michael Kriese <michael.kriese@visualon.de >
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com >
Co-authored-by: bbaudelet <43279826+bbaudelet@users.noreply.github.com >
Co-authored-by: Miguel Ángel Cabrera Miñagorri <mcabrera@vmware.com >
Co-authored-by: Vladimir Drozdetskiy <34331259+mrgreyves@users.noreply.github.com >
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
Co-authored-by: Pablo Galego <pgalego@vmware.com >
Co-authored-by: alvneiayu <alvaron@vmware.com >
Co-authored-by: Joey Vano <joseph.vano@gmail.com >
Co-authored-by: Joseph Vano <jvano@ea.com >
Co-authored-by: vikram-bitnami <vikram@bitnami.com >
Co-authored-by: Vikram Vaswani <vvaswani@vmware.com >
Co-authored-by: Kevin Lefevre <lefevre.kevin@gmail.com >
Co-authored-by: Sebastian Glöckler <sebastian.gloeckler@cortado.com >
Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com >
Co-authored-by: Rafal Przybyla <r.przybyla@gmail.com >
Co-authored-by: Rafal Przybyla <rafal.przybyla@allianz.de >
2021-11-02 15:10:13 +01:00
Pablo Galego and GitHub
035d926d45
[bitnami/*] Mark PodSecurityPolicy resources as deprecated ( #7951 )
...
* [bitnami/postgresql-ha] Mark PSP as deprecated
* [bitnami/postgresql] Mark PSP as deprecated
* [bitnami/redis-cluster] Mark PSP as deprecated
* [bitnami/redis] Mark PSP as deprecated
* [bitnami/thanos] Mark PSP as deprecated
* [bitnami/wavefront] Mark PSP as deprecated
* [bitnami/thanos] Update README
* [bitnami/thanos] Fix linting issues
2021-10-28 09:27:59 +02:00
Abhimanyu Saharan and GitHub
6fbe8f5267
[bitnami/postgresql-ha] Fixed metrics default port and data source URI port ( #7895 )
...
* fix: liveliness and readiness probes port
* fix: typo
* fix: typo
* fix: liveliness and readiness probes port
* fix: typo
* fix: metrics port
* rebase minio
2021-10-25 13:05:16 +02:00
Carlos Rodríguez Hernández and GitHub
a6751cdd33
[bitnami/several] Add chart info to NOTES.txt ( #7889 )
2021-10-22 16:04:39 +02:00
Abhimanyu Saharan and GitHub
0bc0811ac4
[bitnami/postgresql-ha] Fixed network policy ports using user-defined values ( #7866 )
2021-10-21 11:53:23 +02:00
Abhimanyu Saharan and GitHub
893e008a7f
[bitnami/postgresql-ha] Adds PSP and RBAC ( #7837 )
...
* fix: missing api port for network policy
* fix: liveliness and readiness probes port
* chore: bump up chart version to 8.1.10
* fix: typo
* fix: typo
* feat: added psp and rbac
* fix: added chown capability for init chmod containers
* fix: indentations
2021-10-20 13:38:56 +02:00
Carlos Rodríguez Hernández and GitHub
9711a33c6e
[bitnami/several] Change pullPolicy for bitnami-shell image ( #7852 )
...
* [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
2021-10-19 14:38:37 +02:00
abb714a10b
[bitnami/postgresql-ha] Allows metrics service parametrization ( #7756 )
...
* [bitnami/postgresql-ha] Allows metrics service parametrization
* Regenerate README table using values.yaml metadata
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
2021-10-11 12:52:42 +02:00
Miguel Ángel Cabrera Miñagorri and GitHub
1279593765
[bitnami/*] Fix service monitors selectors ( #7720 )
...
* [bitnami/cassandra] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/elasticsearch] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/external-dns] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/fluentd] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/grafana-tempo] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/grafana] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/influxdb] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/kafka] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/kiam] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/kibana] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/kong] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/kube-state-metrics] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/logstash] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/mariadb-galera] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/memcached] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/nats] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/nginx] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/postgresql-ha] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
* [bitnami/zookeeper] Fix serviceMonitor selectors
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com >
2021-10-07 11:35:35 +02:00
Andrew Todd and GitHub
c3ca9b5526
[bitnami/postgresql-hq] Support toplogySpreadConstraints for postgresql-ha ( #7708 )
...
* Add topologySpreadConstraints to postgresql-ha
* Move topologySpreadConstraints to proper location
2021-10-06 09:12:12 +02:00
druesendieb and GitHub
9f42424ace
[bitnami/postgresql-ha] Rename of the tls init container - fixes #7522 ( #7530 )
...
* renamed postgresql-ha tls init container to fix #7522
* bump postgresql-ha chart version to 7.9.5
2021-09-20 09:46:43 +02:00
e3ee36388a
[bitnami/postgresql-ha] Fix pgpool service labels typo ( #7309 )
...
* [bitnami/postgresql-ha] Fix pgpool service labels typo
* fix identation and move to tplvalue renderer
Co-authored-by: rafael <rafael@bitnami.com >
2021-08-25 16:08:48 +02:00
Javier J. Salmerón-García and GitHub
1cfc1ec8b7
[bitnami/postgresql-ha] add loadBalancingOnWrite behavior configuration property ( #7134 )
2021-08-23 13:14:18 +02:00
0d06b18376
[bitnami/ postgresql-ha] 7.8.4 Update mountPath owner ( #7101 )
...
* 7.8.4 postgresql-ha - Update so the mountPath has chown as per postgresql ( mindepth 0 vs chown in postgresql )
* Update bitnami/postgresql-ha/templates/postgresql/statefulset.yaml
Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com >
* Update Chart.yaml
Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com >
Co-authored-by: Alejandro Moreno <amorenoc@vmware.com >
2021-08-02 12:26:20 +02:00
Javier J. Salmerón-García and GitHub
0be22a199a
[bitnami/postgresql-ha] Add diagnostic mode ( #6906 )
...
* [bitnami/postgresql-ha] Add diagnostic mode
* default value
* DEBUG
* debug
2021-07-12 12:56:04 +02:00
lbrue and GitHub
914b137eb6
Check for postgresql.tls.certCAFilename ( #6745 )
...
- Check if the postgresql.tls.certCAFilename is set. Do not check the pgpool value to be able to use both seperately.
- Bumped chart version to 7.7.2
- Fixed README typo
2021-06-24 16:50:22 +02:00
Sam Lin and GitHub
f9204ca015
[bitnami/postgresql-ha] fix ldap validation issue ( #6692 )
...
* fix: ldap validation checks existingSecret & bindpw
#6671
* chore: bump version to 7.7.1
2021-06-18 09:09:16 +02:00
alvneiayu and GitHub
68f0acfddf
[bitnami/postgresql-ha] Add support for autogenerated certs ( #6611 )
...
* [bitnami/postgresql-ha] Add support for autogenerated certs
* Modify properly the postgresql-ha version
2021-06-16 13:45:20 +02:00
Miguel Ruiz and GitHub
5ca4cc7c76
[bitnami/postgresql-ha] Fix chart upgrade using existingSecret ( #6383 )
2021-06-09 08:21:40 +02:00
302a62e39b
[bitnami/postgresql-ha]Adds SSL connections between pgpool and postgr… ( #6497 )
...
* [bitnami/postgresql-ha]Adds SSL connections between pgpool and postgresql
* Fixes _helpers subrutines. Link to documentation
* Removes empty line in chart.yaml
Co-authored-by: rafael <rafael@bitnami.com >
2021-06-02 09:56:56 +02:00
Martin Kremers and GitHub
28591cc0f6
[bitnami/postgresql-ha] Allow using custom args for metrics exporter ( #6390 )
2021-05-18 09:01:24 +02:00
Martin Kremers and GitHub
345cc3e5e2
[bitnami/postgresql-ha] Allow using custom metrics for exporter ( #6088 )
...
* Allows to use custom metrics for example to track slow queries
Queries can be configured as template var in values.yaml as documented
Signed-off-by: Martin Kremers <info@martinkremers.de >
2021-05-12 09:52:23 +02:00
Miguel Ruiz and GitHub
15cca92611
[bitnami/postgresql-ha] Add Password validation on upgrade ( #6280 )
2021-05-04 17:29:50 +02:00
79c5a93551
[bitnami/postgresql-ha] - Added session affinity support in pgpool service ( #6267 )
...
* Added session affinity support in pgpool service
* Fix
* Changed conditional session affinity into parameter with default value
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com >
* Improved documentation
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com >
* Added missing parameter into values.yaml
Co-authored-by: Adam Brzozowski <adam.brzozowski@asseco.pl >
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com >
2021-05-04 09:11:22 +02:00
82ea596f42
[bitnami/postgres-ha] Enable init-chmod-data when using extendedConf ( #6206 )
...
Co-authored-by: Ibone González Mauraza <gibone@vmware.com >
2021-05-03 08:37:58 +02:00
Jeroen van Oort and GitHub
0076426141
[bitnami/postgresql-ha] Shortened pgpool backend hostnames ( #5428 )
...
* Shortened pgpool backend hostnames
* Bumped version
* Removed port from node hostname length check
2021-04-29 10:57:22 +02:00
Gregory Moyer and GitHub
ffc6457b41
[postgresql-ha] remove ldap requirement for probes ( #6208 )
2021-04-26 18:05:24 +02:00
Miguel Ruiz and GitHub
5e9bd4e0d9
[bitnami/postgresql-ha] Add service.externalTrafficPolicy ( #6106 )
2021-04-14 18:17:32 +02:00
Alejandro Moreno and GitHub
87c70d2c1c
Fix pgpool service annotations ( #6073 )
2021-04-13 18:41:37 +02:00
Miguel Ruiz and GitHub
d0b3ed0827
[bitnami/postgresql-ha] Add Repmgr passfile settings ( #5879 )
...
* [bitnami/postgresql-ha] Add Repmgr passfile settings
* Update README.md with passfile settings
2021-03-23 17:18:46 +01:00
Patrick Collins and GitHub
0bac22c6b9
[bitnami/postgresql-ha] add optional startup probes ( #5805 )
2021-03-17 09:28:05 +01:00
8af317270a
bitnami/postgresql-ha - Init container does not chmod lock folder ( #5713 )
...
* chmod lock folder
* patch version
Co-authored-by: Michael Haddon <michael.aj.haddon@gmail.com >
2021-03-08 17:24:27 +01:00
22a277911e
[bitnami/postgresql-ha] Add serviceAccount ( #5606 )
...
* Add serviceAccount to postgresql-ha
* bump minor version
* Fix table spacing
* Apply suggestions from code review
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com >
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com >
2021-02-26 13:19:45 +01:00