* updated prometheus to 2.20.1 and cm reloader to 0.4.0
Signed-off-by: André Bauer <monotek23@gmail.com>
* fix xpp version
Signed-off-by: André Bauer <monotek23@gmail.com>
* updated all prometheus dockeri mages to latest versions
Signed-off-by: André Bauer <monotek23@gmail.com>
* removed blank line
Signed-off-by: André Bauer <monotek23@gmail.com>
* [stable/prometheus] gRPC port on headless svc
Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com>
* [stable/prometheus] Add new variables to docs
Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com>
* Prometheus added Namespaces
Added the "namespace" field in the metadata section for all
applicable resources in the Prometheus chart.
Signed-off-by: Frederik Weber <frederikweber.93@gmail.com>
* Bump Chart Version
Signed-off-by: Frederik Weber <frederikweber.93@gmail.com>
* Added new Parameter forceNamespace
If this parameter is specified, all namespaced resources will be in
that namespace.
Signed-off-by: Frederik Weber <frederikweber.93@gmail.com>
* Respect forceNamespace or .Release.Namespace
Not just use .Release.Namespace but also respect forceNamespace.
If other charts use this chart as subchart and want to deploy
Prometheus in another namespace, they can do so by specifying
the parameter forceNamespace.
Signed-off-by: Frederik Weber <frederikweber.93@gmail.com>
* Bump chart version
Signed-off-by: Frederik Weber <frederikweber.93@gmail.com>
Remove no longer used remenants of vendored ksm service. Specify in
values file that `kube-state-metrics` is the top value to configure the
sub-chart, not `kubeStateMetrics` which is simply to enable or
disable the dependency.
Signed-off-by: Naseem <naseem@transit.app>
This change makes the annotations for service accounts configurable.
This change is useful when you need to set specific annotations to
service accounts, for example when using IAM Roles for service accounts
in AWS EKS.
Signed-off-by: Hyeonseop Lee <hyeonseop@ls-al.me>
This change improves handling of deployment strategy parameters:
1) Improve documentation on strategy parameters.
2) Document & use alertmanager.strategy.type, which was present in
values.yaml but unused. Alertmanager was previous using server.strategy
3) Set strategy.rollingUpdate to null when strategy.type is 'Recreate'.
This is necessary to prevent the following error on an upgrade
switching the strategy type from 'RollingUpdate' to 'Recreate':
```
UPGRADE FAILED: Deployment.apps "prometheus-server" is invalid:
spec.strategy.rollingUpdate: Forbidden: may not be specified
when strategy `type` is 'Recreate'
```
Signed-off-by: Alexandre Rebert <alex@forallsecure.com>
* Added configmapReload.enabled parameter (#20578)
Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>
* Splitted configmapReload parameters
It's now possible to independently change the parameters of the two
configmapReload containers using configmapReload.prometheus.* and
configmapReload.alertmanager.* parameters.
Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>
* Bumped chart version
Signed-off-by: Adrien Cunin <adrien.cunin@springernature.com>
* Add option to set labels for Prometheus AlertManager pods.
Signed-off-by: Fredrik Haugseth <fredhaug93@gmail.com>
* Bump chart version.
Signed-off-by: Fredrik Haugseth <fredhaug93@gmail.com>
* update prometheus to 2.15.2 and also all other used images to newest version
Signed-off-by: André Bauer <monotek23@gmail.com>
* changed alertmanager baseurl to satisfy the new check of the url on container startup
Signed-off-by: André Bauer <monotek23@gmail.com>
* removed executable flag from files
Signed-off-by: André Bauer <monotek23@gmail.com>
* fix merge conflict
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
* Adding vertical Pod Autoscaler support to the chart
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* EOF fixed in new file
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* bumping the right version field!
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* fixing a mistake in version bumping
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* fixing wrong version bump
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* Fixes loop issue
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* Bumped chart version, synced app version with master.
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* Bumping chart version
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* Merge conflict cleanup
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
When using a replicaset for the server (for redundancy purposes),
this allows to select which replica the service will talk to in
order to have a consistent view of the data.
Signed-off-by: rabadin <rvbadin@gmail.com>
* Add option to configure Prometheus AlertManagers for Prometheus server
Signed-off-by: Fredrik Haugseth <fredhaug93@gmail.com>
* Bump chart version
Signed-off-by: Fredrik Haugseth <fredhaug93@gmail.com>
* Set default to list instead of set
Signed-off-by: Fredrik Haugseth <fredhaug93@gmail.com>
* stable/prometheus: Add sessionAffinity for server service
Signed-off-by: Nicholas Capo <nicholas.capo@gmail.com>
* stable/prometheus: Add sessionAffinity for alertmanager service
Signed-off-by: Nicholas Capo <nicholas.capo@gmail.com>
* Bump Minor Version
Signed-off-by: Nicholas Capo <nicholas.capo@gmail.com>
* This supports the use case of running a Prometheus server in one
cluster and scraping exporters in another cluster while using the same
helm chart (with different values.yaml) for each deployment.
Signed-off-by: Nicholas Capo <nicholas.capo@gmail.com>
* updates to support alternate k8s scheduler
Signed-off-by: Sathya Balakrishnan <sathya@portworx.com>
* bump up chart version
Signed-off-by: Sathya Balakrishnan <sathya@portworx.com>
* If you do not specify a retention time then by default it is set to 15 days.
In this PR I make that the default so that its clear to users.
Signed-off-by: David O'Dell <dave@helix.re>
* bumped chart version
Signed-off-by: David O'Dell <dave@helix.re>
* rev'd chart version to 8.11.5
Signed-off-by: David O'Dell <dave@helix.re>