Skip to content

Commit 1063ea8

Browse files
committed
feat: argo-cd v3.2.8
Signed-off-by: Justin Marquis <justin@akuity.io>
1 parent 9b8948b commit 1063ea8

15 files changed

Lines changed: 343 additions & 160 deletions

File tree

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 3.1.12-ak.0.0
3-
appVersion: 3.1.12
2+
version: 3.2.8-ak.0.0
3+
appVersion: 3.2.8
44
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
66
home: https://charts.akuity.io

charts/argo-cd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# argo-cd
22

3-
![Version: 3.1.12-ak.0.0](https://img.shields.io/badge/Version-3.1.12--ak.0.0-informational?style=flat-square) ![AppVersion: 3.1.12](https://img.shields.io/badge/AppVersion-3.1.12-informational?style=flat-square)
3+
![Version: 3.2.8-ak.0.0](https://img.shields.io/badge/Version-3.2.8--ak.0.0-informational?style=flat-square) ![AppVersion: 3.2.8](https://img.shields.io/badge/AppVersion-3.2.8-informational?style=flat-square)
44

55
A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
66

@@ -61,7 +61,7 @@ A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kube
6161
| imageUpdater.enabled | bool | `false` | Whether to enable image updater |
6262
| notificationsController | object | `{"enabled":true}` | Notifications Controller |
6363
| notificationsController.enabled | bool | `true` | Whether to enable Notifications Controller |
64-
| redis | object | `{"config":[],"enabled":true,"haProxyImage":{"repository":"public.ecr.aws/docker/library/haproxy","tag":"3.0.8-alpine"},"image":{"pullPolicy":null,"repository":"quay.io/akuity/redis","tag":"7.2.12-alpine"},"networkPolicy":{"egress":{"enabled":true}},"resources":null}` | Redis configurations |
64+
| redis | object | `{"config":[],"enabled":true,"haProxyImage":{"repository":"public.ecr.aws/docker/library/haproxy","tag":"3.0.8-alpine"},"image":{"pullPolicy":null,"repository":"quay.io/akuity/redis","tag":"8.2.2-alpine"},"networkPolicy":{"egress":{"enabled":true}},"resources":null}` | Redis configurations |
6565
| repoServer | object | `{"extraArgs":null,"image":{"pullPolicy":null,"repository":null,"tag":null},"replicas":2,"resources":null}` | Repo Server |
6666
| repoServer.extraArgs | string | `nil` | Additional command line arguments to pass to argocd-repo-server |
6767
| server | object | `{"enabled":true,"extraArgs":null,"image":{"pullPolicy":null,"repository":null,"tag":null},"ingress":{"annotations":{},"className":"","enabled":false,"host":"argocd.example.com","tls":{"enabled":false,"secretName":null}},"insecure":false,"replicas":2,"resources":null,"service":{"type":null}}` | Argo Server configuration |

charts/argo-cd/crds/crd-application.yaml

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ spec:
110110
a failed sync. If set to 0, no retries will be performed.
111111
format: int64
112112
type: integer
113+
refresh:
114+
description: 'Refresh indicates if the latest revision should
115+
be used on retry instead of the initial one (default: false)'
116+
type: boolean
113117
type: object
114118
sync:
115119
description: Sync contains parameters for the operation
@@ -1474,11 +1478,15 @@ spec:
14741478
path:
14751479
description: |-
14761480
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
1477-
from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
1481+
from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
1482+
hydrated manifests will be synced.
1483+
minLength: 1
1484+
pattern: ^.{2,}|[^./]$
14781485
type: string
14791486
targetBranch:
1480-
description: TargetBranch is the branch to which hydrated
1481-
manifests should be committed
1487+
description: |-
1488+
TargetBranch is the branch from which hydrated manifests will be synced.
1489+
If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
14821490
type: string
14831491
required:
14841492
- path
@@ -1937,6 +1945,10 @@ spec:
19371945
a failed sync. If set to 0, no retries will be performed.
19381946
format: int64
19391947
type: integer
1948+
refresh:
1949+
description: 'Refresh indicates if the latest revision should
1950+
be used on retry instead of the initial one (default: false)'
1951+
type: boolean
19401952
type: object
19411953
syncOptions:
19421954
description: Options allow you to specify whole app sync-options
@@ -2905,6 +2917,11 @@ spec:
29052917
be performed.
29062918
format: int64
29072919
type: integer
2920+
refresh:
2921+
description: 'Refresh indicates if the latest revision
2922+
should be used on retry instead of the initial one (default:
2923+
false)'
2924+
type: boolean
29082925
type: object
29092926
sync:
29102927
description: Sync contains parameters for the operation
@@ -4877,11 +4894,15 @@ spec:
48774894
path:
48784895
description: |-
48794896
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
4880-
from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
4897+
from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
4898+
hydrated manifests will be synced.
4899+
minLength: 1
4900+
pattern: ^.{2,}|[^./]$
48814901
type: string
48824902
targetBranch:
4883-
description: TargetBranch is the branch to which hydrated
4884-
manifests should be committed
4903+
description: |-
4904+
TargetBranch is the branch from which hydrated manifests will be synced.
4905+
If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
48854906
type: string
48864907
required:
48874908
- path
@@ -4956,11 +4977,15 @@ spec:
49564977
path:
49574978
description: |-
49584979
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
4959-
from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
4980+
from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
4981+
hydrated manifests will be synced.
4982+
minLength: 1
4983+
pattern: ^.{2,}|[^./]$
49604984
type: string
49614985
targetBranch:
4962-
description: TargetBranch is the branch to which hydrated
4963-
manifests should be committed
4986+
description: |-
4987+
TargetBranch is the branch from which hydrated manifests will be synced.
4988+
If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
49644989
type: string
49654990
required:
49664991
- path

0 commit comments

Comments
 (0)