Skip to content

Commit

Permalink
fix(infra-apps): Update Argo CD from 2.10.4 to 2.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed May 1, 2024
1 parent 6913061 commit 0d5c685
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
37 changes: 33 additions & 4 deletions 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.199.0
version: 0.200.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,7 +18,36 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: fixed
description: "feat: Update Argo CD from 2.10.3 to 2.10.4"
description: "feat: Update Argo CD from 2.10.4 to 2.10.9"
links:
- name: "Argo CD 2.10.4"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.10.4
- name: "Argo CD 2.10.5"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.10.5
- name: "Argo CD 2.10.6"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.10.6
- name: "Argo CD 2.10.7"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.10.7
- name: "Argo CD 2.10.8"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.10.8
- name: "Argo CD 2.10.9"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.10.9
- kind: fixed
description: "feat: Update Helm chart from 6.73 to 6.7.18"
links:
- name: "fix: add timeout for jq"
url: https://github.com/argoproj/argo-helm/pull/2666
- name: "fix: Pre-set statusbadge.url only when statusbadge is enabled"
url: https://github.com/argoproj/argo-helm/pull/2658
- name: "feat: Pre-set statusbadge.url to global.domain value"
url: https://github.com/argoproj/argo-helm/pull/2657
- name: "feat: Bump argocd-extension-installer to 0.0.5"
url: https://github.com/argoproj/argo-helm/pull/2647
- name: "fix: make automountServiceAccountToken configurable"
url: https://github.com/argoproj/argo-helm/pull/2625
- name: "fix: Add required label for CLI on redis-ha-haproxy pod"
url: https://github.com/argoproj/argo-helm/pull/2627
- name: "feat: Add sizeLimit parameters on emptyDir"
url: https://github.com/argoproj/argo-helm/pull/2607
- name: "feat: enabled server cluster role permissions overriding"
url: https://github.com/argoproj/argo-helm/pull/2606
- name: "fix: support 'application in any namespace' for the argocd-server ClusterRole"
url: https://github.com/argoproj/argo-helm/pull/2609
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: 6.7.3
targetRevision: 6.7.18
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml)
values: {}
Expand Down

0 comments on commit 0d5c685

Please sign in to comment.