Bitnami Containers
dbf7f041f1
[bitnami/parse] Release 15.0.8 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-02 15:49:04 +00:00
David Gomez
ba5e36845d
[bitnami/rabbitmq] Add upgrade note for rabbitmq 3.9 ( #7161 )
...
* Add upgrade note for rabbirmq 3.9
* Use right version
* Update bitnami/rabbitmq/README.md
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
* Update Chart.yaml
* Update README.md
* [bitnami/rabbitmq] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2021-09-02 16:02:53 +02:00
glagny
91e80b3bfd
[bitnami/etcd] Adding the possibility to disable service ( #7371 )
...
* Adding possibility to disable service who expose cluster
* Adding .Values.service.enable bool set by default to true (service by default activated)
* Update Chart.yaml
* Update README.md
* Update Chart.yaml
* Give the 6.7.0 version to the etcd chart
* Update svc.yaml
* Change the var from `.Values.service.enable` to `.Values.service.enabled`
* Update README.md
* Change value from `.Values.service.enable` to `.Values.service.enabled`
* Update values.yaml
* Update enabled variable
* Update values.yaml
2021-09-02 15:28:47 +02:00
Bitnami Containers
428b1546ba
[bitnami/argo-cd] Release 1.0.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-02 13:05:35 +00:00
Francisco de Paz Galán
d54ed88cc1
[bitnami/solr] Fix probe's port ( #7375 )
2021-09-02 13:20:29 +02:00
alvneiayu
2950cdb986
[bitnami/contour] Fix ingressClass ( #7381 )
2021-09-02 12:52:23 +02:00
Miguel Ruiz
6ec6095695
[bitnami/kibana] Add Kibana-server SSL and Elasticsearch SSL ( #6487 )
...
* [bitnami/kibana] Add Kibana-server SSL and Elasticsearch SSL
* Chart version bump and fix annotations
* Fix kibana-certificates and replace 'not eq' with 'ne'
* Use secrets for Keystores passwords, add validations and other minor fixes
* Update variables
* Fix minor issue
* Update values.yaml metadata
* Update 'Upgrading' guide
* Generate Readme using readme-generator
* Update values metadata
* Update bitnami/kibana/templates/tls-secret.yaml
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
* Update bitnami/kibana/templates/deployment.yaml
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
* Apply suggestions from code review
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
* Apply suggestion
* Add new sections to readme
* [bitnami/kibana] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2021-09-02 09:39:40 +02:00
Carlos Rodriguez Hernandez
9c82ba295d
[bitnami/several] Regenerate README tables
...
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
2021-09-02 06:33:41 +00:00
Bitnami Containers
a47dfc38af
[bitnami/drupal] Release 10.2.34 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-02 05:00:37 +00:00
kubeapps-bot
0100802869
[bitnami/kubeapps] Bump chart version to 7.4.0 ( #7369 )
...
* kubeapps: bump chart version to 7.3.3-dev0
* Revert some dev changes
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com >
* Revert version change
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com >
* Fix wrong chart version
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com >
Co-authored-by: Antonio Gamez Diaz <agamez@vmware.com >
2021-09-02 05:23:09 +02:00
Antonio Gamez Diaz
f4919b3441
Update images and readme
...
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com >
2021-09-02 05:03:51 +02:00
Bitnami Containers
a6ebefdf55
[bitnami/kubeapps] Release 7.3.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-02 02:53:46 +00:00
Bitnami Containers
62a828bf8e
[bitnami/mongodb-sharded] Release 3.9.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-02 01:00:00 +00:00
Bitnami Containers
0cd3d53751
[bitnami/discourse] Release 4.2.14 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-02 00:27:02 +00:00
Bitnami Containers
65fba237d3
[bitnami/elasticsearch] Release 16.0.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-01 22:04:53 +00:00
Bitnami Containers
c1c9ef7dd1
[bitnami/logstash] Release 3.6.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-01 18:57:12 +00:00
Miguel Ruiz
646219f0e7
[bitnami/elasticsearch] Add support for X-Pack security ( #6486 )
...
* [bitnami/elasticsearch] Add support for X-Pack security
* Add validations and minor fix
* Fix typo
* Update variables
* Minor fix
* Minor fix
* Fix template
* Fix secret
* Extra altnames
* Fix issue
* Update values, readme and chart version
* Generate Readme using readme-generator
* Replace probes with 'healthcheck.sh'
* Update Trilom file-changes-action
* Update Readme using readme-generator
* Apply suggestions from code review
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
* Apply suggestions
* Update suggestions
* Update Upgrading description
* Remove newline
* [bitnami/elasticsearch] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2021-09-01 18:45:17 +02:00
gareth-horstmann
76764821d7
[bitnami/redis] Add the ability to add environment variables to Sentinel containers ( #7366 )
...
* Added the ability to add additional env variables to sentinel
* Bumped version to 15.3.0
2021-09-01 17:59:51 +02:00
Bitnami Containers
7118531d2c
[bitnami/mongodb] Release 10.25.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-01 15:25:28 +00:00
MixITGit
1b78083de8
[bitnami/mongodb] Add runtimeClassName support ( #7362 )
2021-09-01 07:35:23 -07:00
Bitnami Containers
2ff7eb4ec4
[bitnami/wavefront] Release 3.1.11 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-01 13:44:37 +00:00
Pablo Galego
f01935dbde
[bitnami/redis] fix hpa condition ( #7365 )
2021-09-01 11:25:51 +02:00
Mathieu Herbert
78508eb203
[bitnami/etcd] add service.clusterIP parameter ( #7356 )
...
* [bitnami/etcd] add service.clusterIP parameter
* adding check on clusterIP based on review
Co-authored-by: Ibone González Mauraza <gibone@vmware.com >
Co-authored-by: Ibone González Mauraza <gibone@vmware.com >
2021-09-01 11:16:20 +02:00
BhavaniCR
4f35aa108a
bitnami/dataplatform-bp2 Updated the resources to the Elasticsearch and logstash and README file is updated with Wavefront configuration for existing setup. ( #7346 )
...
* Updated the resources to the elasticsearch and logstash
* updated the dependency
* added changes
* added changes
* Added changes
2021-09-01 10:35:07 +02:00
Carlos Rodriguez Hernandez
64d5d747b8
[bitnami/several] Regenerate README tables
...
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
2021-09-01 06:24:11 +00:00
Bitnami Containers
63dcb0d321
[bitnami/wordpress] Release 12.1.6 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-01 00:32:09 +00:00
Bitnami Containers
0f78d6a304
[bitnami/node] Release 15.2.26 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-31 22:20:49 +00:00
Bitnami Containers
e86a4a66a2
[bitnami/kong] Release 4.0.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-31 20:20:47 +00:00
Bitnami Containers
de6108b084
[bitnami/nginx] Release 9.5.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-31 18:58:39 +00:00
Bitnami Containers
d66b8c8e65
[bitnami/grafana-tempo] Release 0.2.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-31 12:38:17 +00:00
Bitnami Containers
3ebe1bb088
[bitnami/suitecrm] Release 9.3.21 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-31 11:19:35 +00:00
Bitnami Containers
735f7f30c3
[bitnami/wordpress] Release 12.1.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-31 10:12:55 +00:00
Jose Antonio Carmona
6d13120a0b
[bitnami/contour] Add additional volume for admin sock ( #7353 )
...
* Add additional volume for admin sock
Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com >
* [bitnami/contour] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2021-08-31 12:08:37 +02:00
Miguel Ángel Cabrera Miñagorri
931b597c43
[bitnami/mongodb] Add persistence annotations to PVC ( #7355 )
...
* [bitnami/mongodb] Add persistence annotations to PVC
* Rebase master
* Remove empty line
2021-08-31 11:31:14 +02:00
Matthew
a34880b435
[bitnami/redis]: Set the scaleTargetRef.name based on which SS is used ( #7341 )
...
* fix(7321): Set the scaleTargetRef.name based on which SS is used
scaleTargetRef.name can be either the -node (when sentinel enabled) or -replicas when sentinel is not enabled
Separate the hpa for sentinel and replicates model this assures that the hpa reference the right target.
* Fix the condition on picking up the replicas hpa
Co-authored-by: Ibone González Mauraza <gibone@vmware.com >
* Adding a new HPA for the sentinel is a new feature
Co-authored-by: Ibone González Mauraza <gibone@vmware.com >
Co-authored-by: Masoud Kalali <masoud.kalali@swedbank.se >
Co-authored-by: Ibone González Mauraza <gibone@vmware.com >
2021-08-31 11:07:56 +02:00
Malenczuk
28417f38df
[bitnami/mongodb] Add relabelings / metricRelabelings to ServiceMonitor ( #7352 )
2021-08-31 11:04:26 +02:00
Fabian
ad064d69ab
#7334 Missing line-break for external database ( #7340 )
...
* #7334 Updated external database line-breaks
Linebreak is not realized for Helm deployments in line 27. I guess its related to additional "-". Please check.
apiVersion: v1
kind: Secret
metadata:
name: keycloak
namespace: ns-ist-pro
labels:
app.kubernetes.io/name: keycloak
helm.sh/chart: keycloak-5.0.4
app.kubernetes.io/instance: keycloak
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: keycloak
type: Opaque
data:
admin-password: "xxxx"
management-password: "xxxxx"postgresql-password: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
* Update Chart.yaml
2021-08-31 10:46:04 +02:00
aiceball
4040ce1d32
[bitnami/minio] Get Azure Storage Account credentials via external secrets + Gateway autoscaling ( #7317 )
...
* Adding optional Azure Storage Account credential source
Enables Azure Storage Account credential extraction from external secrets specified in values.yaml
* Add Autoscaling to Minio Gateway
Add an HPA component
Add autoscaling configuration in values.yaml
Modify update strategy for Minio Gateway deployment to be more flexible
* Fix azure credentials values validation
Fix so that credentials fail if either there's no explicit credentials or if at least one of the existing secret references is empty
* Bump minor chart version for Minio
* Adjusting Minio gateway.updateStrategy type description
* Updating chart version
* Updating gateway autoscaling metadata
* Adjusting template formatting for compatibility
Co-authored-by: Ayan Bikalapov <abikalapov@explorance.com >
2021-08-31 10:39:55 +02:00
Julian Schmidt
bc571361bf
[bitnami/redis] Add relabelings to ServiceMonitor ( #7337 )
...
* [bitnami/redis] Add relabelings / changed metricRelabelings to ServiceMonitor
* [bitnami/redis] Add / change relabelings to values.yaml
* [bitnami/redis] Version bump
* [bitnami/redis] Added value to README
* Updated version to correct semVer
Co-authored-by: Miguel Ruiz <miruiz@vmware.com >
* Update README with more detailed description
Co-authored-by: Miguel Ruiz <miruiz@vmware.com >
* Update values.yaml param description with more detailed information
Co-authored-by: Miguel Ruiz <miruiz@vmware.com >
Co-authored-by: Miguel Ruiz <miruiz@vmware.com >
2021-08-30 14:42:14 +02:00
Bitnami Containers
7f2c2213e1
[bitnami/spring-cloud-dataflow] Release 4.0.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-30 12:03:26 +00:00
Romain Boces
18ecfc2b51
[bitnami/redis]: hotfix, regenerate sentinel config at each boot-up ( #7333 )
...
Sentinel config regenerated after each boot-up fixing crash loop
2021-08-30 04:27:55 -07:00
BhavaniCR
5595aeba74
bitnami/dataplatform-bp1 README file is updated with Wavefront configuration for existing setup. ( #7324 )
...
* updated the README
* added changes to README
* Fixed the comments
* Fixed the comments
* Fixed the comments
* Moved the TO command to the TO obeservability section
Co-authored-by: Bhavani C R <bcr@bcr-a01.vmware.com >
2021-08-30 10:02:30 +02:00
Bitnami Containers
c370dad154
[bitnami/fluentd] Release 4.1.6 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-30 04:46:38 +00:00
Bitnami Containers
9dcc8d1947
[bitnami/rabbitmq] Release 8.20.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-28 18:39:44 +00:00
Bitnami Containers
7717b131b7
[bitnami/consul] Release 9.3.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-28 02:00:36 +00:00
Bitnami Containers
2221b0bac9
[bitnami/kubeapps] Release 7.3.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-27 17:23:09 +00:00
Rafael Ríos Saavedra
dc89896086
[bitnami/influxdb] Fix cronjob's emptyDir indentation ( #7338 )
...
Co-authored-by: rafael <rafael@bitnami.com >
2021-08-27 16:50:05 +02:00
Bitnami Containers
c1901055db
[bitnami/magento] Release 18.1.12 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-27 13:47:18 +00:00
Bitnami Containers
13068fac43
[bitnami/opencart] Release 10.0.22 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-27 11:07:34 +00:00
Ibone González Mauraza
8db46e793b
[bitnami/discourse] add service.loadBalancerIP to the service ( #7336 )
...
* [bitnami/discourse] add service.loadBalancerIP to the service
* small change
2021-08-27 12:57:32 +02:00