* [stable/gocd] Update agent image to alpine 3.9
* Since gocd-agent-alpine-3.6 is deprecated.
Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
* [stable/gocd] Introduce server and agent pre stop hooks for users to optionally provide pre stop scripts.
Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
* [stable/gocd] Update changelog.
Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
* [stable/gocd] Make terminationGracePeriodSeconds configurable for gocd server and agents.
* This can be used if the preStop hook takes longer than default grace period to execute.
Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
Fix : Renaming storageClass to storageClassName
Fix reviews : rename to helm parameters to storageClassName and fix indent imagePullSecrets
Fix : Switch to camel case
Bump version to 1.2.0
Signed-off-by: Landemaine Valentin <valentin.landemaine.ext@orange.com>
* [stable/postgresql] Allow a template for persistence.existingClaim
Signed-off-by: Michael Beaumont <mjboamail@gmail.com>
* [stable/postgresql] Update values-production for persistence.existingClaim
Signed-off-by: Michael Beaumont <mjboamail@gmail.com>
* Update defaults for scraping cluster components
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Remove custom scrape intervals
These were not consistent in some cases (kubelet http vs https
configuration). The best-practice for this is to allow the config
to come from prometheus's default.
Added configuration options to specify custom durations if overrides
are desired
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Fix kubelet secure configuration relabellings
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Add hack/minikube
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Update README.md with changes to defaults
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* chmod
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Fix up minikube
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Fix monitors when using defaults
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Update contributing.md
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
In the case alertingEndpoints is used, not every deployment may require an alertmanager with it. Prometheus will throw an alert in this case unless the rule is manually removed. This will just exlude the rule automatically should alertmanager be disabled.
Signed-off-by: Brian Nutt <brian@slice.com>
* [stable/redis] Set rollingUpdate to null when updateStrategy is Recreate
Signed-off-by: juan131 <juan@bitnami.com>
* Fix version in 'Chart.yaml'
Signed-off-by: juan131 <juan@bitnami.com>
* Fix 'redis-master-statefulset.yaml' template
Signed-off-by: juan131 <juan@bitnami.com>
* [stable/prometheus-operator] Possibility to add grafana datasources
Signed-off-by: Ondrej Kuchar <ondrej.kuchar@pan-net.eu>
* [stable/prometheus-operator] add additionalDataSources to ci dir
Signed-off-by: Ondrej Kuchar <ondrej.kuchar@pan-net.eu>
* Use ui.enabled for enabling ui without uiservice
Signed-off-by: Robert James Hernandez <rob@sarcasticadmin.com>
* Bump version
Signed-off-by: Robert James Hernandez <rob@sarcasticadmin.com>
* bump version to minor
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* [stable/uchiwa] Use configmap for uchiwa config file
There is a default value as per default file we had before this PR.
Now the value of the config file is overidable through configmap.
Signed-off-by: Michael Inthilith <minthilith@gmail.com>
* Fix maintainer for linting purpose
Signed-off-by: Michael Inthilith <minthilith@gmail.com>
* bump version to 1.0.0 since we're in stable we might as well track a stable semvar version
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* ClamAV Helm Chart
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Readme.MD
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Chart mantainers and Owners details
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Update chart description
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Update Readme with author information
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Update Readme with memory and virus updates details
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* set version to 1.0.0
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
- Single server consolidations
- Update Skipper to 2.0
- Remove metrics
- Add ability to use Kafka or RabbitMQ
- Remove deprecated functionality
Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
* 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>
* [stable/concourse] Easier way to add team workers
- Previously, in order to add an external worker to the web deployment,
worker keys were to be added as a seprate secret or a config map and
then mounted as an addtional volume to the web pod.
- With this feature, only team names and public keys are to be added to
the secrets as an array and the creation of secrets and mounting the
volumes is done automatically.
- Also, removed `.Values.concourse.Web.teamAuthorizedKeys` as it won't
be used anymore.
Signed-off-by: Bishoy Youssef <byoussef@pivotal.io>
* fixing per Ciro's comments
Signed-off-by: Bishoy Youssef <byoussef@pivotal.io>
* concourse/stable bump major version
- also, fixing linting error.
Signed-off-by: Bishoy Youssef <byoussef@pivotal.io>
* adds security caveats and extra reads
Signed-off-by: Bishoy Youssef <byoussef@pivotal.io>
* rename teamKeys to teamAuthorizedKeys
Signed-off-by: Bishoy Youssef <byoussef@pivotal.io>