Commit Graph
16041 Commits
Author SHA1 Message Date
Bitnami Containers ee47ad30c4 [bitnami/kubeapps] Release 7.6.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 17:35:28 +00:00
Bitnami Containers a945faf91a [bitnami/spark] Release 5.7.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 17:29:19 +00:00
Bitnami Containers 8f00e95bed [bitnami/cassandra] Release 9.0.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 16:49:06 +00:00
Davide MadrisanandGitHub ebc150352f bitnami/mariadb Add security context setup to the metrics containers (#8247)
* Add security context setup to the mariadb metrics containers

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>

* Fix typo

* Bump the mariadb chart version

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>

* Bump minor chart version and update the README
2021-12-01 17:05:05 +01:00
emiran-orangeandGitHub 8f8ce3fccd [kube-prometheus] Support extraArgs in operator (#8282)
* [kube-prometheus] Support extraArgs in operator

* Bump chart version
2021-12-01 17:04:27 +01:00
Bitnami Containers 76dcbd5c58 [bitnami/mongodb] Release 10.30.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 15:12:23 +00:00
Bitnami Containers 82880f0aa3 [bitnami/redis] Release 15.6.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 14:54:54 +00:00
Bitnami Containers edb7dc9d25 [bitnami/ghost] Release 15.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 14:53:44 +00:00
Bitnami Containers 6d7ea3544e [bitnami/kong] Release 4.1.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 13:15:43 +00:00
Carlos Rodriguez Hernandez a7b2fde186 [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-12-01 10:53:52 +00:00
Bitnami Containers c086dc8320 [bitnami/jenkins] Release 8.0.20 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 08:30:25 +00:00
Bitnami Containers 2788d551bb [bitnami/mariadb] Release 10.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 08:16:56 +00:00
Bitnami Containers e9c79398b9 [bitnami/postgresql-ha] Release 8.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 00:09:54 +00:00
Bitnami Containers da46eb4a0b [bitnami/cassandra] Release 9.0.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 00:01:44 +00:00
Bitnami Containers 197a5ba6c8 [bitnami/postgresql] Release 10.13.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-30 23:22:42 +00:00
Carlos Rodriguez Hernandez 8150149f0b [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-11-30 16:11:28 +00:00
20c692fb8e [bitnami/mongodb-sharded] feat: 🐛 Allow setting container ports (#8248)
* [bitnami/mongodb-sharded] feat: 🐛 Allow setting container ports

* Add mongos

* Fix incorrect $

* Typo

* Update Chart.yaml

* [bitnami/mongodb-sharded] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-11-30 13:29:26 +01:00
e413abd9f6 [bitnami/kubeapps] Bump chart version to 7.6.0 (#8262)
* kubeapps: bump chart version to 7.5.14-dev0

* Fix chart version. Generate readme

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>

* Bump image versions to v2.4.2

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>

* Update readme

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>

Co-authored-by: Antonio Gamez Diaz <agamez@vmware.com>
2021-11-30 13:28:53 +01:00
Max RosinandGitHub fe5fa10334 [bitnami/rabbitmq-cluster-operator] Fix reference to metrics ports in values.yaml and metrics service (#8261)
With the addition of the messaging-topology-operator the path to the metrics
ports changed. This change was still missing in the values.yaml, causing a
"nil pointer evaluating interface" error when rendering the chart with enabled
metrics.

One of the metrics services was also still using the old path.
2021-11-30 10:45:08 +01:00
0145dc9f54 [bitnami/mediawiki] Fix Mediawiki host when using ingress (#8239)
* [bitnami/mediawiki] Fix Mediawiki host when using ingress

* Apply suggestion

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

* Bump patch version

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
2021-11-30 09:46:09 +01:00
Serhii CharykovandGitHub 6e0499cce3 [bitnami/contour] Remove ttlSecondsAfterFinished from Job (#8270)
"helm.sh/hook-delete-policy": hook-succeeded is responsible for deletion of the Job
2021-11-30 08:47:07 +01:00
9d67db0f87 [bitnami/rabbitmq-cluster-operator] Make ServiceMonitor names unique (#8264)
* [bitnami/rabbitmq-cluster-operator] Make ServiceMonitor names unique

* Bump version

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
2021-11-30 08:43:18 +01:00
Aleksei PlotnikovandGitHub 58900c8dc1 [bitnami/mongodb] Support tls.extraDnsNames in "replicaset" architecture (#8267)
* [bitnami/mongodb] Support tls.extraDnsNames in "replicaset" architecture

Currently tls.extraDnsNames works only with "standalone" architecture

* [bitnami/mongodb] Version bump
2021-11-30 08:40:49 +01:00
Bitnami Containers 4b72fd7d89 [bitnami/mongodb-sharded] Release 3.9.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-29 22:41:55 +00:00
468a830e1e [bitnami/influxdb] Fix probes (#8268)
* [bitnami/influxdb] Fix probes

* [bitnami/influxdb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-11-29 19:48:47 +01:00
Bitnami Containers a918d2c974 [bitnami/consul] Release 10.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-29 17:37:16 +00:00
Javier J. Salmerón-GarcíaandGitHub de27be6e64 [bitnami/common] fix: 🐛 Add extra check for "\"\"" values in existing secrets (#8266) 2021-11-29 15:44:22 +01:00
Bitnami Containers ae9d6583ca [bitnami/sonarqube] Release 0.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-29 14:40:10 +00:00
Bitnami Containers 6d4afbeb3f [bitnami/ghost] Release 15.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-29 13:50:33 +00:00
Dirk GustkeandGitHub e5d2e7db1c state correct version (#8260)
https://github.com/kubernetes-sigs/external-dns/issues/2168#issuecomment-947841020
2021-11-29 12:03:56 +01:00
Florian BergmannandGitHub 6eb0d3c207 Update Thanos Readme for minio configuration. (#8249)
The example minio configuration is no longer correct for the newest
chart version.

The `accessKey` and `secretKey` fields were removed and only and `auth`
dictionary is now available.
2021-11-29 11:56:32 +01:00
Carlos Rodríguez HernándezandGitHub eafb5bd5a2 [bitnami/several] Replace HTTP by HTTPS when possible (#8259)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-11-29 09:58:33 +01:00
KaiandGitHub 823337e2ff README.md: HTTP => HTTPS (#8254) 2021-11-29 08:31:05 +01:00
Bitnami Containers c0a16d6e53 [bitnami/metallb] Release 2.5.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-29 01:15:47 +00:00
Bitnami Containers fb4f3c67f2 [bitnami/mongodb-sharded] Release 3.9.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 14:17:12 +00:00
Bitnami Containers 8e51c380d9 [bitnami/ejbca] Release 3.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 10:12:05 +00:00
Bitnami Containers 02e896f040 [bitnami/node] Release 16.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 08:07:48 +00:00
Bitnami Containers ee1c5fd9fd [bitnami/harbor] Release 11.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 08:05:28 +00:00
Bitnami Containers e1df9e7866 [bitnami/parse] Release 15.0.15 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 07:58:30 +00:00
Bitnami Containers f5dd520d10 [bitnami/concourse] Release 0.1.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 07:49:51 +00:00
Bitnami Containers adfdfa8628 [bitnami/kafka] Release 14.4.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 07:05:34 +00:00
Bitnami Containers c863db387d [bitnami/kubeapps] Release 7.5.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 07:03:09 +00:00
Bitnami Containers d8ecdf4a36 [bitnami/spring-cloud-dataflow] Release 4.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 07:02:20 +00:00
Bitnami Containers 8b3a415a94 [bitnami/wordpress] Release 12.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 06:50:05 +00:00
Bitnami Containers 099bbd95ef [bitnami/pytorch] Release 2.3.20 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-28 06:29:35 +00:00
boerndandGitHub 05c57f7ea3 [bitnami/thanos] Fix thanos query grpc nodeport (#8250) 2021-11-26 17:09:01 +01:00
46b1e90ec9 [bitnami/mongodb] Added ability to configure run-time replica set configuration settings (#7042)
* added ability to specify rs.conf settings

* updates in accordance to contrib guidlines prior to creating PR

* refectored much safer logic but untested

* improved success logging

* removed unused function

* more better logging

* starting to test and fixing duff typos

* fixed leading while

* changed while to bash [[]]

* fixed cstring comparison operators

* post testing logging typo fix

* better positive logging

* fixed couter log typo

* fixed a few BASH string sub, and moved settings into associative array

* removed white space

* improved variable name

* set replicaSetConfigurationSettings commented values are the mongo doc defaults

* minor typo

* minor chart dev tag change to keep internal build process happy

* re-based and updated chart version

* updated chart version

* updated chart version again

* fixed rogue indentation

* updated readme

* updated Chart and added parameter meta data for readme generation

* added metadata and chart LF and version update

* fixed metadata section

* re-added LF at end of chart

* removed timestamp from stdout in replicasetConfigurationSettings.sh, bumped chart version

* rebased and ready to go!

Co-authored-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com>
2021-11-26 17:01:14 +01:00
Carlos Rodriguez Hernandez ac752431b9 [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-11-26 09:58:35 +00:00
d762894315 [bitnami/mongodb] Add medium option for non-persisted. (#8238)
* [bitnami/mongodb] Add medium option for non-persisted.

* Update bitnami/mongodb/templates/standalone/dep-sts.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

* Update bitnami/mongodb/templates/replicaset/statefulset.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

* Update bitnami/mongodb/templates/hidden/statefulset.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

* Update bitnami/mongodb/Chart.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
2021-11-26 10:24:29 +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