* [stable/mongo-replicaset] fix livenessProbe flags for mongodb-exporter
Signed-off-by: louis <louis@systemli.org>
* [stable/mongo-replicaset] update Chart version
Signed-off-by: louis <louis@systemli.org>
* [stable/mariadb] added support for service annotations
[stable/mariadb] bump minor version + comments in values files
Signed-off-by: charles-edouard.breteche <charles.breteche@agriconomie.com>
* [stable/mariadb] fix version
Signed-off-by: charles-edouard.breteche <charles.breteche@agriconomie.com>
* 📝 Updated readme
The default value for sourceCategoryPrefix was incorrect, so updated it
to reflect the actual default value.
Signed-off-by: Austin Orth <aorth@niche.com>
* 🔧 Values update
Updated the default values file for added discoverability to match what
we have documented. Also bumped the chart version so that these changes
will pass linting.
Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/mongo-replicaset] use bitnami/mongodb-exporter
Signed-off-by: louis <louis@systemli.org>
* [stable/mongo-replicaset] set correct metrics.image.tag in README.md
Signed-off-by: louis <louis@systemli.org>
* [stable/mongo-replicaset] add securityContext override for metrics container
Signed-off-by: louis <louis@systemli.org>
* Update Chart.yaml
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* [stable/mongo-replicaset] fix flag for mongodb-exporter
Signed-off-by: louis <louis@systemli.org>
* [stable/grafana] Be able to override port names on service and pod
Signed-off-by: Sam Wyma <sam@landinsight.io>
Signed-off-by: Samuel Wyma <sam@landtech.co>
* [stable/grafana] Bump chart version
Signed-off-by: Sam Wyma <sam@landinsight.io>
Signed-off-by: Samuel Wyma <sam@landtech.co>
* [stable/grafana] Bump chart version
Signed-off-by: Samuel Wyma <sam@landtech.co>
* Support deadline override in cassandra schema job
With the current `activeDeadlineSeconds` of 120, the jaeger-cassandra
pods in our cluster may not be available quickly enough for the job to
complete. After its 120 second deadline, the job is aborted and will not
be retried. We would like to increase this deadline in our configuration
so that this chart may fully install without manual intervention.
Signed-off-by: Nathan Hamblen <nathan@transit.app>
* incubator/jaeger version bump
Signed-off-by: Nathan Hamblen <nathan@transit.app>
* proper initializatons of variables
* `ingress.web.annotations` and `ingress.flower.annotations` should be initialized as maps
* `dags.git.secret` should be initialized as empty string
Signed-off-by: Tin Kyaw <tin@lsvp.com>
* bumped version to 4.0.9
Signed-off-by: Tin Kyaw <tin@lsvp.com>
* [stable/redis-ha] Correcting the number of arguments to toYaml from 2 to 1
Signed-off-by: Michael Frayer <frayerm@gmail.com>
* Adding haproxy annotation to the CI test case
This will aid in testing for any template errors when applying annotations on
the "haproxy" Deployment.
Signed-off-by: Michael Frayer <frayerm@gmail.com>
* [stable/redis-ha] Bumping Chart patch version
Signed-off-by: Michael Frayer <frayerm@gmail.com>
* [stable/redis-ha] Bumping PATCH version
Signed-off-by: Michael Frayer <frayerm@gmail.com>
* Only set the nodePort for NodePort service type
This resolves an issue with older version of kubernetes that fails on
parsing the `null` value as it only expects integer values. (which
means that on older clusters the chart as is now fails to install)
```
...
failed: Service in version "v1" cannot be handled as a Service: v1.Service: Spec: v1.ServiceSpec: Ports: []v1.ServicePort: v1.ServicePort: NodePort: readUint32: unexpected character: �, parsing 304 ...odePort":n...
...
```
Signed-off-by: Miroslav Prasil <miroslav@prasil.info>
* Just bump the bugfix number
Signed-off-by: Miroslav Prasil <miroslav@prasil.info>
* Also use nodePort for LoadBalancer service type
Signed-off-by: Miroslav Prasil <miroslav@prasil.info>
* Add support to set securityContext for pod
Signed-off-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
* Update documentation and bump version up.
Signed-off-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
modified: kubernetes-dashboard/Chart.yaml
modified: kubernetes-dashboard/README.md
modified: kubernetes-dashboard/templates/deployment.yaml
modified: kubernetes-dashboard/values.yaml
Signed-off-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
* Improve clarity in the documentation
Signed-off-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
* Remove changes on pod annotation.
Signed-off-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
* Remove trailing spaces.
Signed-off-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
* Bump a minor version up
Signed-off-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
* [stable/coredns] Improve documentation
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
* [stable/coredns] Add myself as a maintainer
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
* [stable/rabbitmq] Metrics: use ipv4 to connect to rabbit.
Otherwise, it could try to access IPv6 which may not be available, causing:
Get http://localhost:15672/api/nodes?sort=: dial tcp [::1]:15672: connect: cannot assign requested address
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* Make it configurable.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* add master.JCasC.defaultConfig and configure location
- JCasC configuration is stored in template `jenkins.casc.defaults`
so that it can be used in `config.yaml` and `jcasc-config.yaml`
depending on if configAutoReload is enabled or not
- Jenkins Location (URL) is configured to provide a startin point
for the config
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* improve JCasC default configuration
JCasC default configuration includes:
- Jenkins url
- disableRememberMe: false
- mode: NORMAL
- numExecutors: {{ .Values.master.numExecutors }}
- projectNamingStrategy: "standard"
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* JCasC kubernetes config
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* JCasC: crumbIssue and security.apiToken
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
This change allows prometheus to scrape nodes directly, instead of
proxying all requests through the API server.
Signed-off-by: Micah Hausler <mhausler@amazon.com>
* Update and rename monitor.yaml to servicemonitor.yaml
The service monitor currently tries to scrape the publish port, which isn't available on the Service.
I've changed the endpoint port for the service monitor to scrape from the services' 'rabbitmq-exporter' port.
I've also changed the name to servicemonitor.yaml to match other Helm charts.
Signed-off-by: Jonny Ford <jonnyford1@gmail.com>
* Update Chart.yaml
bumped chart version, bugfix
Signed-off-by: Jonny Ford <jonnyford1@gmail.com>
* Update Chart.yaml
Signed-off-by: Maor Friedman <maor.friedman@redhat.com>