kubernetes-bitnami
4550ccf75d
kubeapps: bump chart version to 5.3.0
2021-03-11 10:28:25 +00:00
Bitnami Containers
9e6d1a2a39
[bitnami/nginx-ingress-controller] Release 7.4.8 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-11 10:16:10 +00:00
Miguel Ruiz
4a50f53f55
Airflow fix Kubernetes Executor initContainer envs ( #5722 )
2021-03-11 09:29:24 +01:00
Szymon Kodrebski
b59ff20234
[bitnami/metrics-server] Add Pod Labels ( #5748 )
...
Co-authored-by: simonkey007 <szymon@kodrebski.com >
2021-03-11 09:27:02 +01:00
Noam Lerner
58742fd677
[bitnami/kubewatch] Add missing ingresses resource to extensions api group in RBAC ( #5742 )
2021-03-11 08:57:44 +01:00
Bitnami Containers
cee4f7c902
[bitnami/logstash] Release 3.2.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-11 00:51:44 +00:00
Bitnami Containers
daa0007ab2
[bitnami/postgresql] Release 10.3.12 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-11 00:31:27 +00:00
Bitnami Containers
c0bbb67e07
[bitnami/postgresql-ha] Release 6.6.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-11 00:14:52 +00:00
Bitnami Containers
b0a0756b61
[bitnami/nats] Release 6.2.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-11 00:04:08 +00:00
Ibone González Mauraza
d326bb7c13
add podLabels ( #5740 )
2021-03-10 17:27:42 +01:00
Juan Ariza Toledano
a2ccb501f4
[bitnami/minio] Add missing features ( #5739 )
2021-03-10 15:03:23 +01:00
Bitnami Containers
fc5aa8e904
[bitnami/odoo] Release 18.2.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-10 11:19:11 +00:00
Bitnami Containers
dcd9c9d87c
[bitnami/kubewatch] Release 3.2.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-10 10:50:19 +00:00
Noam Lerner
8b7f2ee2df
[bitnami/kubewatch] Add priorityClassName support ( #5720 )
...
This is copied from the memcached chart.
Testing was done like so:
```
helm dependency build kubewatch
helm package kubewatch
helm upgrade -i kubewatch ~/sources/charts-1/bitnami/kubewatch-3.1.4.tgz -f ~/tmp/kubewatch.yaml -n monitoring
```
which contains this:
```
priorityClassName: 'system-cluster-critical'
```
See that the change took effect:
```
$ kubectl get pods -n monitoring | grep kubewatch
kubewatch-758c5b9745-4rwl8 1/1 Running 0 8m34s
```
See that the spec matches:
```
$ kubectl get pod kubewatch-758c5b9745-4rwl8 -n monitoring -o template --template={{.spec.priorityClassName}}'
system-cluster-critical
kubectl get pod kubewatch-758c5b9745-4rwl8 -n monitoring -o template --template={{.spec.priority}}
2000000000
```
2021-03-10 09:25:39 +01:00
Bitnami Containers
a581cc902e
[bitnami/wordpress] Release 10.6.11 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-09 20:28:09 +00:00
Bitnami Containers
927f1a30b2
[bitnami/spark] Release 5.3.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-09 18:55:35 +00:00
Bitnami Containers
430a10175d
[bitnami/nginx-ingress-controller] Release 7.4.7 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-09 17:51:04 +00:00
Bitnami Containers
5f1acef676
[bitnami/nginx] Release 8.7.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-09 17:34:44 +00:00
Bitnami Containers
4973e9d648
[bitnami/kong] Release 3.4.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-09 17:19:28 +00:00
Etienne Barbier
555fc879ee
[bitnami/thanos] Add ingress to ruler ( #5736 )
2021-03-09 17:39:55 +01:00
Noam Lerner
fa9dca786e
[bitnami/kubewatch] Add missing resources to rbac api group ( #5732 )
2021-03-09 14:22:52 +01:00
OlivierB
62705543af
[bitnami/mongodb] Fix duplicate env variable MONGODB_EXTRA_FLAGS ( #5698 ) ( #5726 )
...
Co-authored-by: Olivier Boudet <olivier.boudet@cooperl.com >
2021-03-09 09:10:40 +01:00
Rogier Dikkes
4a0bf2fd1f
[bitnami/spark] Added hostNetwork in the spark charts ( #5705 )
...
* Added hostNetwork in the spark charts
Signed-off-by: Rogier Dikkes <1867776+a-nldisr@users.noreply.github.com >
* moved the end of the if statement to fix syntax.
Signed-off-by: Rogier Dikkes <1867776+a-nldisr@users.noreply.github.com >
* Bumped version higher for the spark chart version
Signed-off-by: Rogier Dikkes <1867776+a-nldisr@users.noreply.github.com >
* Update bitnami/spark/Chart.yaml
Raised version to 5.3.0
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com >
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com >
Co-authored-by: Miguel Ángel Cabrera Miñagorri <mcabrera@vmware.com >
2021-03-09 09:07:54 +01:00
Miguel Ruiz
b0bd9a6a8e
[bitnami/thanos] Add PodLabels ( #5718 )
...
* Add PodLabels to Thanos chart
* Chart version bump
2021-03-08 19:20:12 +01:00
mehmetsalgar
3574e4081b
[bitnami/cassandra] Additional Storage Class and Commit Log Directory ( #5653 )
...
* Additional Storage Class and Commit Log Directory
* Additional Storage Class and Commit Log Directory
* PR Review Changes
* PR Review Changes
* Review comments implemented
Co-authored-by: msalgar <mehmet.salgar@deutschepost.de >
2021-03-08 19:17:54 +01:00
Michael Haddon
8af317270a
bitnami/postgresql-ha - Init container does not chmod lock folder ( #5713 )
...
* chmod lock folder
* patch version
Co-authored-by: Michael Haddon <michael.aj.haddon@gmail.com >
2021-03-08 17:24:27 +01:00
Yevgeny
5719e57fc4
[bitnami/elasticsearch] use common template helpers ( #5707 )
...
Co-authored-by: Yevgeny Zegzhda <yevgeny.zegzhda@team.wrike.com >
2021-03-08 16:24:22 +01:00
OlivierB
766da779e2
[bitnami/mongodb] Add support for externalAccess.service.type=ClusterIP ( #5706 )
...
Co-authored-by: Olivier Boudet <olivier.boudet@cooperl.com >
2021-03-08 14:03:43 +01:00
Javier J. Salmerón-García
3f7ed3f9f5
[bitnami/scdf] General improvements ( #5719 )
...
* [bitnami/scdf] General improvements
* Add TLS section
* Update bitnami/spring-cloud-dataflow/README.md
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
* Apply suggestions
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
2021-03-08 12:52:57 +01:00
Maverrick
d04baf21da
[bitnami/keycloak] Add keycloak-config-cli job ( #5167 )
...
* added keycloak-config-cli
added keycloak-config-cli to bitnami project
* removed app added chart
corrcted configuration of helm chart deployment
* upgraded chart.yaml file
added readme.md file
modified Chart.yaml to follow bitnami
* added keycloak-config-cli
added keycloak-config-cli as a dependency to keycloak as per @migruiz4 suggestions
removed keycloak-config-cli as an independent helm chart
* Move new templates to component folder
* Update templates
* Fix bugs and allow multiple config files
* Add configmap checksum
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
* Apply suggestions from code review
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
* Suggestions from code review
* Fix typo
* [bitnami/keycloak] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: iamaverrick <eduardo.morillo@blueamber.io >
Co-authored-by: Andrés Bono <andresbono@vmware.com >
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com >
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2021-03-08 12:46:38 +01:00
Marcos González Andrés
c5001d3843
[bitnami/mongodb-sharded] Add affinity option dataNodeLoopId to arbiter statefulset ( #5680 )
...
* [arbiter-affinity] document parameter and add to arbiter affinity
* Chart.lock update
* fix version
* Update bitnami/mongodb-sharded/templates/shard/shard-arbiter-statefulset.yaml
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com >
* Update bitnami/mongodb-sharded/values.yaml
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com >
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com >
2021-03-08 12:08:14 +01:00
Anas EL BARKANI
f366632e10
[bitnami/harbor] Fix label indentation ( #5714 )
...
* fix label indentation
* bump version
* bump version
* fix version
2021-03-08 09:57:29 +01:00
awuetz
0557c91253
[bitnami/minio]: Enable tls in front of container ( #5670 )
...
* Extended functionality to enable tls in front of the containers by providing a custom secret
* Fix tab indention
* Set the default of secretName to empty string
* Bumped version
* Extended values describtion
* Fix whitespaces
* Update bitnami/minio/templates/statefulset.yaml
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com >
* Update bitnami/minio/templates/statefulset.yaml
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com >
* Update bitnami/minio/Chart.yaml
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com >
* Added newline at the end of file
* Added note if a wrong tls config is provided
* Update bitnami/minio/templates/NOTES.txt
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com >
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com >
2021-03-08 09:48:24 +01:00
Andrés Bono
d22e787700
[bitnami/influxdb] Fix typo in ingress.yaml ( #5703 )
...
* Update ingress.yaml
* Update Chart.yaml
2021-03-08 09:26:33 +01:00
Noam Lerner
8cac32bda4
[kubewatch] Add events to empty api groups ( #5709 )
2021-03-08 08:26:10 +01:00
Anas EL BARKANI
9508ea9afe
[bitnami/external-dns] Added Openshift Routes support ( #5632 )
...
* added openshift routes
* bump chart
* Update Chart.yaml
2021-03-08 08:09:16 +01:00
Bitnami Containers
d973e78f98
[bitnami/metrics-server] Release 5.7.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-07 22:15:39 +00:00
Bitnami Containers
2a6751adfe
[bitnami/owncloud] Release 10.2.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-07 02:07:53 +00:00
Bitnami Containers
d448d6fd0b
[bitnami/moodle] Release 11.0.6 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-06 19:31:01 +00:00
Bitnami Containers
2dfbb0d729
[bitnami/phabricator] Release 11.0.7 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-06 04:22:03 +00:00
Bitnami Containers
c49bdb3c1d
[bitnami/pytorch] Release 2.2.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-05 21:00:44 +00:00
Bitnami Containers
af6f4b1a95
[bitnami/contour] Release 4.1.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-05 20:23:28 +00:00
Bitnami Containers
3dd6cb1e0d
[bitnami/keycloak] Release 2.2.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-05 19:32:13 +00:00
Bitnami Containers
a9b575aca3
[bitnami/consul] Release 9.2.7 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-05 19:29:37 +00:00
Yevgeny
5ba7a1d33e
[bitnami/kafka] add schedulerName for all resources ( #5669 )
...
* [bitnami/kafka] add schedulerName for all resources
* [bitnami/kafka] schedulerName add quote filter
Co-authored-by: Yevgeny Zegzhda <yevgeny.zegzhda@team.wrike.com >
2021-03-05 16:53:53 +01:00
Carlos Rodríguez Hernández
5d59d2f21e
[bitnami/*] Adapt certificates initContainer to the new image ( #5684 )
...
* [bitnami/*] Adapt certificates initContainer to the new image
* Bump drupal version
2021-03-05 16:27:11 +01:00
Miguel Ángel Cabrera Miñagorri
3b855cfd6c
[bitnami/airflow] Add missing parameters to the worker template ( #5675 )
...
* Add missing params to worker template
* Rebase and bump version
2021-03-05 15:45:18 +01:00
Michael Hudgins
a0eaa5fe01
[bitnami/redis] Service port rename for istio protocol selection ( #5679 )
...
* Service names changed for istio protocol selection
* [bitnami/redis] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2021-03-05 12:25:54 +01:00
jmederer
03b1ac8a6d
[bitnami/cassandra] Password Seeder fix for HOST Networking ( #5697 )
2021-03-05 12:23:53 +01:00
Caitlin Elfring
4b46f68d51
[bitnami/nginx] Add support for defining env vars in cloneStaticSiteFromGit containers ( #5681 )
...
* Add support for defining env vars in `cloneStaticSiteFromGit` containers
* Bump Chart.yaml version
2021-03-05 10:04:45 +01:00