diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index b437637ed..cef35bc81 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -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 @@ -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 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 06525437e..72fe2e415 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.198.0](https://img.shields.io/badge/Version-0.198.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.199.0](https://img.shields.io/badge/Version-0.199.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -29,7 +29,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | argocd.destination.namespace | string | `"infra-argocd"` | Namespace | | argocd.enabled | bool | `false` | Enable Argo CD | | argocd.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL | -| argocd.targetRevision | string | `"6.7.2"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"6.7.3"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | | argocd.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) | Helm values | | argoconfig.application.annotations | object | `{}` | Optional annotations to add to all Applications metadata. | | certManager | object | [example](./examples/cert-manager.yaml) | [cert-manager](https://cert-manager.io/) | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 38253eeb5..8ac4a295e 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -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: {}