* [stable/spinnaker] fix bug where spinnaker can't connect to minio
As reported in spinnaker itself [here](https://github.com/spinnaker/spinnaker/issues/4431),
It doesn't appear to affect the current stable build, but it has problems with the nightly builds.
This change should innoculate us from that bug if it makes it through to a stable build.
Effectively the issue is that in the newer builds of spinnaker it attempts to use domain paths
for s3 access. This means instead of trying to connect to `spinnaker-minio/spinnaker` which should
be valid dns for the minio service it tries to connect to `spinnaker.spinnaker-minio` and fails because
this is not valid dns for minio.
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* bump halyard version for cli arg needed
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* fix argument
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* fix version
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* Add security context for default backend, remove nginx sa on default backend, update readme
Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com>
* Bump version
Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com>
* use run user at container level
Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com>
* [stable/sonarqube] upgrade to 7.8
Create init-container that sets vm.max_map_count.
If this is not set sonarqube will not start because elasticsearch
requires this sysctl setting to be at least 262144.
Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
* [stable/sonarqube] Adapt to new TLS format in NOTES
Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
redis-sentinel auto-discovers all the slaves running in the cluster, we only need to specify the masters to monitor.
Fixes#14766 where in the cluster goes into a error condition when the master node and one or more slave nodes are re-created at the same time.
Signed-off-by: Sameer Naik <sameersbn@vmware.com>
* Mount persistent volume into cron and worker
Signed-off-by: Robert de Vries <r.devries@robbytu.net>
* Bump Sentry chart version
Signed-off-by: Robert de Vries <r.devries@robbytu.net>
* Add existingClaim to default values
Signed-off-by: Robert de Vries <r.devries@robbytu.net>
* Add the persistentWorkers option to mount PVC to cron and worker deployments
Signed-off-by: Robert de Vries <r.devries@robbytu.net>
* Updated persistence documentation in README
Signed-off-by: Robert de Vries <r.devries@robbytu.net>
* Add namespace to spark operator resource templates
The namespace is currently missing from the operator resources so an
install leads to a crashlooping operator because the clusterrolebinding
doesn't bind to the operator's service account. Also the operator
doesn't get installed in the namespace that you pass with the
`--namespace` flag.
Signed-off-by: Richard Lander <landerr@vmware.com>
* Bump spark operator chart version
Signed-off-by: Richard Lander <landerr@vmware.com>
There's been a long time since the last upgrade that we did to the
subchart that Concourse optionally depends on.
With the upgrade, some values set in the `postgresql` chart changed. As
those are exposed in `concourse`'s `values` too (and we version our
Chart based on its public interface - values.yaml), this made it deserve
a major version bump.
For those users not making use of the subchart (or changing the default
values), no changes ar necessary.
For those who *are* configuring `postgresql.*` values - changes will
almost certainly be necessary.
closes#11610
Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
* [stable/prometheus-operator] replaced kubernetes api-conventions link
Signed-off-by: Christian Niehoff <christian.niehoff@dwpbank.de>
* [stable/prometheus-operator] run hack/update-ci.sh
Signed-off-by: Christian Niehoff <christian.niehoff@dwpbank.de>
* [stable/prometheus-operator] bumbed chart version
Signed-off-by: Christian Niehoff <christian.niehoff@dwpbank.de>
* [stable/prometheus-operator] added #metadata to link
Signed-off-by: Christian Niehoff <christian.niehoff@dwpbank.de>
* [stable/prometheus-operator] run hack/update-ci.sh again
Signed-off-by: Christian Niehoff <christian.niehoff@dwpbank.de>
* var DRONE_RPC_HOST
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* chart ver 2.0.4
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* add ingress.path documentation
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* added istio to default path mapping, added ingress.path to override
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* [stable/kibana] Add env variables evaluation as templates
Signed-off-by: Nikolai Iurin <yurinnick93@gmail.com>
* [stable/kibana] Bump version
Signed-off-by: Nikolai Iurin <yurinnick93@gmail.com>