Skip to content

Commit

Permalink
feat(misc-apps): Update argocd-apps from 1.4.1 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed May 22, 2024
1 parent 1d128c5 commit a13c49c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
33 changes: 27 additions & 6 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.43.0
version: 0.44.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,9 +17,30 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "fix: Update downscaler chart from 0.7.3 to 0.7.4"
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.
links:
- name: "fix: bump version to be k8s>=1.25 ready"
url: https://github.com/deliveryhero/helm-charts/pull/543
- name: "upstream issue"
url: https://codeberg.org/hjacobs/kube-downscaler/issues/39
- 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"
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 @@ -135,7 +135,7 @@ argocdApps:
# -- Chart
chart: argocd-apps
# -- [argocd-apps Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argocd-apps) version
targetRevision: 1.4.1
targetRevision: 2.0.0
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argocd-apps/values.yaml)
values: {}
Expand Down

0 comments on commit a13c49c

Please sign in to comment.