Skip to content

Commit

Permalink
Update index.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: hairmare <[email protected]>
  • Loading branch information
hairmare committed May 22, 2024
1 parent 88a7d57 commit d4595bd
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13870,6 +13870,56 @@ entries:
- https://github.com/adfinis-sygroup/helm-charts/releases/download/logging-apps-0.0.1/logging-apps-0.0.1.tgz
version: 0.0.1
misc-apps:
- 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.
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"
apiVersion: v2
created: "2024-05-22T08:49:32.692387879Z"
dependencies:
- name: argoconfig
repository: https://charts.adfinis.com
version: 0.9.1
description: Argo CD app-of-apps config for miscellaneous small tools
digest: b87f0049218c0857b2e5cac540d336fefe83f4ea1adf3d4ad0985cef1e2205bb
home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps
maintainers:
- email: [email protected]
name: adfinis
url: https://adfinis.com
name: misc-apps
sources:
- https://github.com/adfinis/helm-charts
type: application
urls:
- https://github.com/adfinis/helm-charts/releases/download/misc-apps-0.44.0/misc-apps-0.44.0.tgz
version: 0.44.0
- annotations:
artifacthub.io/changes: |
- kind: changed
Expand Down Expand Up @@ -26414,4 +26464,4 @@ entries:
urls:
- https://github.com/adfinis-sygroup/helm-charts/releases/download/vault-monitoring-0.1.0/vault-monitoring-0.1.0.tgz
version: 0.1.0
generated: "2024-05-22T07:47:04.355360202Z"
generated: "2024-05-22T08:49:32.694099024Z"

0 comments on commit d4595bd

Please sign in to comment.