Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
version: 0.122.0
version: 0.123.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -14,3 +14,20 @@ dependencies:
- name: argoconfig
version: 0.9.0
repository: https://charts.adfinis.com
annotations:
artifacthub.io/changes: |
- kind: changed
description: feat: Upgrade Argo CD to 2.5.0
links:
- name: GitHub PR
url: https://github.com/argoproj/argo-helm/pull/1568
- kind: changed
description: fix: Chart NOTES nil references
links:
- name: GitHub PR
url: https://github.com/argoproj/argo-helm/pull/1582
- kind: changed
description: feat: Move argocd-cm and argocd-rbac-cm to config section
links:
- name: GitHub PR
url: https://github.com/argoproj/argo-helm/pull/1528
4 changes: 2 additions & 2 deletions charts/infra-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/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ argocd:
# -- Chart
chart: argo-cd
# -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version
targetRevision: 5.6.*
targetRevision: 5.8.*
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml)
values: {}
Expand Down