Skip to content

Commit

Permalink
chore(misc-apps): update metallb to 0.14.5 (#1260)
Browse files Browse the repository at this point in the history
fixes #1254

Signed-off-by: Lukas Grossar <[email protected]>
  • Loading branch information
tongpu authored May 28, 2024
1 parent 84a0bff commit 31e0ca1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
31 changes: 4 additions & 27 deletions charts/misc-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: misc-apps
description: Argo CD app-of-apps config for miscellaneous small tools
type: application
version: 0.44.0
version: 0.45.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,30 +17,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: |
feat: Update argocd-apps from 1.4.1 to 2.0.0
Replace lists with maps in argocd-apps.
Before:
```yaml
applications:
- name: example-app
project: default
# ...
```
After:
```yaml
applications:
example-app:
project: default
# ...
```
BREAKING CHANGE: Uses a map instead of a list to specify apps.
description: "feat: Update metallb chart from 0.13.11 to 0.14.5"
links:
- name: "feat: use maps instead of lists"
url: "https://github.com/argoproj/argo-helm/pull/2538"
- name: "chore: deprecate argo-cd extensions"
url: "https://github.com/argoproj/argo-helm/pull/2449"
- name: "upstream changelog"
url: "https://metallb.universe.tf/release-notes/#version-0-14-5"
4 changes: 2 additions & 2 deletions charts/misc-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/misc-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ metallb:
# -- Chart
chart: "metallb"
# -- [metallb Helm chart](https://github.com/metallb/metallb/tree/main/charts/metallb)
targetRevision: "0.13.11"
targetRevision: "0.14.5"
# -- Helm values
# @default -- [upstream values](https://github.com/metallb/metallb/blob/main/charts/metallb/values.yaml)
values: {}
Expand Down

0 comments on commit 31e0ca1

Please sign in to comment.