* updates related to support for other azure clouds
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* use latest agent image
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* fix pr feedback
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* use latest docker provider version
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* improve notes.txt file
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* improve readme and notes
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* fix oms tags related to kube health
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* Use zookeeper headless
Signed-off-by: Lee Ween Jiann <lwj5@hotmail.com>
* Increment version to 1.2.2
Signed-off-by: Lee Ween Jiann <lwj5@hotmail.com>
* Added namespace name into SOLR_HOST
Signed-off-by: Lee Ween Jiann <lwj5@hotmail.com>
* Fixed image.tag default value in README.md
Signed-off-by: Lee Ween Jiann <lwj5@hotmail.com>
* Updated chart version to 1.2.1
Signed-off-by: Lee Ween Jiann <lwj5@hotmail.com>
* Changed labelling to aling with current best practice and avoid configuration job pods being targeted by services.
Signed-off-by: Thor Anker Kvisgård Lange <thanl@mhivestasoffshore.com>
* Bumping one minor version since re-labeling might cause issues with running deployments.
Signed-off-by: Thor Anker Kvisgård Lange <thanl@mhivestasoffshore.com>
* [stable/nginx-ingress] document default value of `serviceAccount.create` (#15966)
* stable/nginx-ingress: document default value of `serviceAccount.create`
Signed-off-by: Alexander Schramm <alex@schram.me>
* chore: bump chart version
Signed-off-by: Alexander Schramm <alex@schram.me>
Signed-off-by: Bruno Amaral <brunoamaralf@gmail.com>
* incubator/azuremonitor-containers - July 2019 chart release (#15771)
* Signed-off-by: Vishwanath Narasimhan <visnara@microsoft.com>
July agent release
* Fix readme.
Signed-off-by: Vishwanath Narasimhan <visnara@microsoft.com>
Signed-off-by: Bruno Amaral <brunoamaralf@gmail.com>
* [stable/prometheus-mongodb-exporter] Add Service object for ServiceMonitor to work properly (#15218)
* Add Service object
Signed-off-by: Roman Komkov <r.komkov@gmail.com>
* Revert some changes from #12796
Signed-off-by: Roman Komkov <r.komkov@gmail.com>
Signed-off-by: Bruno Amaral <brunoamaralf@gmail.com>
* Add adminUser var to set the admin user on realm.properties.
Signed-off-by: Bruno Amaral <brunoamaralf@gmail.com>
* Set RUNDECK_GRAILS_URL on the deployment.yml
Signed-off-by: Bruno Amaral <brunoamaralf@gmail.com>
* Add adminUser variable
Signed-off-by: Bruno Amaral <brunoamaralf@gmail.com>
* Update chart version on Chart.yml
Signed-off-by: Bruno Amaral <brunoamaralf@gmail.com>
* Update incubator/rundeck/templates/deployment.yaml. Set identation.
Signed-off-by: Bruno Amaral <brunoamaralf@gmail.com>
* Add awsVolumeID to optionally save Rundeck data on an AWS EBS volume
Signed-off-by: Bruno Amaral <brunoamaralf@gmail.com>
* Add rundeck.awsVolumeId variable
Signed-off-by: Bruno Amaral <brunoamaralf@gmail.com>
* Update Jenkins Operator chart for support for Jenkins Configuration As Code
Signed-off-by: Marat Garafutdinov <maratoid@gmail.com>
* Update chart version to 0.3.0
Signed-off-by: Marat Garafutdinov <maratoid@gmail.com>
* 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>
* feature: adding the ability to define a pod disruption budget to the kafka brokers
Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>
* address PR comments
Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>
* bump chart version
Signed-off-by: Murphy, Kealan <kealan.murphy@aspect.com>
* Fixed an indentation in the servicemonitor.yaml
Signed-off-by: IvanovOleg <olivanov87@gmail.com>
* Bumped the chart version
Signed-off-by: IvanovOleg <olivanov87@gmail.com>
* Made `resource` configurable for the incubator/sparkoperator deployment
and closes#16678
Signed-off-by: Tom Lous <tomlous@gmail.com>
* Bumped version
Signed-off-by: Tom Lous <tomlous@gmail.com>
If vault container has lifecycle postStart script which is waiting for vault to startup
and vault is configured to use Consul Agent then this postStart would never finish successfully.
Specifing consulAgent container before vault will fix this deadlock.
Signed-off-by: Alexander Charykov <monester@gmail.com>
* Copy incubator chart for CouchDB to stable
Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
* Bump stable chart version and update docs
Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
* Deprecate incubator chart for CouchDB
Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
* Update helper image
This is just a base image update to clear out a few CVEs.
Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
* [incubator/zookeeper] Support Zookeeper official (3.5.4) image
The existing chart is using gcr.io/google_samples/k8szk, which is not
maintained.
The Zookeeper project has an 'official' image on DockerHub, based
on Zookeeper 3.5.4(-beta). The format of the environment variables
and scripts is different.
Existing issuse such as [#3020](https://github.com/helm/charts/issues/3020)
went stale.
Add support for the Zookeeper official image, mapping the environment
variables and paths.
Signed-off-by: Don Bowman <db@donbowman.ca>
* [incubator/zookeeper] Change default zookeeper image to 3.4.13
3.5 is not yet released, 3.4.13 is the latest stable,
change the default.
Signed-off-by: Don Bowman <db@donbowman.ca>
* fix: bump to 3.5.5 by default, update README.md to reflect
Signed-off-by: Don Bowman <db@donbowman.ca>
* fix: revert persistence storage default to true
The intent of PR11343 was just to enale to work with
upstream container, not change this default. IMHO
the default is incorrect (true without setting the
storage class or size usually gives incorrect results).
Signed-off-by: Don Bowman <db@donbowman.ca>
* [incubator/kafka] update comment
comment how to test when specified ""zookeeper.connect""
Signed-off-by: Xiang Dai <764524258@qq.com>
* bump up version
Signed-off-by: Xiang Dai <764524258@qq.com>
* update comment
Signed-off-by: Xiang Dai <764524258@qq.com>
* Fix offsets.topic.replication.factor to be derived from .Values.replicas
Signed-off-by: Nguyen Le Vu Long <vulongvn98@gmail.com>
* Use template to derive offsets.topic.replication.factor
Signed-off-by: Nguyen Le Vu Long <vulongvn98@gmail.com>