Commit Graph

10733 Commits

Author SHA1 Message Date
Bitnami Containers
99d7551caf [bitnami/postgresql] Release 10.3.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
postgresql/10.3.9
2021-03-04 03:12:48 +00:00
Bitnami Containers
aa51b33389 [bitnami/phpmyadmin] Release 8.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
phpmyadmin/8.2.2
2021-03-03 20:56:02 +00:00
Bitnami Containers
fc729e450f [bitnami/joomla] Release 10.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
joomla/10.1.2
2021-03-03 20:14:41 +00:00
Bitnami Containers
1b4d31523d [bitnami/consul] Release 9.2.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
consul/9.2.5
2021-03-03 19:15:55 +00:00
gkulkarni32
3bbab7d487 bitnami/dataplatform-bp1 addition of observability framework (#5602)
* updated metrics and values schema json

* updated chart version

* Update bitnami/dataplatform-bp1/values.yaml

Co-authored-by: Marcos Bjoerkelund <marcosbc@users.noreply.github.com>

* Update bitnami/dataplatform-bp1/Chart.yaml

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

* Update bitnami/dataplatform-bp1/Chart.yaml

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

* fixed typo and added wavefront in README

* updated schema json

* updated version

* updated solr exporter parameter

* Update bitnami/dataplatform-bp1/README.md

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

* updated spark master/worker annotation

* updated spark ports

* updated Chart.lock file

* Remove trailing spaces

Co-authored-by: Marcos Bjoerkelund <marcosbc@users.noreply.github.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
2021-03-03 14:38:19 +01:00
Bitnami Containers
2af94b95c3 [bitnami/rabbitmq] Release 8.11.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
rabbitmq/8.11.2
2021-03-03 12:25:51 +00:00
Bitnami Containers
5f5c0d18bb [bitnami/wavefront] Release 1.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-03-03 12:05:04 +00:00
Marco Kilchhofer
db08f68c1b [bitnami/postgresql] Don't put postgresql-postgres-password in secret when not needed (#5635)
* Don't put postgresql-postgres-password in secret when not needed

When only using the "postgres" user, the secret gets updated every helm upgrade with a
random string. When using with argocd (and maybe other gitops tools) there are always
changes until you put a dummy value into postgresqlPostgresPassword.

Use the same conditional as in statefulset.yaml:
~~~
{{- if not (eq (include "postgresql.username" .) "postgres")  }}
  # (..)
- name: POSTGRES_POSTGRES_PASSWORD
  valueFrom:
    secretKeyRef:
      name: {{ template "postgresql.secretName" . }}
      key: postgresql-postgres-password
{{- end }}
{{- end }}
~~~

* Use same conditional for readreplicas

In PR #4380 we forgot to also change the 2nd statefulset for the readreplicas
postgresql/10.3.8
2021-03-03 12:24:44 +01:00
Etienne Barbier
c733816381 [bitnami/kube-prometheus] Update crds kube prometheus (#5639)
* Update crds from 0.44.0 to 0.46.0

* Update chart version
2021-03-03 11:43:47 +01:00
Carlos Rodríguez Hernández
92083825b2 [bitnami/wavefront] Sync upstream chart (#5658)
* Add option to support TKGi dashboards (d73f33a220)

* Enable runtime configs (e99827e2aa)

* Fix mongodb discovery rule (52e3de45d4\#diff-7f3f4a4c7bd75e11a3457030348df2517e39a64922f6894591264b512e99bf3d)

* Pks prefix tweaks (6de7391746)

* Add psp for tkgi (94263f8295)

* Enable sink level filtering (844ae6aef2)

* Unlock traceJaegerApplicationName and traceZipkinApplicationName (ede40189ce)

* Omits peripheral metrics (internal, host OS and few k8s system metrics by default) (ffbeea7c70)

* Add secrets permissions (4c423b8e0d)

* Use common.tplvalues.render instead of tpl (toYaml)

* Remove intermediate psp parameter in tkgi value
2021-03-03 11:41:17 +01:00
Joshua Stern
f067cc8d26 Allow specifying automountServiceAccountToken (#5629) external-dns/4.8.6 2021-03-03 11:39:47 +01:00
Alexandra Catalina
0999bfc9d8 [bitnami/solr] remove references to elasticsearch (#5656) solr/0.2.3 2021-03-03 09:10:56 +01:00
Simon Rüegg
7b192358e8 Fix pod labels (#4643)
* Don't use the chart as pod label. Otherwise this will cause a pod
  restart on every release, even if the pod template didn't change.

Signed-off-by: Simon Rüegg <simon@rueggs.ch>
mariadb-galera/5.6.3
2021-03-02 18:20:44 +01:00
Víctor Felipe Godoy Hernández
5bc1a670cb [bitnami/grafana-operator] Add support for mounting extra files into the Grafana Pod (#5623)
* Add support for mounting extra files

* bump up version & update Readme.md

* fix version

* follow lint

* Update bitnami/grafana-operator/values.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

* Update bitnami/grafana-operator/values.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

* fix misstype

* Update bitnami/grafana-operator/values.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

* set configMaps as array

* bump up version

* update grafana-operator README.md

* Update bitnami/grafana-operator/templates/grafana.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>
grafana-operator/0.5.0
2021-03-02 14:46:31 +01:00
Alejandro Moreno
6987ca4080 Allow setting shareProcessNamespace (#5652) redis-cluster/4.4.0 2021-03-02 14:22:24 +01:00
Bitnami Containers
dd8945dbf3 [bitnami/redis] Release 12.8.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
redis/12.8.1
2021-03-02 12:49:25 +00:00
Benjamin Davis
2ee43e504e Allow release to specify namespace for install (#5631)
The deployment, service, and serviceaccount resources were missing
metadata.namespace which limited options for installing the chart to a
specific namespace. Now the namespace is specified for all resources and
using the --namespace command with helm install isn't required anymore,
which is helpful when using tools like Argocd or Grafana Tanka.

Co-authored-by: Benjamin Davis <benjamin.davis@kyriba.com>
external-dns/4.8.5
2021-03-02 13:29:04 +01:00
modularTaco
6282c06401 [bitname/mongodb] fixed comment in values.yaml (#5650)
* fixed comment in values

* bump chart version

Co-authored-by: modularTaco <none>
mongodb/10.7.2
2021-03-02 13:28:33 +01:00
Bitnami Containers
673dd00a96 [bitnami/redis-cluster] Release 4.3.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
redis-cluster/4.3.5
2021-03-02 12:14:58 +00:00
Etienne Barbier
6701f61b79 Add possibility to pull images without giving registry name (#5638) kube-prometheus/4.1.2 2021-03-02 10:07:26 +01:00
Patrik Dufresne
9b95830cbf [bitnami/logstash] Add parameter to customize 'externalTrafficPolicy' (#5619) logstash/3.2.0 2021-03-02 09:17:09 +01:00
Bitnami Containers
9d91e6ad2f [bitnami/ghost] Release 12.3.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
ghost/12.3.3
2021-03-01 23:14:16 +00:00
Bitnami Containers
86242e5331 [bitnami/keycloak] Release 2.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
keycloak/2.2.2
2021-03-01 10:29:26 +00:00
Bitnami Containers
5891c6a28f [bitnami/minio] Release 6.1.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
minio/6.1.13
2021-03-01 07:03:57 +00:00
Bitnami Containers
4c8fb5fe56 [bitnami/phpbb] Release 10.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
phpbb/10.1.2
2021-02-28 22:01:51 +00:00
Bitnami Containers
0df7737b83 [bitnami/rabbitmq] Release 8.11.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
rabbitmq/8.11.1
2021-02-27 22:08:46 +00:00
Bitnami Containers
4e8591fc1b [bitnami/phabricator] Release 11.0.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-27 01:17:10 +00:00
Bitnami Containers
ec786531f6 [bitnami/elasticsearch] Release 14.2.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
elasticsearch/14.2.3
2021-02-27 00:15:30 +00:00
Bitnami Containers
5b7694c5dc [bitnami/kafka] Release 12.9.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
kafka/12.9.5
2021-02-26 22:02:13 +00:00
Bitnami Containers
5d3a43a447 [bitnami/parse] Release 14.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
parse/14.1.2
2021-02-26 19:48:13 +00:00
Bitnami Containers
f05b58c354 [bitnami/osclass] Release 9.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-26 18:46:26 +00:00
Bitnami Containers
9d0c12286c [bitnami/jasperreports] Release 10.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-26 18:30:09 +00:00
Bitnami Containers
3c06461d03 [bitnami/mxnet] Release 2.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-26 18:27:33 +00:00
Bitnami Containers
b81ac821aa [bitnami/kibana] Release 7.2.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
kibana/7.2.3
2021-02-26 18:19:16 +00:00
Bitnami Containers
6bf575423e [bitnami/aspnet-core] Release 1.2.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
aspnet-core/1.2.4
2021-02-26 18:13:13 +00:00
Bitnami Containers
ac6741d6d8 [bitnami/apache] Release 8.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
apache/8.3.1
2021-02-26 17:48:10 +00:00
Bitnami Containers
22cafc07c1 [bitnami/kong] Release 3.4.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
kong/3.4.3
2021-02-26 16:07:09 +00:00
Philipp Erbelding
22a277911e [bitnami/postgresql-ha] Add serviceAccount (#5606)
* Add serviceAccount to postgresql-ha

* bump minor version

* Fix table spacing

* Apply suggestions from code review

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

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
postgresql-ha/6.6.0
2021-02-26 13:19:45 +01:00
Dwight Donovan Benvenuto
17271c2a4d [bitnami/redis] PreStop Hook to Initiate Failover for Sentinel on PodTermination (#5528)
* add prestop hook for redis sentinel to failover the master

* Update bitnami/redis/templates/configmap-scripts.yaml

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* fix indentation

* remove duplicated line

* Apply suggestions from code review

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

* Update bitnami/redis/templates/configmap-scripts.yaml

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

* Apply suggestions from code review

* Apply suggestions from code review

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

* Apply suggestions from code review

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

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
redis/12.8.0
2021-02-26 13:15:25 +01:00
Juan Ariza Toledano
eae34fdbf1 [bitnami/grafana-operator] Provide mechanism to define extra objects (#5614) grafana-operator/0.4.0 2021-02-26 10:45:45 +01:00
Bitnami Containers
b0257f4afc [bitnami/tensorflow-resnet] Release 3.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
tensorflow-resnet/3.2.1
2021-02-26 09:03:25 +00:00
Bitnami Containers
c3353ad27e [bitnami/postgresql-ha] Release 6.5.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
postgresql-ha/6.5.7
2021-02-26 03:42:45 +00:00
Bitnami Containers
a69d08a310 [bitnami/postgresql] Release 10.3.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
postgresql/10.3.7
2021-02-26 03:04:58 +00:00
Bitnami Containers
acaedd734a [bitnami/wordpress] Release 10.6.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
wordpress/10.6.9
2021-02-25 17:30:35 +00:00
Juan Ariza Toledano
3e2d5b4c1d [bitnami/harbor] Configure alternate domains for Notary Signer self-signed certificates (#5596) harbor/9.6.1 2021-02-25 15:58:50 +01:00
Denis Baryshev
4ac2aa52e5 fix ingress.yaml annotations (#5607) spark/5.2.2 2021-02-25 10:36:58 +01:00
Robin
91f6bea605 Update README.md (#5611) 2021-02-25 09:33:13 +01:00
Mato Vetrak
dead24c3ab Fix external dns chart docs (#5609)
Co-authored-by: Matej Vetrak <matej.vetrak@parrothq.com>
external-dns/4.8.4
2021-02-25 08:31:48 +01:00
Bitnami Containers
e55dd5f880 [bitnami/minio] Release 6.1.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
minio/6.1.12
2021-02-24 22:50:03 +00:00
Bitnami Containers
b3bbf878b5 [bitnami/kube-prometheus] Release 4.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
kube-prometheus/4.1.1
2021-02-24 19:04:39 +00:00