Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(infra-apps): Update Argo CD from 2.10.3 to 2.10.4 #1211

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
69 changes: 4 additions & 65 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.198.0
version: 0.199.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,68 +18,7 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: fixed
description: "feat: Update Argo CD from 2.10.0 to 2.10.3"
description: "feat: Update Argo CD from 2.10.3 to 2.10.4"
links:
- name: "Argo CD 2.10.1"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.10.1
- name: "Argo CD 2.10.2"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.10.2
- name: "Argo CD 2.10.3"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.10.3
- kind: changed
description: "feat: Update argocd chart from 6.0.1 to 6.7.2"
links:
- name: "fix: default tls hosts for grpc ingress endpoint"
url: https://github.com/argoproj/argo-helm/pull/2580
- name: "feat: Support setting ArgoCD Notifications secret"
url: https://github.com/argoproj/argo-helm/pull/2577
- name: "feat: Support ApplicationSet in any Namespace"
url: https://github.com/argoproj/argo-helm/pull/2402
- name: "feat: Add templating of ingress extra paths and rules"
url: https://github.com/argoproj/argo-helm/pull/2530
- name: "fix: Pass argocd-server's ALB health check"
url: https://github.com/argoproj/argo-helm/pull/2553
- name: "chore: add support for http probe scheme for dex"
url: https://github.com/argoproj/argo-helm/pull/2550
- name: "feat: Add support for application controller dynamic cluster distribution"
url: https://github.com/argoproj/argo-helm/pull/2539
- name: "fix: Fix dex probes"
url: https://github.com/argoproj/argo-helm/pull/2546
- name: "feat: Allow modification of path and port for dex liveness and readiness probes"
url: https://github.com/argoproj/argo-helm/pull/2542
- name: "fix: Allow to use dedicated gRCP ingress with GKE implementation"
url: https://github.com/argoproj/argo-helm/pull/2541
- name: "feat: Format redis health check confimap mode in decimal"
url: https://github.com/argoproj/argo-helm/pull/2535
- name: "chore: Update Redis image to 7.2.4"
url: https://github.com/argoproj/argo-helm/pull/2533
- name: "fix: Fix path order in AWS Ingress declaration"
url: https://github.com/argoproj/argo-helm/pull/2531
- name: "fix: Add missing global.domain default values"
url: https://github.com/argoproj/argo-helm/pull/2525
- name: "feat: bump redis chart dep and redis exporter"
url: https://github.com/argoproj/argo-helm/pull/2524
- name: "feat: Add global domain configuration"
url: https://github.com/argoproj/argo-helm/pull/2499
- name: "fix: Fix secret name for applicationset webhook ingress"
url: https://github.com/argoproj/argo-helm/pull/2511
- name: "chore: Disable argocd-repo-server cluster role by default"
url: https://github.com/argoproj/argo-helm/pull/2498
- name: "fix: Use with instead of range on reposerver serviceaccount"
url: https://github.com/argoproj/argo-helm/pull/2506
- name: "chore: update notifications links to latest documentation"
url: https://github.com/argoproj/argo-helm/pull/2503
- name: "fix: Use correct protocols for Istio service discovery"
url: https://github.com/argoproj/argo-helm/pull/2500
- name: "feat: Add scrapeTimeout property to server and application"
url: https://github.com/argoproj/argo-helm/pull/2489
- name: "fix: Fix ports and TLS for dedicated gRPC ingress"
url: https://github.com/argoproj/argo-helm/pull/2497
- name: "fix: add hostname of extraHost to tls hosts"
url: https://github.com/argoproj/argo-helm/pull/2485
- name: "fix: Fix applicationset network policy when webhook is enabled"
url: https://github.com/argoproj/argo-helm/pull/2484
- name: "fix: Fix ingressGrpc extraTls"
url: https://github.com/argoproj/argo-helm/pull/2480
- name: "fix: Fix ingress extraHosts"
url: https://github.com/argoproj/argo-helm/pull/2479
- name: "Argo CD 2.10.4"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.10.4
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.2
targetRevision: 6.7.3
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml)
values: {}
Expand Down
Loading