* Adding a git pull secret for dags in Airflow
* Added `dags.git.secret` key with no default
* Added `/keys` secret mount to the scheduler, web, and worker defs
* Added extra copy step to the git clone configmap when key is active
* Preserved default behavior otherwise
* Updated documentation to match
* Updated version number
Signed-off-by: Ken Wronkiewicz <kwronkiewicz@salesforce.com>
* v0.14.1 -> v0.15.0 because new feature.
Signed-off-by: Ken Wronkiewicz <kwronkiewicz@salesforce.com>
* Adding clusterIP condition for remaining services
Signed-off-by: Harshal Shah <harshal2623@gmail.com>
* Fixing backend service
Signed-off-by: Harshal Shah <harshal2623@gmail.com>
This allows users to inject environment variables such as the AWS access
key/secret keys for the ec2 scrape config.
https://prometheus.io/docs/prometheus/latest/configuration/configuration/#ec2_sd_config
The docs say AWS credentials can be supplied via the AWS_ACCESS_KEY_ID and
AWS_SECRET_ACCESS_KEY environment variables. This currently isn't
possible with this chart. This patch adds functionality to supply the
server any environment variables, whether these are static values or
provided by a secret.
Signed-off-by: Ryan McGrath <r.w.mcgrath@gmail.com>
* condition each alerts
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* add documentation
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* remove double space
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* add kubernetesAbsent
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* fix condition on sync prometheus rules
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* run sync scripts to get new rules
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* update grafana dashboard
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* add rules configuration in test-values
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* added axdotl to maintainers and OWNERS file
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
* made persistentVolumeReclaimPolicy configurable
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
* fixed mysqldump warning and gsutil rsync argument
Signed-off-by: André Bauer <monotek23@gmail.com>
* Change default value of datadog.livenessProbe in README
Signed-off-by: Robbie Marcelo <rbmrclo@hotmail.com>
* Bump version to 1.18.1
Signed-off-by: Robbie Marcelo <rbmrclo@hotmail.com>
GCE ingress requires a /* pattern for the path, this allows the user
to specify the type of ingress controller via annotations to ensure
correct behavior.
the Gate service also needs to have some X headers modified in its
tomcat settings to work properly behind an SSL terminating reverse proxy
such as a GCE ingress.
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* Allow namespace creation independently of rbac
At the moment, when defining `concourse.web.kubernetes.teams`, the helm
chart will take care of namespace generation. Although this is very
useful in most cases, we believe some people may find it problematic.
Our use case, is to create the namespaces ahead of time and fill them
with `Pipeline` type resources defining Concourse pipelines. These are
then picked by our `pipeline-operator` and continuously applied to
Concourse for specific teams.
A hacky way around it, would be to set the
`concourse.web.kubernetes.teams` value to an empty array, and create the
role bindings manually. It feels a little like cheating, and a cleaner
way to accomplish that would be to have a separate flag responsible for
namespace creation in the Concourse helm chart.
Signed-off-by: Rafal Proszowski <paroxp@gmail.com>
* Bump patch
Signed-off-by: Rafal Proszowski <paroxp@gmail.com>
This commit contains two changes related to passwords:
Make secret referenced env vars optional when mysqlAllowEmptyPassword is true
This allows setting a password AND making empty passwords possible.
Make user password optional when there is no username
User password is used to create a user which happens only when
the user is also defined in the chart values.
However, the user is not required, so the chart install
fails when an existing secret does not have a user password configured.
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
* Add Interval as an option to the charts
Can be used to change the default 1 minute update
Useful on test systems using AWS when rateLimit is exceeded on route53.
Signed-off-by: Colm Monks <colmomonks@gmail.com>
* bump version
Signed-off-by: cpanato <ctadeu@gmail.com>
* Add provision for specifying custom monitor definitions for Node Problem Detector.
Signed-off-by: Jeev B <jeev@kariusdx.com>
* Update Chart.yaml
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
The default container (amancevice/superset) creates
a user 'superset' with uid 1000, expecting to run as that.
There is no need to run 'privileged'.
Signed-off-by: Don Bowman <db@donbowman.ca>
* Fix typo
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Use prometheus 2.6.1 and prometheus-operator 2.7
Bumping version of chart to 2.0.0 to indicate a change in
the way the operator stateful sets behave as described here
https://github.com/coreos/prometheus-operator/issues/2339
Prometheus 2.6.x has some very positive changes to startup
time that are particularly advantageous when using PVs and
running large instances
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Fixes#1341 -- update Jenkins chart documentation
Update `values.yml` documentation on using 'LoadBalancer' type of
Service in a secure way by adding required annotations. This creates
an internal LoadBalancer with locked down rules on allowed CIDR ranges
via annotations.
Signed-off-by: Dan Alvizu <dalvizu@pingidentity.com>
* bump version, per pull request comments
Signed-off-by: Dan Alvizu <dalvizu@pingidentity.com>
* fix whitespace lint errors
Signed-off-by: Dan Alvizu <dalvizu@pingidentity.com>
* Add imagePullSecrets for stable/superset chart
Signed-off-by: Don Bowman <db@donbowman.ca>
* Inadvertently added this file, removed.
Signed-off-by: Don Bowman <db@donbowman.ca>
* [stable/schema-registry-ui] add support for service loadBalancerSourceRanges
Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
* Update Chart.yaml
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* [docker-registry] add persistence.deleteEnabled param
Signed-off-by: Peter Mikitsh <peter.mikitsh@gmail.com>
* [docker-registry] v1.6.5
Signed-off-by: Peter Mikitsh <peter.mikitsh@gmail.com>
* Update Chart.yaml
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>