* 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>
* Endpoint for RabbitMQ Prometheus native port
The features add a new Endpoint for Prometheus, by default is 15692
Important for use the feature `kubernetes_sd_configs: - role: pod`
Complete the PR: https://github.com/helm/charts/pull/17925
Signed-off-by: Gabriele Santomaggio <g.santomaggio@gmail.com>
* Added service monitor for the native prometheus rabbitmq plugin
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Increase Chart version as 1.34.1 is already released
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Removed metrics port from service-discovery
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Cleaned duplication in servicemonitor and added the new values in Readme
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Upgraded RabbitMQ to 3.8.0-alpine
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Removed hardcoded metrics port value in StatefulSet
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Fixed trailing spaces for linting checks
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Simplified ServiceMonitor endpoints
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Fixed appVersion in Chart and Readme
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Added ci test values for prometheus exporter and native plugin
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Disable prometheus.operator in ci test values
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* updates related to ignite release with unofficial image
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* update with latest image
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* bump the chart minor version
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* update with official image tag
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* bump dockerProviderVersion
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* update to latest agent image and bumping docker provider version
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* bump chart version
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* revert 1.16 api version updates
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* doc update for kubernetes version support
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* [stable/velero] Restic optional extra volumes and volumeMounts
For example to add CA certificates to the Velero deployment
Equal functionality as my last PR #18120. But this time it's for the
Restic daemonset.
Signed-off-by: Rick Haan <rickhaan94@gmail.com>
* [stable/velero] Fix typo in README.md
Signed-off-by: Rick Haan <rickhaan94@gmail.com>
* Remove CRD hooks from CI entirely
Installing the operator by itself will create CRDs in the cluster
idempotently. We can then run the rest of the tests safely
Signed-off-by: vas <vasily.sliouniaev@jet.com>
* Remove irrelevant value
This cannot be relied upon because "CRD deletion is slow". Despite this
being a closed bug it's still an issue https://github.com/helm/helm/issues/4489
Signed-off-by: vas <vasily.sliouniaev@jet.com>
* [stable/mcrouter] upgrade requirements
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* update requirements
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* Update deployment.yaml
For newer releases this will be supported/needed. K8 v.1.15.* can already handle the versionApi: "apps/v1".
Signed-off-by: XHPJ <xheladinpopaj@hotmail.com>
* Update Chart version
Signed-off-by: XHPJ <xheladinpopaj@hotmail.com>