"imagePullSecrets" should be at the same indentation level as "containers", not under it.
Signed-off-by: Mathieu Plourde <mat.plourde@gmail.com>
Co-authored-by: Unknown <mathieu.plourde@ubisoft.com>
* Removed default for kubeconfig secret from values.yaml and updated helm templates to check for kubeconfig secret name before creating volumes and mountpaths
Signed-off-by: Karthick Prabu <karthikprabu.cs@gmail.com>
* Added version bump
Signed-off-by: Karthick Prabu <karthikprabu.cs@gmail.com>
* [stable/nginx-ingress] Add support for an internal load balancer along with an external one
Signed-off-by: Luis Garnica Guilarte <luisgarnica42@gmail.com>
* [stable/nginx-ingress] Add support for an internal load balancer along with an external one
Signed-off-by: Luis Garnica Guilarte <luisgarnica42@gmail.com>
* use new chart repo URL at deprecation notice
Signed-off-by: hasancelik <hasan@hazelcast.com>
* bump up chart version
Signed-off-by: hasancelik <hasan@hazelcast.com>
This change makes the configuration of the sidecar image consistent with
the other images used by the chart. This change is important because it
allows you to change the repository while leaving the version untouched
which is desirable when you consume the chart via a repo manager, such
as Artifactory.
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* [stable/prometheus] gRPC port on headless svc
Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com>
* [stable/prometheus] Add new variables to docs
Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com>
* [stable/datadog] introduce dnsConfig values for the different containers
Signed-off-by: Oron Gola <oron.gola@perception-point.io>
* [stable/datadog] add dnsConfig default values to values.yaml
Signed-off-by: Oron Gola <oron.gola@perception-point.io>
* [stable/datadog] dnsConfig fix documentation and suggested default value
Signed-off-by: Oron Gola <oron.gola@perception-point.io>
* update rabbitm-ha chart version from 1.46.1 to 1.46.2
Signed-off-by: yj.zeng <yj.zeng@allsenseww.com>
* rabbitmq readiness probe fails in some cases.
Signed-off-by: yj.zeng <yj.zeng@allsenseww.com>
* [stable/unifi] adding functionality to mount extra volumes
This change adds possibility to specify additional volumes
when deploying Unifi controller.
Signed-off-by: Marcin Iwinski <marcin.iwinski@gmail.com>
* fixing defaults in README.md
Signed-off-by: Marcin Iwinski <marcin.iwinski@gmail.com>
* [stable/unifi] bumping version to 0.9.0
Signed-off-by: Marcin Iwinski <marcin.iwinski@gmail.com>
* [stable/stackdriver-exporter] update k8s deployement api version
As of v1.16, k8s won't accept a deploymement with apps/v1beta1
or apps/v1beta2 apiVersion. The accepted apiVersion is apps/v1
that is available since k8s v1.9.
See https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16
Signed-off-by: Jordan Abderrachid <jabderrachid@gmail.com>
* bump chart version to 1.2.3
Signed-off-by: Jordan Abderrachid <jabderrachid@gmail.com>
* [stable/jenkins] Only render authorizationStrategy and securityRealm when values are set.
This allows people to unset bothe values in case that they don't want
those without having to disable XML configuation.
One use case for this if these fields need more templating than what is
allowed within values.yaml. In that case one could supply a config map
which is annotated with the correct label, so that JCasC / the sidecar
container picks it up, but that is not part of the chart.
Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
* remove empty newlines
Signed-off-by: Torsten Walter <torsten.walter@syncier.com>