* Adding securityContext parameter for sparkoperator
Signed-off-by: Keith Whitley <keith.whitley@lexisnexis.com>
* Adding securityContext parameter for sparkoperator
Signed-off-by: Keith Whitley <keith.whitley@lexisnexis.com>
* Fix Sonaqube ELB creation on AWS
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
* Change Sonarqube default service type to ClusterIP
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
* Update sonarqube chart version
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
* Update sonarqube chart version
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
* [stable/spinnaker] Add support for skipping k8s permissions check at startup
Signed-off-by: costimuraru <costimuraru@gmail.com>
* Fix typo and update version
Signed-off-by: costimuraru <costimuraru@gmail.com>
* Add support for custom labels on redis services
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* bump redis chart version to 9.2.3
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* update redis to version 9.3.0
Adds value allowing for custom labels on services
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* add new labels values to redis readme
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* improve descriptions of service labels values for stable/redis
Specify that these labels are added to the default set (release, chart
name, etc), not a wholesale replacement of them.
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* updated label value name used in redis sentinel service
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* Add Cloudflare API token
Signed-off-by: zackijack <m.zackky@gmail.com>
* Bump chart version
Signed-off-by: zackijack <m.zackky@gmail.com>
* Fix chart version to minor bump
Signed-off-by: zackijack <m.zackky@gmail.com>
* Add apiToken on values for production
Signed-off-by: zackijack <m.zackky@gmail.com>
* Fix conditional for checking apiToken & apiKey
Signed-off-by: zackijack <m.zackky@gmail.com>
* Bumped minor version
Signed-off-by: zackijack <m.zackky@gmail.com>
* Update configmap to match sentry
Update configmap to match the latest version from sentry
Signed-off-by: Ahmed Magdy <ahmedmagdi@outlook.com>
* Include google auth in mapping
Include google auth when mapping env variables
Signed-off-by: Ahmed Magdy <ahmedmagdi@outlook.com>
* Bump Senty version
Bump sentry version from 9.1.1 to 9.1.2, No breaking changes.
Signed-off-by: Ahmed Magdy <ahmedmagdi@outlook.com>
* Bump chart version
Bump the version from 3.0.1 to 3.0.2
Signed-off-by: Ahmed Magdy <ahmedmagdi@outlook.com>
* Correct wrong parenthesis in google client config
Fix Wrong placed parenthesis for Google client id to sync with local changes.
Signed-off-by: Ahmed Magdy <ahmedmagdi@outlook.com>
* Use single quotes to match the config style
Signed-off-by: Ahmed Magdy <ahmedmagdi@outlook.com>
* Remove duplication in File storage
Signed-off-by: Ahmed Magdy <ahmedmagdi@outlook.com>
* Handle mail server manually
To ensure the existence of default values.
Signed-off-by: Ahmed Magdy <ahmedmagdi@outlook.com>
* Config Mail Server in the old way.
To avoid index out of range in sentry
Signed-off-by: Ahmed Magdy <ahmedmagdi@outlook.com>
* Added new vars to values.yaml and changed templates/deployment.yaml for optional extra pod labels and annotions for Rocket.Chat pods
Signed-off-by: RonnyMaas <r.maas3@chello.nl>
* bump chart version to 1.1.15
Signed-off-by: RonnyMaas <r.maas3@chello.nl>
* added starting space for comments
Signed-off-by: RonnyMaas <r.maas3@chello.nl>
* Add support for creating a Service and Ingress for each Prometheus replica
Adding support for creating separate Service and Ingress resources that will map
to the standard web port of each Prometheus server replica.
We're using the `prometheus.prometheusSpec.replicas` value to determine how many
of each resource type to be created, and to vary resource names and values.
Because we're using a single set of values to control certain properties, we have to
drop support for setting parameters that need to be unique within a each resource.
Primarily this means no IP configuration options for the Service resource.
The ingress resources are created with a single host entry that is compiled by taking
two values (`hostPrefix` and `hostDomain`). The final hostname format is
`hostPrefix`-`replicaIndex`.`hostDomain`, where `replicaIndex` will be 0, 1, 2 etc.
Signed-off-by: Shaun Mansell <shaun.s.mansell@gmail.com>
* Fix trailing spaces in values and test-values files
Signed-off-by: Shaun Mansell <shaun.s.mansell@gmail.com>
* Bump prometheus-operator chart version
Signed-off-by: Shaun Mansell <shaun.s.mansell@gmail.com>
* Convert service and ingress per-replica resources to be managed as a list
Updating both the service and ingress per-replica resources from a templated list to
list api-resource kinds.
Signed-off-by: Shaun Mansell <shaun.s.mansell@gmail.com>
* fix failing liveness probe during long running mongodb recovery
this fix lets the livenes probe succeed during a long running recovery.
The new liveness probe looks for the running mongod process inside the
container, which allows a successful request. The pod will still only be
ready once the recovery is finished and only then traffic will be served
to this pod.
bumped chart version
fix#17501
Signed-off-by: Jonny Langefeld <jonny.langefeld@gmail.com>
* Rebase on master and bump chart version
because of [2a63b08df1](https://github.com/helm/charts/commit/2a63b08df140003b427e0b349c2b4b350d7d4089)
Signed-off-by: Jonny Langefeld <jonny.langefeld@gmail.com>
* Comments out JCasC welcome message
Allows users to override welcome-message as JCasC doesn't handle conflicting
configurations.
Fixes#13333
Signed-off-by: Weston Johnson <wes@futureprefect.com>
* Bumping patch version to satisfy lint-charts
Signed-off-by: Weston Johnson <wes@futureprefect.com>
* Updates changelog for #17372
Signed-off-by: Weston Johnson <wes@futureprefect.com>