* [elasticsearch-curator] Enabling the use of secrets in environment
Signed-off-by: Endre Czirbesz <endre.czirbesz@rungway.com>
* [elasticsearch-curator] Adding imagePullSecrets to CronJob spec
Signed-off-by: Endre Czirbesz <endre.czirbesz@rungway.com>
* stable/selenium - Adding the option to set nodePort on the service
Signed-off-by: Elad Kirmayer <ekirmayer@hotmail.com>
* Bumping chart version
Signed-off-by: Elad Kirmayer <ekirmayer@hotmail.com>
* Add checking if the serviceType is NodePort
Signed-off-by: Elad Kirmayer <ekirmayer@hotmail.com>
* Fix files convention
Signed-off-by: Elad Kirmayer <ekirmayer@hotmail.com>
* Update selenium app version to 3.141.59
Add imagePullSecrets to the configuration
Signed-off-by: Elad Kirmayer <ekirmayer@hotmail.com>
* Update the readme file
Signed-off-by: Elad Kirmayer <ekirmayer@hotmail.com>
* Fix option when nodeSelector is enabled
Signed-off-by: Elad Kirmayer <ekirmayer@hotmail.com>
* update prisma
Signed-off-by: Miguel Angel Medina Mondragon <kanolato@gmail.com>
* minor instead of patch
Signed-off-by: Miguel Angel Medina Mondragon <kanolato@gmail.com>
When running locally, it is nice to have a delay initially to make sure postgres and redis are available. However, in the case you are interacting with an external redis or postgres, it is expected that they're already available, so the wait time isn't necessary.
This change makes the intial sleep delay before starting airflow configurable and the initialDelay before a healthcheck configurable so it possible to start up the webserver faster.
Signed-off-by: Brian Nutt <brian@slice.com>
* Upgraded appVersion from 0.15.1 to 0.17.1 because of CVE-2018-17144
Signed-off-by: Harsha Goli <harshagoli@gmail.com>
* updated README to reflect new default version tag
Signed-off-by: Harsha Goli <harshagoli@gmail.com>
* switching node-red chart to SatefulSet
* based on the persistent nature of this chart as well as [this discussion](https://github.com/helm/charts/issues/1863), migrating the chart to a StatefulSet instead of a deployment. As a result bumping the major version
* bumping node-red docker image to the latest stable version
* using volumeClaimTemplates for statefulSet
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* using Parallel podManagementPolicy
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* revert to Deployment and leverage strategy types
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* hard-code replica count
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Bump fluentd chart version and elastic-stack chart version
Signed-off-by: David Taylor <djtaylor13@gmail.com>
* Bump all chart dependencies
Signed-off-by: David Taylor <djtaylor13@gmail.com>
* switching the home-assistant chart to SatefulSet
* based on the persistent nature of this chart as well as this discussion, migrating the chart to a StatefulSet instead of a deployment. As a result bumping the major version
* bumping home-assistant docker image to the latest stable version (0.89.1)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* switching home-assistant chart to SatefulSet
* using volumeClaimTemplates for statefulSet
* updating label syntax to current helm standards (e.g. app.kubernetes.io/name)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* using Parallel podManagementPolicy
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* revert to Deployment and leverage strategy types
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* ingress api still needs to be v1beta1
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* hard-code replica count
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* switching unifi chart to SatefulSet
* based on the persistent nature of this chart as well as [this
discussion](https://github.com/helm/charts/issues/1863), migrating the
chart to a StatefulSet instead of a deployment. As a result bumping the
major version
* bumping unifi controller to the latest stable version (5.10.19)
* adding @mcronce to the OWNERS file
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* using volumeClaimTemplates for statefulSet
* also updating label syntax to current helm standards (e.g.
`app.kubernetes.io/name`)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* fixing indenting
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* using Parallel podManagementPolicy
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* revert to Deployment and leverage strategy types
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* include readme entry for strategyType
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* hard-code replica count and add mcronce to Chart maintainers
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* fixing linting error
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Add ClusterChecks deployment template
Add the possibility to run dedicated agent(s) for handling the
Cluster Checks process. It allows having dedicated `resources`
request/limit for the Cluster Checks.
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
* Some small update
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
* Pachyderm: Added sample command for specifying the specific version
Signed-off-by: Laurent Goderre <laurent.goderre@gmail.com>
* Pachyderm: Updated the images version
Signed-off-by: Laurent Goderre <laurent.goderre@gmail.com>
* Pachyderm: Updated RoleBinding to ClusterRoleBinding
Signed-off-by: Laurent Goderre <laurent.goderre@gmail.com>
* [stable/external-dns] Update helper functions to follow best practice
The recommended helper function created by `helm create` now avoids the double naming situation
when the release name contains chart name. It also adds `fullnameOverride` value, so the fullname
could be overridden.
This commit updates `external-dns` chart to work the same way.
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* [stable/external-dns] Bump chart version
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* wrap image tag with double quotes
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
* use latest image
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
* use 1.30 tag
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
* revert double quotes in grafana image tag
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>