Skip to content

Commit

Permalink
[bitnami/metallb] Release 4.5.1 (bitnami#16820)
Browse files Browse the repository at this point in the history
* [bitnami/metallb] Release 4.5.1 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored May 21, 2023
1 parent 5fa9e06 commit b6233c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions bitnami/metallb/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion bitnami/metallb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 2 additions & 4 deletions bitnami/metallb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 | `[]` |
Expand Down Expand Up @@ -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 | `[]` |
Expand Down
4 changes: 2 additions & 2 deletions bitnami/metallb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit b6233c3

Please sign in to comment.