Commit Graph

61 Commits

Author SHA1 Message Date
Pablo Galego
91fe89837f [bitnami/*] Adapt values.yaml of Kong, kube-prometheus and kube-state-metrics charts (#6866)
* Kong: Adapt values.yaml to readme-generator

* Kong: Organize values.yaml in sections

* Kong: Generate README

* kube-prometheus: Adapt values.yaml to readme-generator

* kube-prometheus: Organize values.yaml in sections

* kube-prometheus: Generate README

* kube-state-metrics: Adapt values.yaml to readme-generator

* kube-state-metrics: Organize values.yaml in sections

* kube-state-metrics: Generate README

* Bump charts patch version

* Add charts path to Github Actions workflow

* kube-state-metrics: Update with latest changes from master
2021-07-07 15:47:55 +02:00
ecureuil
d91935cdc0 Allow to specify probe paths in the kube-prometheus chart (#6780) (#6781) 2021-06-30 19:03:31 +02:00
Bitnami Containers
254b15430b [bitnami/kube-prometheus] Release 6.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-21 11:27:05 +00:00
Marcel Fest
9c2f260a37 [bitnami/kube-prometheus] Added missing upgradePath documentation (#6633)
* added objectstorageConfig to the sidecar container

* Bumped version and added documentation of the added values.

* Fixed indentation of environment variables

* Rename ConfigMap to Secret and added to production-values

* Fixed missing space

* Added more security to kube-prometheus

* More security

* Added support for containerSecurityContext on prometheus-operator CRDs.

* Added ability to configure readinessProbes ans livenessProbes

* Added proper liveness and readiness probes

* Added documentation for the values.yaml

* Changed documentation to reference podSecurityContext

* More documentation

* Bump major version

* Fixed wrong value reference

* Added documentation for thanos liveness readinessProbe

* Use the http port instead of web

* Fixed liveness and readinessProbe

* Fixed ambigious liveness and readiness probes to be explicit when chaining.

* Make rootFilesystem unsecure again. (This is only needed for bitnamis current internal testing

* Added documentation for the Upgrade path to 6.0.0
2021-06-10 13:48:52 +02:00
Marcel Fest
c6c4ae6777 [bitnami/kube-prometheus] Added support for containerSecurityContext until it gets fixed upstream. (#6461)
* added objectstorageConfig to the sidecar container

* Bumped version and added documentation of the added values.

* Fixed indentation of environment variables

* Rename ConfigMap to Secret and added to production-values

* Fixed missing space

* Added more security to kube-prometheus

* More security

* Added support for containerSecurityContext on prometheus-operator CRDs.

* Added ability to configure readinessProbes ans livenessProbes

* Added proper liveness and readiness probes

* Added documentation for the values.yaml

* Changed documentation to reference podSecurityContext

* More documentation

* Bump major version

* Fixed wrong value reference

* Added documentation for thanos liveness readinessProbe

* Use the http port instead of web

* Fixed liveness and readinessProbe

* Fixed ambigious liveness and readiness probes to be explicit when chaining.

* Make rootFilesystem unsecure again. (This is only needed for bitnamis current internal testing
2021-06-07 19:33:30 +02:00
Bitnami Containers
182163d330 [bitnami/kube-prometheus] Release 5.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-02 11:53:38 +00:00
Bitnami Containers
97fa3c84f4 [bitnami/kube-prometheus] Release 5.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-27 11:27:09 +00:00
Maxence Boutet
de3189ae0c [bitnami/kube-prometheus] Force new release (#6450)
* [bitnami/kube-prometheus] Force new release

A fix was introduced in 50fa206e84, however the Bitnami bot released 7bdf67c3ac a few hours before and it seems that we'll have to wait for a new "update components versions" by the bot in order to get the fix from 50fa206e84 which is not the best because I would need this fix ASAP.

* [bitnami/kube-prometheus] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-05-24 20:23:12 +02:00
Maxence Boutet
50fa206e84 [bitnami/kube-prometheus] Fix indentation of command line arguments (#6440)
Fix indentation of config reloader command line arguments
2021-05-24 09:51:23 +02:00
Bitnami Containers
7bdf67c3ac [bitnami/kube-prometheus] Release 5.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-23 22:19:34 +00:00
Francisco de Paz Galán
365851aeab [bitnami/*] Update wavefront used as subchart to newest major (#6417)
* [bitnami/*] Update wavefront used as subchart to newest major

* Update .lock
2021-05-20 10:56:38 +02:00
Francisco de Paz Galán
d3255c1f33 [bitnami/*] Update kube-state-metrics used as subchart to newest major (#6324) 2021-05-11 20:11:34 +02:00
Markos Chandras
0a95c90db5 [bitnami/kube-prometheus] Use new cmdline options for config-reloader resources (#6318) 2021-05-10 08:30:08 +02:00
Bitnami Containers
69e0375b5c [bitnami/kube-prometheus] Release 4.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-04-30 19:50:51 +00:00
Maxence Boutet
941fd471fd [bitnami/kube-prometheus] Add support for AlertmanagerConfig CRD (#6257)
* [kube-prometheus] Add support for `AlertmanagerConfig` CRD

* [bitnami/kube-prometheus] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-04-30 14:04:03 +02:00
Bitnami Containers
ae93af52d2 [bitnami/kube-prometheus] Release 4.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-04-14 07:51:23 +00:00
Bitnami Containers
dd97053e3a [bitnami/kube-prometheus] Release 4.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-03-26 19:07:45 +00:00
Etienne Barbier
f92b9b5edd [bitnami/kube-prometheus] Allow custom prometheus url in Thanos sidecar (#5798)
* [bitnami/kube-prometheus] Allow custom prometheus url in Thanos sidecar

* Improve code quality and change chart version number
2021-03-17 10:39:25 +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
Etienne Barbier
6701f61b79 Add possibility to pull images without giving registry name (#5638) 2021-03-02 10:07:26 +01:00
Bitnami Containers
b3bbf878b5 [bitnami/kube-prometheus] Release 4.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-24 19:04:39 +00:00
petersin0422
2c8aea703b [bitnami/kube-prometheus] Added routePrefix and portName to alertmanager and prometheus (#5573)
* Added support for portName in prometheus manifest

* Added support for routePrefix and portName in alertManager manifest

* Updated values.yaml for kube-prometheus chart to support routePrefix and portName for alertmanager and prometheus

* Updated README to include the new options

* uncomment the prometheus.portName to make it consistent

* Bumping Chart version to 4.0.2

* fix trailing spaces in values.yaml

* Updated alertmanager/servicemonitor.yaml to use alertmanager.routePrefix as path

* Increase Chart.yaml version to 4.1.0

Co-authored-by: Ibone González Mauraza <gibone@vmware.com>
2021-02-23 10:33:08 +01:00
Juan Ariza Toledano
71fb99f541 [bitnami/*] Use common macro to define RBAC apiVersion (#5585) 2021-02-22 17:37:32 +01:00
radarnex
516352bd4e fix(kube-prometheus): alertmanager ingress extraTls (#5427) 2021-02-09 16:32:28 +01:00
philippe-vandermoere
26f7b64862 [bitnami/kube-prometheus] Fix ingress ApiVersion v1 (#5338) 2021-02-02 13:54:40 +01:00
Alan Placidina
22543f5dca [bitnami/kube-prometheus] Add ingress for thanos sidecar (#5345)
* [bitnami/kube-prometheus] Add thanos sidecar ingress

* [bitnami/kube-prometheus] Update chart version

* [bitnami/kube-prometheus] Fix bump chart version

* [bitnami/kube-prometheus] 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: Bitnami Containers <containers@bitnami.com>
2021-02-01 16:36:20 +01:00
bagnaram
22cb1262b0 [bitnami/kube-prometheus] Removed invalid character from values.yaml (#5341)
* Removed invalid character from values.yaml

* bump chart version
2021-02-01 10:59:23 +01:00
Javier J. Salmerón-García
f7ad6f7684 [bitnami/kube-prometheus] Add hostAliases (#5253) 2021-01-28 13:10:00 +01:00
Jose Antonio Carmona
29bcae94ce [bitnami/kube-prometheus] Deprecate ConfigMap Reload (#5149)
* Deprecate ConfigMap Reload

Signed-off-by: joancafom <jcarmona@bitnami.com>

* [bitnami/kube-prometheus] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-01-24 11:49:12 +01:00
Carlos Rodríguez Hernández
1c8030e545 [bitnami/kube-prometheus] Drop values-production.yaml support (#5111) 2021-01-19 17:52:55 +01:00
Carlos Rodríguez Hernández
c5e67a3887 [bitnami/*] Change helm version in the prerequisites (#5090) 2021-01-19 14:40:01 +01:00
jw-maynard
46d38c92e2 [bitnami/kube-prometheus] Bug fix. Remove whitespace chomping in new secret (#5055)
* Bug fix. Remove whitespace chomping in new secret

* Bump version
2021-01-18 10:42:34 +01:00
jw-maynard
962b4e9be3 [bitnami/kube-prometheus] Add internal chart management of additional scrape configs (#4975)
* Add the ability to manage additional scrape configs inside the Helm chart

* Fix values.yaml, additional documentation

* Update version in Chart.yaml

* Update after suggestions from Bitnami team

* Fix indenting problem in values files
2021-01-14 10:46:05 +01:00
Bitnami Containers
bc4b6097be [bitnami/kube-prometheus] Release 3.3.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-01-08 22:59:44 +00:00
bl-ue
49adc63b67 [bitnami/*] fix typos (#4699)
* Fix typos

* Update bitnami/airflow/README.md

* fix minor typo

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
2020-12-14 09:17:49 +01:00
Juan Ariza Toledano
2826c125b4 [bitnami/*] Update dependencies (#4694) 2020-12-11 13:05:27 +01:00
Bitnami Containers
59e9529e24 [bitnami/kube-prometheus] Release 3.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-12-09 22:57:19 +00:00
Piotr Roszatycki
3e3a9e742c [bitnami/kube-prometheus] Added externalTrafficPolicy and healthCheckNodePort for services (#4625)
* Added externalTrafficPolicy and healthCheckNodePort for services

* Bump version

* Uncomment externalTrafficPolicy

* Fixed wrong indentation

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

Co-authored-by: Marcos Bjoerkelund <marcosbc@users.noreply.github.com>
2020-12-08 13:17:24 +01:00
Javier J. Salmerón-García
d06e73d8a9 [bitnami/kube-prometheus] Update chart to work with v0.44 (#4613)
* [bitnami/kube-prometheus] Update chart to work with v0.44

* Remove unused values

* Update alertmanager with the proper crd

* [bitnami/kube-prometheus] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-12-04 17:54:47 +01:00
Etienne Barbier
02137aa5b6 add support for chart labels to exporters (#4589)
Co-authored-by: Etienne Barbier <etienne.barbier@atos.net>
2020-12-03 16:57:53 +01:00
Oliver Bähler
b363798688 [bitnami/kafka,kube-prometheus,kubernetes-event-exporter] Replace K8s List (#4575)
* Resolve #4559

* Version Bump

* Increment Kafka 12.2.4
2020-12-03 12:34:12 +01:00
Reed Palmer
59b4f5d7a2 [bitnami/kube-prometheus] Fix typo in prometheus.yaml (#4489)
* Update prometheus.yaml

Fix resources value typo in prometheus.yaml

* Update Chart.yaml

Increment version
2020-11-26 00:05:11 +01:00
Juan Ariza Toledano
196d096349 [bitnami/*] Affinity based on common presets (iii) (#4476) 2020-11-25 15:39:59 +01:00
Juan Ariza Toledano
0f40d3cd78 [bitnami/kube-prometheus] Update CRDs and ClusterRole (#4235) 2020-11-16 10:57:59 +01:00
Carlos Rodríguez Hernández
515c5ceb24 [bitnami/kube-prometheus] Major version. Adapt Chart to apiVersion: v2 (#4326)
* [bitnami/kube-prometheus] Major version. Adapt Chart to apiVersion: v2

* [bitnami/kube-prometheus] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-11-12 08:32:32 +01:00
Bitnami Containers
f45c19558f [bitnami/kube-prometheus] Release 2.2.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-11-09 13:39:22 +00:00
Bitnami Containers
f7317c846c [bitnami/kube-prometheus] Release 2.2.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-11-04 22:04:30 +00:00
Juan Ariza Toledano
c08a20e3db [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) 2020-10-28 11:07:11 +01:00
Bitnami Containers
10bf8567c3 [bitnami/kube-prometheus] Release 2.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-22 16:38:26 +00:00
Robert Van Voorhees
c261c1d973 Pull container references into a configmap for easier overriding. (#3517) 2020-10-01 07:48:21 +02:00