Skip to content

Commit

Permalink
feat(infra-apps): Update Argo CD from 2.11.1 to 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Jun 4, 2024
1 parent 3224895 commit 05c3467
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
34 changes: 18 additions & 16 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.208.0
version: 0.209.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -15,21 +15,23 @@ dependencies:
version: 0.9.1
repository: https://charts.adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: changed
description: |
feat: Update Mimir chart from 4.5.0 to 5.3.0
- update Mimir from 2.9.0 to 2.12.0
- Alertmanager API v1 deprecation
- Validate tenantID even when federation is not enabled
- Changing some default timeouts and limits in ingester, memberlist, store-gateway and query-frontend
- Removes thanos prefixed metrics from memcached
- Removes some deprecated flags in store-gateway
- shorter TTL for store-gateway temporary blocks
- fixes CVE-2023-39325
- fixes CVE-2023-45142
- upgrades Node.js to v20
description: "fix: Update Argo CD from 2.11.1 to 2.11.2"
links:
- name: "Mimir Release 2.12.0"
url: https://github.com/grafana/mimir/releases/tag/mimir-2.12.0
- name: "Argo CD 2.11.2"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.11.2
- kind: changed
description: "feat: Update Argo CD chart from 6.10.1 to 7.1.1"
links:
- name: "fix: add priorityClassName to redis-secret-init job"
url: https://github.com/argoproj/argo-helm/pull/2709
- name: "fix: redis exporter NOAUTH error"
url: https://github.com/argoproj/argo-helm/pull/2736
- name: "feat!: represent cluster credentials as a map"
url: https://github.com/argoproj/argo-helm/pull/2648
- name: "feat: make redis secret init optional"
url: https://github.com/argoproj/argo-helm/pull/2713
- name: "feat: add support for doal-stack clusters"
url: https://github.com/argoproj/argo-helm/pull/2649
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.10.1
targetRevision: 7.1.1
# -- 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 05c3467

Please sign in to comment.