Without these namespace inclusions, deploying using the --namespace flag to set
a non-default namespace does not work, as the controller pod cannot find the
webhook and secret but references to these resources are correctly updated
to include the new namespace.
Signed-off-by: Gwyn <gwyn@playtechnique.io>
The clusterrole in the bitnami chart does not match some of the rbac
rules from the upstream sources. This change adds a missing rule for
listing nodes in the cluster as per the
[upstream](e708fc9010/config/rbac/role.yaml (L17-L22))
configuration
Signed-off-by: Paul Nicholson <brenix@gmail.com>
* Update crds 0.13.4 to 0.13.7
Added "interfaces" spec parameter for L2Advertisement (#15745)
Signed-off-by: Willem Bermon <wdkbermon@hotmail.com>
* Update crds 0.13.7 to 0.13.9 (current)
Added vrf, serviceAllocation and serviceSelectors parameters/properties. Now up to date with helm chart based on 0.13.9. (#15745)
Signed-off-by: Willem Bermon <wdkbermon@hotmail.com>
* Charts.yaml version bump
Signed-off-by: Willem Bermon <wdkbermon@hotmail.com>
---------
Signed-off-by: Willem Bermon <wdkbermon@hotmail.com>
Without this change, in order to use a custom probe, the user has to
specify the probe parameters, and also must specify for the original
probe "enabled: false".
Issue: #12354
Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Individual podLabels values for controller deployment and speaker
daemonset would be ignored due to the respective templates checking the
wrong podLabels key. This commit changes the inclusion condition to the
correct one.
Signed-off-by: Gusts Jonasts <101050452+0x0013@users.noreply.github.com>
* [bitnami/kube-prometheus] Mark PSP as deprecated
* [bitnami/kube-state-metrics] Mark PSP as deprecated
* [bitnami/metallb] Mark PSP as deprecated
* [bitnami/mongodb] Mark PSP as deprecated
* [bitnami/nginx-ingress-controller] Mark PSP as deprecated
* [bitnami/node-exporter] Mark PSP as deprecated
* [bitnami/metallb] Update README after sync with master
* added metallb priority class support.
* added metallb priority class support.
Signed-off-by: christian beland <christian.beland@ca.thalesgroup.com>
* fixed trailing spaces
* increase version since new feature
Co-authored-by: christian beland <christian.beland@ca.thalesgroup.com>
None is not a valid service type when trying to apply this chart we get
```Error: Service "metallb-controller-metrics" is invalid: spec.type: Unsupported value: "None": supported values: "ClusterIP", "ExternalName", "LoadBalancer", "NodePort"```
Also added clusterIP: "None" to avoid using an ip address
Co-authored-by: jb-abbadie <jb-abbadie@users.noreply.github.com>