* Update api versions to support k8s 1.16
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
* Update api versions to support k8s 1.16
missing selector
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
* Update api versions to support k8s 1.16
bump
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
* Update api versions to support k8s 1.16
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
* Update api versions to support k8s 1.16
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
* Update stable/sumologic-fluentd/Chart.yaml
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
* Update api versions to support k8s 1.16
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
Move `---` inside the `range` block. It was previously outside
the block, so only one or zero configmaps would be made for
`.Values.dashboards`.
Signed-off-by: Sheldon Warkentin <sheldonw@forallsecure.com>
* Enabled ingress paths to be input through the values.yaml file
Signed-off-by: Michael Hewitt <hmike1996@gmail.com>
* Bump up chart version
Signed-off-by: Michael Hewitt <hmike1996@gmail.com>
* [stable/elasticsearch-exporter]: improved healthchecks
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: chart version
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* Add myself as owner/maintainer
Signed-off-by: Bismarck Paliz <bismarck.paliz@jet.com>
* Changing ordering of maintainers/approvers/reviewers
Signed-off-by: Bismarck Paliz <bismarck.paliz@jet.com>
* [stable/mssql-linux] apiVersion compatibility
Added deployment apiVersion compatibility switch based on k8s version.
Signed-off-by: Romeo Dumitrescu <winromulus@winromulus.com>
* Updated maintainers
Added myself as a maintainer and approver.
Signed-off-by: Romeo Dumitrescu <winromulus@winromulus.com>
* Fixed Chart.yaml missing a new line at the end
Signed-off-by: Romeo Dumitrescu <winromulus@winromulus.com>
* add new line
Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
* remove new line
Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
* [stable/pomerium] Fix indentation on livenessProbe
* [stable/pomerium] fix indentation on livenessProbe
The indentation for `initialDelaySeconds` placed it under the `tcpSocket`
where it's a parameter of the `livenessProbe` itself.
Signed-off-by: Daniel van den Berg <dvandenberg@optoro.com>
* [stable/pomerium] Version bump to 4.0.3
Version bump to 4.0.3
Signed-off-by: Daniel van den Berg <dvandenberg@optoro.com>
* [stable/jenkins] Fix: Disable direct connection option default (for kubernetes plugin version >= 1.20.2)
Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>
* Added note about jnlp-slave version if direct connection is going to be used
Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>
* [stable/ambassador] add app.kubernetes.io/component label for service
Signed-off-by: Gregoire Menuel <gregoire.menuel@gmail.com>
* [stable/ambassador] Add downwardAPI to the deployment
Ambassador need this in order to know its labels
Signed-off-by: Gregoire Menuel <gregoire.menuel@gmail.com>
* [stable/ambassador] bump version to 4.4.4
Signed-off-by: Gregoire Menuel <gregoire.menuel@gmail.com>
* [stable/kong] limit non-proxy ingresses to one host
Modify ingress configuration for services other than the proxy to
support a single hostname only.
Update proxy ingress TLS comments to reflect the actual expected value.
Signed-off-by: Travis Raines <traines@konghq.com>
* [stable/kong] add URL generation helper
Add a helper define to generate an appropriate external URL based on the
service's ingress configuration.
Signed-off-by: Travis Raines <traines@konghq.com>
* [stable/kong] populate service URLs automatically
Populate service URL hint settings based on ingress configuration.
Signed-off-by: Travis Raines <traines@konghq.com>
* [stable/kong] simplify Ingress generation
Generate Ingresses using a simplified, single-hostname and single-secret
configuration. Proxy Ingress generation remains unchanged to continue
support for multi-hostname proxy Ingresses.
Signed-off-by: Travis Raines <traines@konghq.com>
* Prometheus/Alertmanager service port configurable
* Indentation fixes of comments in the `values.yaml` file
Signed-off-by: Anand Singh Kunwar <anandkunwar95@gmail.com>
* stable/atlantis: fix mount collision when mounting configmap
Fixes a mount collision if both `repoConfig` and `config` are set in the values.yaml
Kubernetes mounts `config` which contains atlantis.yaml first then in the same dir (/etc/atlantis) mounts repos.yaml over it. So the server will not start since it's looking for `/etc/atlantis/atlantis.yaml`
Signed-off-by: Mike Zupan <mike@zcentric.com>
* bump the chart version
Signed-off-by: Mike Zupan <mike@zcentric.com>
* issue #18217 - deployment spec selector does not match template labels
Signed-off-by: Mahendran Mookkiah <mahendran.mookkiah@gmail.com>
* issue #18217 - deployment spec selector does not match template labels
Signed-off-by: Mahendran Mookkiah <mahendran.mookkiah@gmail.com>
* issue #18217 - we should not use version number in selector label to avoid breaking upgrade
Signed-off-by: Mahendran Mookkiah <mahendran.mookkiah@gmail.com>
* [stable/ipfs] Fixed error where helm would error upon a template value not being a string.
Signed-off-by: Jonas Kint <kint.jonas@gmail.com>
* [stable/ipfs] Added label selector in the ipfs statefulset
Signed-off-by: Jonas Kint <kint.jonas@gmail.com>
* [stable/ipfs] Bumping ipfs chart version to 0.3.3
Signed-off-by: Jonas Kint <kint.jonas@gmail.com>
* [stable/ipfs] Less code is cleaner
Signed-off-by: Jonas Kint <kint.jonas@gmail.com>
* update to support k8s v1.16
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
* adding necessary matchLabels
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Bump major version and update readme
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* bumping chart version not appversion
Signed-off-by: Jeff Billimek <jeff@billimek.com>
Before this PR, in case the dashboard was not enabled, the Prometheus metrics were disabled.
It is now possible to enable Prometheus metrics having at the same time the dashboard disabled.
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>