* [stable/postgresql] Ensure intContainer creates the data directory.
Signed-off-by: juan131 <juan@bitnami.com>
* Update PostgreSQL image tag to '11.3.0-debian-9-r26'
Signed-off-by: juan131 <juan@bitnami.com>
* Update PostgreSQL image tag to '11.3.0-debian-9-r26' on 'values-production.yaml'
Signed-off-by: juan131 <juan@bitnami.com>
* Update PostgreSQL image tag to '11.3.0-debian-9-r27'
Signed-off-by: juan131 <juan@bitnami.com>
* stable/elasticsearch-exporter: add service labels
Signed-off-by: Hector Fernandez <hfernandez@mesosphere.com>
* stable/elasticsearch-exporter: set custom name for service http port
Signed-off-by: Hector Fernandez <hfernandez@mesosphere.com>
* [stable/prometheus-operator] Bump app to 0.30.1
Signed-off-by: vas <v.sliouniaev@gmail.com>
* Update kube-state-metrics, node-exporter
Signed-off-by: vas <v.sliouniaev@gmail.com>
* Bump chart minor version
Signed-off-by: vas <v.sliouniaev@gmail.com>
* Remove no-op roles and rolebindings
The clusterrole used by Prometheus already incorporates permissions
that are granted by these. Removing to help with possible confusion.
Signed-off-by: vas <v.sliouniaev@gmail.com>
* [stable/prometheus-adapter] conditionally register external metrics API (#13716)
The prometheus-adapter will NOT serve external metrics API if
`externalRules` section is not specified. See this code:
https://github.com/DirectXMan12/k8s-prometheus-adapter/blob/v0.5.0/cmd/adapter/adapter.go#L177
In that case, we cannot bindly register the external metrics API.
Otherwise, we might see issues described in #13716. This patch fixed the
issue by conditionally register the external metrics API.
Fixes#13716
Signed-off-by: Jie Yu <yujie.jay@gmail.com>
* [stable/prometheus-adapter] bump chart version to 1.0.3
Bump the chart version to 1.0.3 due to the fix of #13716.
Signed-off-by: Jie Yu <yujie.jay@gmail.com>
* [stable/prometheus-adapter] use 'and' to combine template directives
To address the review comments.
Signed-off-by: Jie Yu <yujie.jay@gmail.com>
* [stable/prometheus-adapter] add ci test values
To improve the test coverage.
Signed-off-by: Jie Yu <yujie.jay@gmail.com>
this is needed for when helm is used purely as a templating tool,
since helm template does not add the namespace
helm/helm#3553
Signed-off-by: Sergey Nuzhdin <ipaq.lw@gmail.com>
This commit fixes the example config given in the values file for
`affinity`, to include the key `nodeAffinity`.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
* [stable/spinnaker] Fix the default value for gate profile
The default value for "gate-local.yml" key is changed from an empty string to the empty dict,
because of the specifics of "mergeOverride" function called below.
It doesn't merge the dictionary on top of the string and silently leaves a string as a result.
Changing the default to an empty dict fixes the issue, since "mergeOverride" mutates the
dict to any other struct.
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* [stable/spinnaker] Bump chart version
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
- Updated README
- Updated chart version
- Updated values.yaml
- Update pod labels for deployments
`pre-install` hook: Executes after templates are rendered,
but before any resources are created in Kubernetes.
This hook has been added to the secret , will only be generated
on chart install, to prevent overriding the certs anytime we upgrade
the chart’s released instance.
Thus `pre-install hook` prevents the secret creation if someone uses
the older version of charts and upgraded to new version.
Signed-off-by: prateekpandey14 <prateek.pandey@openebs.io>
* [stable/instana-agent] Bump leadership-elector to 0.5.4
Updated leader-elector to 0.5.4 which uses a distroless image to reduce
the number of ongoing vulnerabilities to 3 Debian stretch libraries:
- busybox
- glibc
- openssl
refs #180
Signed-off-by: Nathan Fisher <nfisher@junctionbox.ca>
* [stable/instana-agent] Add nfisher as owner
Signed-off-by: Nathan Fisher <nfisher@junctionbox.ca>
* Updated values file.
Concourse has changed out the separator that works for approle in vault, the = has been replaced by a :. I also updated the refernce link as the Concourse docs page has changed. This is a response to issue #14341.
Signed-off-by: Jason Morgan jmorgan@f9vs.com
Signed-off-by: Jason Morgan <jmorgan@f9vs.com>
* bumping chart version
Signed-off-by: Jason Morgan <jmorgan@f9vs.com>
- Add missing config overrides for scheduler.child_process_log_directory and core.dag_processor_manager_log_location
Signed-off-by: Jonathan Miles <jonathan.miles@thetradedesk.com>