Skip to content

Commit

Permalink
feat(infra-apps): Update argo-cd from 3.7.3 to 3.7.5 (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Jun 19, 2023
1 parent 0607c9a commit cd315cb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 38 deletions.
52 changes: 17 additions & 35 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.162.0
version: 0.163.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,40 +17,22 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "argo-cd: Update from 3.7.1 to 3.7.3"
description: "argo-cd: Update from 3.7.3 to 3.7.5"
links:
- name: GitHub Release 3.7.2
url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.2
- name: GitHub Release 3.7.3
url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.3
- name: GitHub Release 3.7.4
url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.4
- name: GitHub Release 3.7.5
url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.5
- kind: changed
description: "argo-cd: update chart from 5.32.0 to 5.34.6"
description: "argo-cd: update chart from 5.34.6 to 5.36.2"
links:
- name: "feat: Enable to customize Service type of applicationset-controller"
url: https://github.com/argoproj/argo-helm/pull/2014
- name: "feat: Introduce chart signing"
url: https://github.com/argoproj/argo-helm/pull/2042
- name: "feat: Add ability to add prometheus.io/scrape annotations"
url: https://github.com/argoproj/argo-helm/pull/2037
- name: "feat: Add ability to add additional labels to all CRDs"
url: https://github.com/argoproj/argo-helm/pull/2051
- name: "fix: Upgrade Argo CD to v2.7.2"
url: https://github.com/argoproj/argo-helm/pull/2054
- name: "feat: Enable to add certificate to ApplicationSet Controller"
url: https://github.com/argoproj/argo-helm/pull/2052
- name: "feat: Update redis-ha to v4.23.0"
url: https://github.com/argoproj/argo-helm/pull/2058
- name: "feat: add lifecycle hooks to repo server"
url: https://github.com/argoproj/argo-helm/pull/1922
- name: "feat: Add new BitbucketCloud ssh keys"
url: https://github.com/argoproj/argo-helm/pull/2062
- name: "fix: don't request applicationsets if its disabled"
url: https://github.com/argoproj/argo-helm/pull/2069
- name: "fix: Align with upstream dex initContainers"
url: https://github.com/argoproj/argo-helm/pull/2070
- name: "fix: Allow to disable containerSecurityContext"
url: https://github.com/argoproj/argo-helm/pull/2072
- name: "fix: Upgrade Argo CD to v2.7.3"
url: https://github.com/argoproj/argo-helm/pull/2075
- name: "feat Adding 'appProtocol: HTTPS' to HTTPS service port of argocd-server "
url: https://github.com/argoproj/argo-helm/pull/1955
- name: "fix: 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
- name: "feat: Add 'global.env' for all deployed containers"
url: https://github.com/argoproj/argo-helm/pull/2096
- name: "fix: Upgrade Argo CD to v2.7.4"
url: https://github.com/argoproj/argo-helm/pull/2095
- name: "feat: Upgrade supported Kubernetes version to v1.23.0"
url: https://github.com/argoproj/argo-helm/pull/2087
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.34.6
targetRevision: 5.36.2
# -- 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 cd315cb

Please sign in to comment.