Commit Graph

14086 Commits

Author SHA1 Message Date
Carlos Rodriguez Hernandez
32fb238e60 [bitnami/several] Add license to the README
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-01-03 16:39:35 +00:00
Carlos Rodríguez Hernández
fb93b8306e Update README.md 2022-01-03 17:39:15 +01:00
Carlos Rodríguez Hernández
d8ea9c9487 Update LICENSE.md 2022-01-03 17:38:54 +01:00
Carlos Rodríguez Hernández
5402cec6d4 Update README.md 2022-01-03 17:38:37 +01:00
Carlos Rodríguez Hernández
1ae88e1694 Update README.md 2022-01-03 17:36:55 +01:00
Carlos Rodríguez Hernández
f39db3434a Update README.md 2022-01-03 17:36:46 +01:00
Carlos Rodríguez Hernández
f986de260f Add license to README 2022-01-03 17:35:39 +01:00
Carlos Rodriguez Hernandez
b87c2f7899 [bitnami/several] Add license to the README
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-01-03 16:33:06 +00:00
Greg
b1aae55a4c [bitnami/mysql] Prevent introduction of leading newline character in predefined password and replicationPassword (#8546)
* Prevent introduction of leading newline character in predefined `auth.password` and `auth.replicationPassword`

Introducing change: 7238fbe138

*Issue*
Leading newline character added to predefined `auth.password` and `auth.replicationPassword`.

*Reproduction*
Reproduced by predefined values for `auth.password` and `auth.replicationPassword` and visible in container logs with `image.debug: true`:

`helm install my-release bitnami/mysql --set auth.password=9fXymk61OT,auth.replicationPassword=E6dMqifzrh,auth.username=my_user,image.debug=true`

Log file:
```
mysql 01:31:24.36 DEBUG ==> Configuring root user credentials
mysql 01:31:24.37 DEBUG ==> Executing SQL command:
-- create admin user
create user 'root'@'%' identified by "wf3vWj0zlO";
grant all on *.* to 'root'@'%' with grant option;
flush privileges;
mysql 01:31:24.53 DEBUG ==> removing the unknown user
mysql 01:31:24.54 DEBUG ==> Executing SQL command:
select Host from user where User='';
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql 01:31:24.56 DEBUG ==> creating database user \'my_user\'
mysql 01:31:24.57 DEBUG ==> Executing SQL command:
create user if not exists 'my_user'@'%' identified by "
9fXymk61OT";
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql 01:31:24.65 DEBUG ==> Removing all other hosts for the user
mysql 01:31:24.68 DEBUG ==> Executing SQL command:
select Host from user where User='my_user' and Host!='%';
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql 01:31:24.71 DEBUG ==> Creating database my_user
mysql 01:31:24.72 DEBUG ==> Executing SQL command:
create database if not exists `my_database` ;
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql 01:31:24.86 DEBUG ==> Providing privileges to username my_user on database my_database
mysql 01:31:24.90 DEBUG ==> Executing SQL command:
grant all on `my_database`.* to 'my_user'@'%';
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql 01:31:25.08 INFO  ==> Configuring replication in master node
mysql 01:31:25.11 DEBUG ==> Configure replication user credentials
mysql 01:31:25.20 DEBUG ==> Executing SQL command:
create user 'replicator'@'%' identified with 'mysql_native_password' by "
E6dMqifzrh";
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql 01:31:25.43 DEBUG ==> Executing SQL command:
grant REPLICATION SLAVE on *.* to 'replicator'@'%' with grant option;
flush privileges;
```

* [bitnami/mysql] bump chart version
mysql/8.8.19
2022-01-03 15:06:02 +01:00
EnriqueLopp
d63c26cff7 [bitnami/etcd] Change hardcoded password key with etcd.secretPasswordKey (#8442)
* Change hardcoded password key with etcd.secretPasswordKey

* Dump version

Co-authored-by: EnriqueLopez <enrique.lopez@ironchip.com>
etcd/6.10.7
2022-01-03 10:11:40 +01:00
Carlos Rodriguez Hernandez
51fe8da7c2 [bitnami/testlink] Prettify Chart.yaml
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-01-03 08:14:15 +00:00
Carlos Rodríguez Hernández
d10ae72baf Update and rename LICENSE to LICENSE.md 2022-01-03 08:10:07 +01:00
Bitnami Containers
cdfea9fa17 [bitnami/nats] Release 7.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
nats/7.0.4
2022-01-01 22:59:31 +00:00
Bitnami Containers
d1680a524f [bitnami/rabbitmq] Release 8.24.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
rabbitmq/8.24.13
2022-01-01 18:15:32 +00:00
Bitnami Containers
1c58322643 [bitnami/argo-cd] Release 2.0.20 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
argo-cd/2.0.20
2022-01-01 10:42:45 +00:00
Carlos Rodríguez Hernández
6e8d4c450d Update LICENSE 2022-01-01 09:55:05 +01:00
Carlos Rodríguez Hernández
141a91d192 Update README.md 2022-01-01 09:54:18 +01:00
Bitnami Containers
4b05bb59f3 [bitnami/postgresql] Release 10.14.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
postgresql/10.14.2
2021-12-31 20:34:25 +00:00
Bitnami Containers
e46e677f41 [bitnami/node] Release 16.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-31 19:54:09 +00:00
Bitnami Containers
d4c86a3356 [bitnami/kubeapps] Release 7.6.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
kubeapps/7.6.4
2021-12-31 17:37:08 +00:00
Bitnami Containers
5aa9638e29 [bitnami/spark] Release 5.7.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
spark/5.7.14
2021-12-31 17:34:21 +00:00
Bitnami Containers
a8c0efc78f [bitnami/cassandra] Release 9.0.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
cassandra/9.0.12
2021-12-31 16:54:10 +00:00
Aju Tamang
ccb5f8f269 [bitnami/wordpress] Add startup probe on wordpress helm chart (#8520)
* feat: add startup probe config

* feat: add values for startup probe

* feat: update docs for startup changes

* bumped the version

* change: disable startup Probe value

* fix: add the metadata for customStartuProbe

* Update values.yaml

Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
wordpress/12.2.8
2021-12-31 17:29:23 +01:00
Bitnami Containers
bbad0a22cf [bitnami/keycloak] Release 6.0.0 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
keycloak/6.0.0
2021-12-31 15:05:55 +00:00
Yi Siqi
a6a4cd17ac remove password empty validation (#8534) postgresql/10.14.1 2021-12-31 13:36:10 +01:00
Miguel Ruiz
3a01fd4f89 [bitnami/mongodb] Add metrics active wait (#8537) mongodb/10.30.11 2021-12-31 10:38:57 +01:00
Derek Morgan
2b85adc44e [bitnami/grafana-operator] add grafana.ingress.pathType (#8541)
* add grafana.ingress.pathType value

* set default for  to  to match grafana-operator default

* template `.Values.grafana.ingress.hostname` usage in values.yaml #8540

* [bitnami/grafana-operator] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
grafana-operator/2.0.4
2021-12-31 10:06:21 +01:00
Jose Antonio Carmona
780fb908f2 [bitnami/tensorflow-resnet] Update TF ResNet version (#8510)
* Update default TF model used for prediction

Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>

* Bump chart version and update README

Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>

* [bitnami/tensorflow-resnet] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
tensorflow-resnet/3.3.0
2021-12-31 10:00:39 +01:00
Bitnami Containers
f87aee20fa [bitnami/nginx] Release 9.6.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
nginx/9.6.1
2021-12-30 16:18:41 +00:00
Bitnami Containers
69a0b0bd14 [bitnami/postgresql-ha] Release 8.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
postgresql-ha/8.1.4
2021-12-30 15:23:50 +00:00
Bitnami Containers
4788c62f7d [bitnami/pytorch] Release 2.3.23 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
pytorch/2.3.23
2021-12-30 15:14:05 +00:00
Yi Siqi
358c4b0c01 remove password empty validation (#8533) cassandra/9.0.11 2021-12-30 15:25:20 +01:00
bbaudelet
2d8649910d [bitnami/nginx] Add prometheus Rules and relabelings, metricsRelabelings on serviceMonitor (#8467) nginx/9.6.0 2021-12-30 10:47:07 +01:00
Bitnami Containers
2e0f2600ed [bitnami/spring-cloud-dataflow] Release 4.2.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
spring-cloud-dataflow/4.2.5
2021-12-29 20:40:39 +00:00
Ilya
0961801c25 [bitnami/contour] Added ability to use sidecars in Envoy pods (#8512)
* [bitnami/contour] Added ability to use sidecars in Envoy pods

* Update bitnami/contour/values.yaml

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

Co-authored-by: Ilya Khomutov <robert@yandex-team.ru>
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
contour/7.1.0
2021-12-29 20:31:51 +01:00
Bitnami Containers
45ba9b2da7 [bitnami/influxdb] Release 2.4.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
influxdb/2.4.6
2021-12-29 18:53:02 +00:00
Bitnami Containers
4fff21ffe6 [bitnami/wildfly] Release 13.0.0 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wildfly/13.0.0
2021-12-29 17:32:59 +00:00
Bitnami Containers
b7897b762c [bitnami/grafana-operator] Release 2.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
grafana-operator/2.0.3
2021-12-29 17:16:56 +00:00
Miguel Ruiz
fbdc0fde5b [bitnami/ejbca] Chart standardized (#7560)
* [bitnami/ejbca] Chart standarized

* Bump version and deprecate service.port

* Update deps and merge master

* Service minor change

* [bitnami/ejbca] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
ejbca/5.0.0
2021-12-29 18:11:07 +01:00
FuyuanChu
d44ce79ab9 [bitnami/elasticsearch]: support custom labels for servicemonitor. (#8522)
* [bitnami/elasticsearch]: support custom labels for servicemonitor.

Signed-off-by: fuyuan.chu <fuyuan.chu@airwallex.com>

* [bitnami/elasticsearch]: bump chart version.

Signed-off-by: fuyuan.chu <fuyuan.chu@airwallex.com>
elasticsearch/17.5.6
2021-12-29 17:11:14 +01:00
Bitnami Containers
eb057354ed [bitnami/grafana-operator] Release 2.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
grafana-operator/2.0.2
2021-12-29 16:01:21 +00:00
Javier J. Salmerón-García
69a875748e [bitnami/kong] feat!: 💥 Bump cassandra chart to 9.x. (#8527)
* [bitnami/kong] feat!: 💥 Bump cassandra chart to 9.x.

* [bitnami/kong] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
kong/5.0.0
2021-12-29 16:31:14 +01:00
Javier Salmeron Garcia
0ba75dcf99 [bitnami/grafana-operator] fix: 🚑 Force bump to force a new release grafana-operator/2.0.1 2021-12-29 14:58:37 +01:00
Marcel Fest
d87dec2028 [bitnami/grafana-operator] Update the grafana-operator chart to version 4.x release. (#8059)
* added objectstorageConfig to the sidecar container

* Bumped version and added documentation of the added values.

* Fixed indentation of environment variables

* Rename ConfigMap to Secret and added to production-values

* Fixed missing space

* renamed the files

* Move to stable CRD and the new major grafana release

* Update grafana-operator docs for the new 2.0.0 release of the chart

* Added support for grafana-operator v4 and updated the rbac to also support leader Election

* Made the templating prettier

* Removed unsupported option as it is needed for the operator to function

* [bitnami/grafana-operator] New major version

Signed-off-by: juan131 <juanariza@vmware.com>

* Fix typo

Signed-off-by: juan131 <juanariza@vmware.com>

* renamed the files

* Move to stable CRD and the new major grafana release

* Added support for grafana-operator v4 and updated the rbac to also support leader Election

* [bitnami/grafana-operator] Add missing zap args and extraArgs feature (#8177)

* [bitnami/grafana-operator] Add missing zap args and extraArgs feature

* Bump version and generate README

* Fix issue empty extraArgs

* Added information about the running config+

* Use the new version to test the ci

* Remove rbac for non namespace urls of pods when not in clusterscope

* Move the liveness and readiness spec outside of the deployment

* Fixed the rbac

* removed the unsupported leader-elect for the current image

* Use handcrafted image for validation

* Empty commit to trigger pipeline again

* Do not use the grafana-operator executable and instead use the default entrypoint

* Remove the command field completely

* Bumped the image to the official upstream bitnami container image

* Removed `grafana.containerSecurityContext.fsGroup` because it is unsupported`

* Use the new released crds for grafana-operator v4.1.0

* Bumped the grafana-operator version to v4.1.0

* Use my privately build image

* use the 'new' grafana image to test the ci

* Update bitnami/grafana-operator/README.md

Co-authored-by: Jose Antonio Carmona <joancafom@icloud.com>

* Use streamlined conventional array indentation

* Use the same validation for operator as for grafana instance

* Run as root group because this will work inside the images

* Try with my image

* Revert to upstream image

* Fixed some line indents for arrays

* [bitnami/grafana-operator]: feat!: 💥 Adapt to new standardizations

* Removed trailing whitespace

* Removed the privileged securityContext field from podSecurityContext

* Update README.md

* [bitnami/grafana-operator] Update components versions

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

Co-authored-by: juan131 <juanariza@vmware.com>
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
Co-authored-by: Jose Antonio Carmona <joancafom@icloud.com>
Co-authored-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
grafana-operator/2.0.0
2021-12-29 14:57:18 +01:00
Javier J. Salmerón-García
897ba8e0bd [bitnami/tomcat] Chart standardized (#7707)
* [bitnami/tomcat] Apply standardizations

* Fix lint issue

* Lint issues

* [bitnami/tomcat] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
tomcat/10.0.0
2021-12-29 14:39:10 +01:00
Bitnami Containers
384b476571 [bitnami/minio] Release 9.2.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
minio/9.2.9
2021-12-29 11:49:02 +00:00
Yi Siqi
d81a6141c3 [bitnami/redis] remove password empty validation (#8518) redis/15.6.10 2021-12-29 11:17:50 +01:00
ioachim-hub
6b538f5263 [bitnami/mariadb] add support for PrometheusRules (#8505) mariadb/10.2.0 2021-12-29 11:16:26 +01:00
ioachim-hub
a4dbbbae79 [bitnami/grafana] add prometheusrules support for grafana and image-renderer (#8507) grafana/7.5.0 2021-12-29 11:16:13 +01:00
Bitnami Containers
bd5647d778 [bitnami/mongodb] Release 10.30.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
mongodb/10.30.10
2021-12-29 03:21:51 +00:00