Skip to content

Commit

Permalink
feat(infra-apps): update Argo CD from 2.7.4 to 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Jul 10, 2023
1 parent 286d49a commit 44aeb1a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 19 deletions.
58 changes: 42 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.165.0
version: 0.166.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -16,20 +16,46 @@ dependencies:
repository: https://charts.adfinis.com
annotations:
artifacthub.io/changes: |
- kind: security
description: "feat: update dexIDP from 2.36.0 -> 2.37.0"
links:
- name: "GitHub PR"
url: https://github.com/argoproj/argo-helm/pull/2155
- kind: changed
description: "feat(argo-cd): Update Argo CD from 2.7.4 to 2.7.7"
links:
- name: Argo CD 2.7.7
url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.7
- name: Argo CD 2.7.6
url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.6
- name: Argo CD 2.7.5
url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.5
- kind: changed
description: "mimir-distributed: Update from 3.3.0 to 4.5.0"
description: "feat(argo-cd): Update chart 5.36.2 to 5.38.0"
links:
- name: Mimir 2.9.0
url: https://github.com/grafana/mimir/releases/tag/mimir-2.9.0
- name: Mimir 2.8.0
url: https://github.com/grafana/mimir/releases/tag/mimir-2.8.0
- name: Mimir 2.7.3
url: https://github.com/grafana/mimir/releases/tag/mimir-2.7.3
- name: Mimir 2.7.2
url: https://github.com/grafana/mimir/releases/tag/mimir-2.7.2
- name: Mimir 2.7.1
url: https://github.com/grafana/mimir/releases/tag/mimir-2.7.1
- name: Mimir 2.6.0
url: https://github.com/grafana/mimir/releases/tag/mimir-2.6.0
- name: Mimir 2.5.0
url: https://github.com/grafana/mimir/releases/tag/mimir-2.5.0
- name: "chore: update Argo CD to 2.7.7"
url: https://github.com/argoproj/argo-helm/pull/2147
- name: "feat: Update appset deployment template"
url: https://github.com/argoproj/argo-helm/pull/2145
- name: "fix: Remove necessary `create` entry in `argocd-cmd-params-cm` ConfigMap"
url: https://github.com/argoproj/argo-helm/pull/2146
- name: "fix: Update argo-cd.strategy template"
url: https://github.com/argoproj/argo-helm/pull/2144
- name: "fix: Add usages to ArgoCD server certificate"
url: https://github.com/argoproj/argo-helm/pull/2143
- name: "fix: gRPC service target port"
url: https://github.com/argoproj/argo-helm/pull/2138
- name: "feat: Add `ARGOCD_NOTIFICATIONS_CONTROLLER_LOGLEVEL` and `ARGOCD_NOTIFICATIONS_CONTROLLER_LOGFORMAT` env vars to argo-notifications Deployment"
url: https://github.com/argoproj/argo-helm/pull/2127
- name: "feat: Conditionally create the argocd-cmd-params-cm ConfigMap"
url: https://github.com/argoproj/argo-helm/pull/2129
- name: "chore: Upgrade Argo CD to v2.7.6"
url: https://github.com/argoproj/argo-helm/pull/2123
- name: "feat: Add app.kubernetes.io/version label"
url: https://github.com/argoproj/argo-helm/pull/2122
- name: "fix: helm lint error when extraObjects is defined"
url: https://github.com/argoproj/argo-helm/pull/2116
- name: "chore: upgrade argo-cd to v2.7.5"
url: https://github.com/argoproj/argo-helm/pull/2108
- name: "fix: Allow specify redis config file"
url: https://github.com/argoproj/argo-helm/pull/2100
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.36.2
targetRevision: 5.38.0
# -- 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 44aeb1a

Please sign in to comment.