diff --git a/bitnami/metallb/Chart.lock b/bitnami/metallb/Chart.lock index b073c51e29ebec..11687e67981ac5 100644 --- a/bitnami/metallb/Chart.lock +++ b/bitnami/metallb/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.2.5 -digest: sha256:318f438acfeaced11d9060877d615caf1985417d2865810defaa886d3496f8d3 -generated: "2023-05-09T08:31:11.660295724Z" + version: 2.4.0 +digest: sha256:8c1a5dc923412d11d4d841420494b499cb707305c8b9f87f45ea1a8bf3172cb3 +generated: "2023-05-21T18:44:13.828576533Z" diff --git a/bitnami/metallb/Chart.yaml b/bitnami/metallb/Chart.yaml index a3d431e1457bb1..6751c13071e622 100644 --- a/bitnami/metallb/Chart.yaml +++ b/bitnami/metallb/Chart.yaml @@ -27,4 +27,4 @@ maintainers: name: metallb sources: - https://github.com/bitnami/charts/tree/main/bitnami/metallb -version: 4.5.0 +version: 4.5.1 diff --git a/bitnami/metallb/README.md b/bitnami/metallb/README.md index fc657c88e00fe4..7a69ad45a7ea69 100644 --- a/bitnami/metallb/README.md +++ b/bitnami/metallb/README.md @@ -8,8 +8,6 @@ MetalLB is a load-balancer implementation for bare metal Kubernetes clusters, us Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. -Looking to use MetalLB in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog. - ## TL;DR ```console @@ -93,7 +91,7 @@ The command removes all the Kubernetes components associated with the chart and | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | | `controller.image.registry` | MetalLB Controller image registry | `docker.io` | | `controller.image.repository` | MetalLB Controller image repository | `bitnami/metallb-controller` | -| `controller.image.tag` | MetalLB Controller image tag (immutable tags are recommended) | `0.13.9-debian-11-r24` | +| `controller.image.tag` | MetalLB Controller image tag (immutable tags are recommended) | `0.13.9-debian-11-r28` | | `controller.image.digest` | MetalLB Controller image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `controller.image.pullPolicy` | MetalLB Controller image pull policy | `IfNotPresent` | | `controller.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -188,7 +186,7 @@ The command removes all the Kubernetes components associated with the chart and | `speaker.enabled` | Whether to enable BGP speakers or not | `true` | | `speaker.image.registry` | MetalLB Speaker image registry | `docker.io` | | `speaker.image.repository` | MetalLB Speaker image repository | `bitnami/metallb-speaker` | -| `speaker.image.tag` | MetalLB Speaker image tag (immutable tags are recommended) | `0.13.9-debian-11-r24` | +| `speaker.image.tag` | MetalLB Speaker image tag (immutable tags are recommended) | `0.13.9-debian-11-r27` | | `speaker.image.digest` | MetalLB Speaker image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `speaker.image.pullPolicy` | MetalLB Speaker image pull policy | `IfNotPresent` | | `speaker.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/metallb/values.yaml b/bitnami/metallb/values.yaml index 3a1d43b6df0dc0..f4394a20ff9934 100644 --- a/bitnami/metallb/values.yaml +++ b/bitnami/metallb/values.yaml @@ -101,7 +101,7 @@ controller: image: registry: docker.io repository: bitnami/metallb-controller - tag: 0.13.9-debian-11-r24 + tag: 0.13.9-debian-11-r28 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -463,7 +463,7 @@ speaker: image: registry: docker.io repository: bitnami/metallb-speaker - tag: 0.13.9-debian-11-r24 + tag: 0.13.9-debian-11-r27 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'