This commit fixes an issue when redis-ha is install on cluster that have a node
count equal to the replica count which prevents scheduling of the helm test pod
due to the matching labels.
Signed-off-by: Salim <salim.salaues@scality.com>
* removes configmap-reload in favor of a configmap checksum
Signed-off-by: Marshall Ford <inbox@marshallford.me>
* chart version bump
Signed-off-by: Marshall Ford <inbox@marshallford.me>
* bump chart version again (1.5.0)
Signed-off-by: Marshall Ford <inbox@marshallford.me>
* [stable/external-dns] Managed identity mount tweak
Added a conditional which skips mounting resources if
azure.useManagedIdentityExtension=true and bumped chart version.
Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/external-dns] Corrected version bump
Accidentally bumped the app version instead of the chart version in
previous commit. Fixed now.
Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/external-dns] Implemented suggestions
Changed conditional to use `if not` as suggested and changed the chart
version to patch level instead of minor.
Signed-off-by: Austin Orth <aorth@niche.com>
Added conditional to the service template and documentation to both the
values file and the readme for setting custom load balancer IP address.
Signed-off-by: Austin Orth <aorth@niche.com>
* Update core components
Signed-off-by: vas <vasily.sliouniaev@jet.com>
* Remove unsupported crdApiGroup param
This parameter already does not work and has not for many versions of
the operator, thus removing it is not a breaking change
Signed-off-by: vas <vasily.sliouniaev@jet.com>
* Fix {{ .Release to {{ $.Release
Signed-off-by: vas <vasily.sliouniaev@jet.com>
* [stable/cluster-autoscaler] update to latest cluster-autoscaler 1.14.6 to add support for serviceaccount annotations
Signed-off-by: Casey Lee <casey@liatrio.com>
* [stable/cluster-autoscaler] Update README for serviceAccount annotations
Signed-off-by: Casey Lee <casey@liatrio.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
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>