You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/argo-cd/README.md
+24-9Lines changed: 24 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,14 @@ For full list of changes please check ArtifactHub [changelog].
105
105
106
106
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
107
107
108
+
### 5.53.0
109
+
110
+
Argocd-repo-server can now optionally use Persistent Volumes for its mountpoints instead of only emptydir()
111
+
112
+
### 5.52.0
113
+
Because [Argo CD Extensions] is now deprecated and no further changes will be made, we switched to [Argo CD Extension Installer], adding an Argo CD Extension Installer to init-container in the Argo CD API server.
114
+
If you used old mechanism, please move to new mechanism. For more details, please refer `.Values.server.extensions` in values.yaml.
115
+
108
116
### 5.35.0
109
117
This version supports Kubernetes version `>=1.23.0-0`. The current supported version of Kubernetes is v1.24 or later and we align with the Amazon EKS calendar, because many AWS users follow a conservative approach.
110
118
@@ -551,6 +559,7 @@ NAME: my-release
551
559
| configs.params.create | bool | `true` | Create the argocd-cmd-params-cm configmap If false, it is expected the configmap will be created by something else. |
552
560
| configs.rbac."policy.csv" | string | `''` (See [values.yaml]) | File containing user-defined policies and role definitions. |
553
561
| configs.rbac."policy.default" | string | `""` | The name of the default role which Argo CD will falls back to, when authorizing API requests (optional). If omitted or empty, users may be still be able to login, but will see no apps, projects, etc... |
562
+
| configs.rbac."policy.matchMode" | string | `"glob"` | Matcher function for Casbin, `glob` for glob matcher and `regex` for regex matcher. |
554
563
| configs.rbac.annotations | object | `{}` | Annotations to be added to argocd-rbac-cm configmap |
555
564
| configs.rbac.create | bool | `true` | Create the argocd-rbac-cm configmap with ([Argo CD RBAC policy]) definitions. If false, it is expected the configmap will be created by something else. Argo CD will not work if there is no configmap created with the name above. |
556
565
| configs.rbac.scopes | string | `"[groups]"` | OIDC scopes to examine during rbac enforcement (in addition to `sub` scope). The scope value can be a string, or a list of strings. |
@@ -559,6 +568,8 @@ NAME: my-release
559
568
| configs.secret.annotations | object | `{}` | Annotations to be added to argocd-secret |
| repoServer.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for Repo server pods |
680
691
| repoServer.env | list | `[]` | Environment variables to pass to repo server |
681
692
| repoServer.envFrom | list | `[]` (See [values.yaml]) | envFrom to pass to repo server |
693
+
| repoServer.existingVolumes | object | `{}` | Volumes to be used in replacement of emptydir on default volumes |
682
694
| repoServer.extraArgs | list | `[]` | Additional command line arguments to pass to repo server |
683
695
| repoServer.extraContainers | list | `[]` | Additional containers to be added to the repo server pod |
684
696
| repoServer.hostNetwork | bool | `false` | Host Network for Repo server pods |
@@ -792,10 +804,11 @@ NAME: my-release
792
804
| server.env | list | `[]` | Environment variables to pass to Argo CD server |
793
805
| server.envFrom | list | `[]` (See [values.yaml]) | envFrom to pass to Argo CD server |
794
806
| server.extensions.containerSecurityContext | object | See [values.yaml] | Server UI extensions container-level security context |
795
-
| server.extensions.enabled | bool | `false` | Enable support for Argo UI extensions |
807
+
| server.extensions.enabled | bool | `false` | Enable support for Argo CD extensions |
808
+
| server.extensions.extensionList | list | `[]` (See [values.yaml]) | Extensions for Argo CD |
796
809
| server.extensions.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for extensions |
797
-
| server.extensions.image.repository | string | `"ghcr.io/argoproj-labs/argocd-extensions"` | Repository to use for extensions image |
798
-
| server.extensions.image.tag | string | `"v0.2.1"` | Tag to use for extensions image |
810
+
| server.extensions.image.repository | string | `"quay.io/argoprojlabs/argocd-extension-installer"` | Repository to use for extension installer image |
811
+
| server.extensions.image.tag | string | `"v0.0.1"` | Tag to use for extension installer image |
799
812
| server.extensions.resources | object | `{}` | Resource limits and requests for the argocd-extensions container |
800
813
| server.extraArgs | list | `[]` | Additional command line arguments to pass to Argo CD server |
801
814
| server.extraContainers | list | `[]` | Additional containers to be added to the server pod |
@@ -946,7 +959,7 @@ server:
946
959
| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
| redis-ha.redis.config | object | See [values.yaml] | Any valid redis config options in this section will be applied to each server (see `redis-ha` chart) |
1109
1122
| redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled |
@@ -1337,3 +1350,5 @@ Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/
0 commit comments