Pablo Galego
f01935dbde
[bitnami/redis] fix hpa condition ( #7365 )
redis/15.2.1
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 >
etcd/6.6.2
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 >
wordpress/12.1.6
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 >
kong/4.0.4
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 >
nginx/9.5.3
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 >
grafana-tempo/0.2.5
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 >
wordpress/12.1.5
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 >
contour/5.5.0
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
mongodb/10.24.1
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 >
redis/15.2.0
2021-08-31 11:07:56 +02:00
Malenczuk
28417f38df
[bitnami/mongodb] Add relabelings / metricRelabelings to ServiceMonitor ( #7352 )
mongodb/10.24.0
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
keycloak/5.0.5
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 >
minio/7.2.0
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 >
redis/15.1.0
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 >
spring-cloud-dataflow/4.0.3
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
redis/15.0.4
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 >
fluentd/4.1.6
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 >
rabbitmq/8.20.5
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 >
consul/9.3.5
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 >
kubeapps/7.3.2
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 >
influxdb/2.3.9
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 >
magento/18.1.12
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 >
opencart/10.0.22
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
discourse/4.2.13
2021-08-27 12:57:32 +02:00
Bitnami Containers
1328f86aad
[bitnami/redis-cluster] Release 6.3.6 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
redis-cluster/6.3.6
2021-08-27 10:29:58 +00:00
Bitnami Containers
6ab1d26d76
[bitnami/redis] Release 15.0.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
redis/15.0.3
2021-08-27 10:26:55 +00:00
Timofey Titovets
68af3f30b7
[bitnami/contour] envoy/shutdown-manager allow set resources to fix HPA ( #7313 )
...
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com >
contour/5.4.0
2021-08-27 11:27:50 +02:00
bublikhpt
a94d6ce22f
Add condition for empty REDIS_PASSWORD in healthchecks ( #7315 )
...
* Condition for empty REDIS_PASSWORD
Without this change it generates "Warning: AUTH failed" on stderr, and k8s reports pods as unhealthy with this warning.
* Update Chart.yaml
redis/15.0.2
2021-08-27 09:52:44 +02:00
Bitnami Containers
8cfde20c34
[bitnami/redmine] Release 17.0.6 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
redmine/17.0.6
2021-08-27 07:47:15 +00:00
Bitnami Containers
4f5a08443c
[bitnami/nats] Release 6.4.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
nats/6.4.5
2021-08-27 03:01:23 +00:00
Bitnami Containers
3f448418c5
[bitnami/mxnet] Release 2.3.15 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-26 23:50:26 +00:00
Carlos Rodríguez Hernández
a3789c9a89
[bitnami/kubeapps] Bump chart version after #7332
2021-08-26 21:55:33 +02:00
Carlos Rodríguez Hernández
c83c3d01a4
[bitnami/kubeapps] Add default values to some parameters ( #7332 )
...
* [bitnami/kubeapps] Add default values to some parameters
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
* Update README table
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
2021-08-26 20:54:54 +02:00
kubeapps-bot
75216a17be
[bitnami/kubeapps] Bump chart version to 7.3.0 ( #7314 )
...
* kubeapps: bump chart version to 7.3.0-dev0
* Update changes from dev
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com >
* Use the new kubeapps-apis image container
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com >
* Add new section into the values.yaml for redis
* Update README.md
* Use latest Redis chart version
Chart.lock will be automatically updated
* Update Chart.lock
Co-authored-by: Antonio Gamez Diaz <agamez@vmware.com >
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
kubeapps/7.3.0
2021-08-26 20:08:59 +02:00
Bitnami Containers
f4e312ebe1
[bitnami/jasperreports] Release 11.0.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-26 16:09:29 +00:00
Bitnami Containers
fa48d3dcfa
[bitnami/prestashop] Release 13.1.24 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
prestashop/13.1.24
2021-08-26 15:46:08 +00:00
Bitnami Containers
da705d525a
[bitnami/influxdb] Release 2.3.8 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
influxdb/2.3.8
2021-08-26 15:42:58 +00:00
Bitnami Containers
c99e607022
[bitnami/jupyterhub] Release 0.1.18 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
jupyterhub/0.1.18
2021-08-26 15:15:22 +00:00
Bitnami Containers
71e182a60b
[bitnami/nginx] Release 9.5.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
nginx/9.5.2
2021-08-26 14:31:59 +00:00
Bitnami Containers
fa71773613
[bitnami/opencart] Release 10.0.21 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
opencart/10.0.21
2021-08-26 13:00:26 +00:00
Bitnami Containers
1f48c8c4d5
[bitnami/magento] Release 18.1.11 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
magento/18.1.11
2021-08-26 12:02:04 +00:00
Bitnami Containers
da425504d2
[bitnami/apache] Release 8.6.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
apache/8.6.3
2021-08-26 11:43:16 +00:00
Bitnami Containers
3d44c6b375
[bitnami/kafka] Release 14.0.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
kafka/14.0.5
2021-08-26 11:40:26 +00:00
Bitnami Containers
400e1d45d6
[bitnami/grafana] Release 6.1.11 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
grafana/6.1.11
2021-08-26 11:37:43 +00:00
Bitnami Containers
2204885972
[bitnami/external-dns] Release 5.4.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
external-dns/5.4.4
2021-08-26 11:36:50 +00:00