Commit Graph

9225 Commits

Author SHA1 Message Date
Bitnami Containers
8948e99bcc [bitnami/phpbb] Release 8.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
phpbb/8.0.2
2020-10-16 12:51:14 +00:00
Qiu Yu
e34cbc47b5 [bitnami/kube-state-metrics] Align hostNetwork setting with PSP (#4029)
There're several issues with current `hostNetwork` setting:

- default setting (`true`) is not consistent with setting in PSP (`false`)
- `kube-state-metrics` doesn't require hostNetwork which exposes
  security risk otherwise.

  Checked both upstream deployment spec[1], docs,
  stable/kube-state-metrics[2] to ensure `hostNetwork` not needed.
- incorrect description for the flag

[1] https://github.com/kubernetes/kube-state-metrics/blob/master/examples/standard/deployment.yaml
[2] https://github.com/helm/charts/tree/master/stable/kube-state-metrics

This PR addresses those issues by:

- updated PSP to use the actual value reference
- flipped the default `.Values.hostNetwork` to `false` meanwhile keeping
  the flag available for backward compatibility.
- updated the comment in README to reflect what it really does.
kube-state-metrics/0.5.5
2020-10-16 14:21:33 +02:00
Bitnami Containers
28ba27e14b [bitnami/metallb] Release 0.1.25 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
metallb/0.1.25
2020-10-16 12:02:24 +00:00
Benjamin Farley
e78476f544 [bitnami/external-dns] Allow ARNs from AWS China to validate properly (#4021)
* Allow ARNs from AWS China to validate properly

* Bump chart version

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
external-dns/3.4.8
2020-10-16 10:53:21 +02:00
Carlos Rodríguez Hernández
15f10697d5 Update README.md 2020-10-16 10:16:44 +02:00
Daniel Arteaga
53c56eef03 [bitnami/prestashop] fix: wrong database password key (#4026)
Signed-off-by: darteaga <darteaga@vmware.com>
prestashop/11.0.1
2020-10-16 10:10:01 +02:00
Nguyen Le Vu Long
1585993d7d [bitnami/redis] Fix example PrometheusRule (#4012)
* [bitnami/redis] Fix example PrometheusRule

* [bitnami/redis] Bump chart version
redis-cluster/3.2.8 redis/11.2.1
2020-10-16 09:53:40 +02:00
Robert Van Voorhees
923029254a Add to the clusterrole, der. (#4031) external-dns/3.4.7 2020-10-16 09:50:32 +02:00
Bitnami Containers
8498ce6175 [bitnami/tomcat] Release 6.5.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
tomcat/6.5.3
2020-10-16 00:44:53 +00:00
Bitnami Containers
178d8946ed [bitnami/phpmyadmin] Release 6.5.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
phpmyadmin/6.5.4
2020-10-15 22:59:29 +00:00
Bitnami Containers
acd8d1b8c9 [bitnami/discourse] Release 0.5.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
discourse/0.5.1
2020-10-15 22:58:06 +00:00
Bitnami Containers
a9e45b4a11 [bitnami/jasperreports] Release 8.0.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-15 22:32:35 +00:00
Bitnami Containers
e2e3dce7a9 [bitnami/wavefront] Release 0.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-15 15:40:38 +00:00
Bitnami Containers
fafe2a30b1 [bitnami/wavefront] Release 0.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-15 14:26:48 +00:00
Margaret G
7772b2dbb0 [bitnami/redis] Add labels to Redis Statefulset (#4015)
* Add custom labels to template for statefulsets

* Add default labels value, lint

* Bump version, add default labels field in values-production

* Update README.md

* Bump minor version of chart

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
redis/11.2.0
2020-10-15 15:41:50 +02:00
Bitnami Containers
a7deec3b50 [bitnami/wordpress] Release 9.6.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wordpress/9.6.9
2020-10-15 02:55:19 +00:00
Javier J. Salmerón-García
e843628ed4 [bitnami/redis] Fix podSecurityPolicy creation (#4007) redis/11.1.4 2020-10-14 17:01:17 +02:00
Carlos Rodríguez Hernández
eaac9f57e8 [bitnami/redis] Fix priorityClassName (#4010) redis/11.1.3 2020-10-14 16:57:53 +02:00
JoshKCarroll
d6b3ff9a21 [bitnami/kafka] Add docs clarity on interaction of config, existingConfigmap and environment variables (#3971)
* [bitnami/kafka] Add docs clarity on interaction of config, existingConfigmap and environment variables

* Bump chart version
kafka/11.8.7
2020-10-14 16:30:27 +02:00
Rafael Ríos Saavedra
c30e988539 [bitnami/redis-cluster] Fix adding nodes with helm upgrade. (#3928)
* Fix upgrade adding more nodes

* Bumps chart version

* Have into account the replicas number

* Fix node couter when using externalAccess

Co-authored-by: rafael <rafael@bitnami.com>
redis-cluster/3.2.7
2020-10-14 16:22:57 +02:00
Bitnami Containers
f117f081d1 [bitnami/kong] Release 1.3.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
kong/1.3.9
2020-10-14 14:21:44 +00:00
Charlie
9f513960b4 [bitnami/fluentd] Allow annotations for daemonset/statefulset (#3973)
* [bitnami/fluentd] Add forwarder and aggregator annotations

* [bitnami/fluentd] Increment Chart version

* Update README

* [bitnami/fluentd] Update syntax
fluentd/2.4.0
2020-10-14 16:07:33 +02:00
Christopher Randles
e901dd8936 [bitnami/etcd] Allow alternate TLS secret filenames (#3902)
Signed-off-by: Chris Randles <randles.chris@gmail.com>
etcd/4.12.0
2020-10-14 16:05:49 +02:00
Daniel Arteaga
44781dce83 [bitnami/nginx-ingress-controller] fix: annotation parssing errors (#4008)
* [bitnami/nginx-ingress-controller] fix: annotation parssing errors

Signed-off-by: darteaga <darteaga@vmware.com>

* fix: some linter errors

Signed-off-by: darteaga <darteaga@vmware.com>

* fix: use the helper and add the rest of annotations

Signed-off-by: darteaga <darteaga@vmware.com>
nginx-ingress-controller/5.6.13
2020-10-14 16:05:24 +02:00
Felipe Schmitt
28a4845ae3 feat(thanos): Enable thanos TLS client in a modular way (#3989)
Signed-off-by: fsschmitt <492108+fsschmitt@users.noreply.github.com>
thanos/2.4.6
2020-10-14 13:21:08 +02:00
Bitnami Containers
8e243d2119 [bitnami/node-exporter] Release 1.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
node-exporter/1.1.4
2020-10-14 10:47:09 +00:00
Tyler Van Gorder
182925783b [bitnami/spring-cloud-dataflow] Fixes external database config (#3961)
* [bitnami/spring-cloud-dataflow] Fixes external database config

* [bitnami/spring-cloud-dataflow] Bumping Chart version
spring-cloud-dataflow/1.2.0
2020-10-14 12:06:20 +02:00
Francisco de Paz Galán
aa2b3a1861 [bitnami/common] Allow backward compatibility for existingSecret (#4006)
* Allow backward compatibility for existingSecret

* Added clarification note

Co-authored-by: fdepaz <fdepaz@bitnami.com>
common/0.8.2
2020-10-14 11:31:21 +02:00
Bitnami Containers
23166cf973 [bitnami/wavefront] Release 0.1.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-14 06:09:06 +00:00
Bitnami Containers
debffe3ee1 [bitnami/fluentd] Release 2.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
fluentd/2.3.1
2020-10-13 21:56:48 +00:00
Bitnami Containers
c9a6093da5 [bitnami/aspnet-core] Release 0.3.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
aspnet-core/0.3.2
2020-10-13 19:03:31 +00:00
Bitnami Containers
4acc9f2eab [bitnami/joomla] Release 8.1.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
joomla/8.1.8
2020-10-13 18:02:13 +00:00
Rafael Ríos Saavedra
7ecc8994a1 [bitnami/postgresql-ha] Adds parallel deployment to postgresql statefulset (#4003)
* [bitnami/postgresql-ha] Adds parallel deployment to postgresql statefulset

* Adds upgrading info v3 -> v5 in the REAMDE.

Co-authored-by: rafael <rafael@bitnami.com>
postgresql-ha/5.0.0
2020-10-13 19:04:18 +02:00
Daniel Arteaga
c9c3cc470d [bitnami/phpbb] fix: version mismatch between mariadb and common (#4002)
* [bitnami/phpbb] fix: version mismatch between mariadb and common

Signed-off-by: darteaga <darteaga@vmware.com>

* fix: remove extra values in ci
phpbb/8.0.1
2020-10-13 18:54:58 +02:00
darteaga
ccd76444d8 [bitnami/joomla] fix: version mismatch between mariadb and common
Signed-off-by: darteaga <darteaga@vmware.com>
joomla/8.1.7
2020-10-13 15:27:45 +00:00
Daniel Arteaga
9ba580d024 [bitnami/spring-cloud-dataflow] feat: configure deployer podSecurityContext (#3994) spring-cloud-dataflow/1.1.0 2020-10-13 14:03:45 +02:00
Martín Caballero
46039b3974 [bitnami/postgresql] Added publishNotReadyAddresses: true to svc-headless.yaml (#3990)
* Set endpoints to be published before readiness checks pass as these endpoints are required to bootstrap the Cluster and make the application ready.

* Incremented version number
postgresql/9.8.4
2020-10-13 12:59:53 +02:00
Kane
1892bc6eea [bitnami/postgresql-ha] Fix pre-stop.sh script errors - fixes #3983 (#3984) postgresql-ha/4.0.2 2020-10-13 12:56:56 +02:00
Antoine Valley
ab61f26f66 [bitnami/fluentd] Add sidecars and init containers (#3966)
* [fluentd] Add sidecars and init containers

* Update bitnami/fluentd/README.md

Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>

* Update bitnami/fluentd/templates/forwarder-daemonset.yaml

Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>

* Update bitnami/fluentd/templates/forwarder-daemonset.yaml

Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>

* Update bitnami/fluentd/Chart.yaml

Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>

* Update bitnami/fluentd/values.yaml

Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>

* Review fix

* fix typo

* Fix indentation

Co-authored-by: VALLEY Antoine (T0173847) <antoine.valley@mythalesgroup.io>
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
fluentd/2.3.0
2020-10-13 08:47:11 +02:00
Diego Rodriguez
44ae788530 [bitnami/kube-state-metrics] Fix service label indentation issue (#3991)
* [bitnami/kube-state-metrics] Fix service label indentation issue 

Fixes the indentation issue when trying add additional service labels through the `service.labels` key:

```console
# Source: metrics/charts/kube-state-metrics/templates/service.yaml
apiVersion: v1
kind: Service
metadata:
  name: kube-state-metrics
  namespace: kube-system
  annotations:
    prometheus.io/scrape: "true"
  labels:
    app.kubernetes.io/name: kube-state-metrics
    helm.sh/chart: kube-state-metrics-0.5.3
    app.kubernetes.io/instance: kube-state-metrics
    app.kubernetes.io/version: "1.9.7"
    app.kubernetes.io/managed-by: Helm    \nkubernetes.io/cluster-service: "true"
    kubernetes.io/name: kube-state-metrics
spec:
  type: ClusterIP
  ports:
    - name: http
      port: 8080
      targetPort: http
      nodePort: null
  selector:
    app.kubernetes.io/name: kube-state-metrics
    app.kubernetes.io/instance: kube-state-metrics
Error: YAML parse error on metrics/charts/kube-state-metrics/templates/service.yaml: error converting YAML to JSON: yaml: line 13: mapping values are not allowed in this context
helm.go:94: [debug] error converting YAML to JSON: yaml: line 13: mapping values are not allowed in this context
YAML parse error on metrics/charts/kube-state-metrics/templates/service.yaml
helm.sh/helm/v3/pkg/releaseutil.(*manifestFile).sort
	/build/source/pkg/releaseutil/manifest_sorter.go:146
helm.sh/helm/v3/pkg/releaseutil.SortManifests
	/build/source/pkg/releaseutil/manifest_sorter.go:106
helm.sh/helm/v3/pkg/action.(*Configuration).renderResources
	/build/source/pkg/action/action.go:163
helm.sh/helm/v3/pkg/action.(*Install).Run
	/build/source/pkg/action/install.go:239
main.runInstall
	/build/source/cmd/helm/install.go:242
main.newTemplateCmd.func2
	/build/source/cmd/helm/template.go:70
github.com/spf13/cobra.(*Command).execute
	/build/source/vendor/github.com/spf13/cobra/command.go:842
github.com/spf13/cobra.(*Command).ExecuteC
	/build/source/vendor/github.com/spf13/cobra/command.go:950
github.com/spf13/cobra.(*Command).Execute
	/build/source/vendor/github.com/spf13/cobra/command.go:887
main.main
	/build/source/cmd/helm/helm.go:93
runtime.main
	/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-go-1.15.2/share/go/src/runtime/proc.go:204
runtime.goexit
	/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-go-1.15.2/share/go/src/runtime/asm_amd64.s:1374

```

* bump chart version
kube-state-metrics/0.5.4
2020-10-13 08:41:41 +02:00
Bitnami Containers
5fe8b8d2d9 [bitnami/nginx-ingress-controller] Release 5.6.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
nginx-ingress-controller/5.6.12
2020-10-13 03:58:11 +00:00
Bitnami Containers
ee41fc39cb [bitnami/minio] Release 3.7.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
minio/3.7.13
2020-10-13 01:09:03 +00:00
Kane
156ec5e957 [bitnami/postgresql-ha] Fix secrets-mounted path for REPMGR_PASSWORD_FILE - fixes #3981 (#3982) postgresql-ha/4.0.1 2020-10-12 19:43:31 +02:00
Boban Acimovic
c69c373a2f fix missing key mariadb-replication-password (#3976)
#3975
mariadb/8.0.4
2020-10-12 13:07:40 +02:00
Bitnami Containers
2825db196b [bitnami/tomcat] Release 6.5.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
tomcat/6.5.2
2020-10-12 09:54:47 +00:00
Francisco de Paz Galán
4082ac08c9 [bitnami/moodle] NEW MAJOR: bump mariadb dependency and add standarizations (#3936)
* New major moodle

* Add moodledata_pvc to update instructions

* Add standarization and apply changes

* Fix deployment.yaml

* Update requirements and apply changes

* Fix volumeMounts

Co-authored-by: fdepaz <fdepaz@bitnami.com>
moodle/9.0.0
2020-10-12 11:45:03 +02:00
Bitnami Containers
a4b5833491 [bitnami/redis] Release 11.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
redis/11.1.1
2020-10-10 18:32:42 +00:00
Bitnami Containers
db2066b6e9 [bitnami/phpmyadmin] Release 6.5.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
phpmyadmin/6.5.3
2020-10-10 07:26:38 +00:00
Bitnami Containers
b829496421 [bitnami/odoo] Release 14.0.21 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
odoo/14.0.21
2020-10-10 05:09:37 +00:00
Bitnami Containers
1afeba34ea [bitnami/minio] Release 3.7.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
minio/3.7.12
2020-10-10 01:15:08 +00:00