argocd-helm/charts
Thomas Decaux 63306b32f8
feat(argo-cd): Always install applicationset crd (#2682)
* Install applicationset crd always

ApplicationSet is required by argocd-server, cannot be "opt-out".

If ApplicationSet CRD is not installed, we see lot of errors:

```
W0507 19:44:33.469804 7 reflector.go:424] pkg/mod/k8s.io/client-go@v0.26.11/tools/cache/reflector.go:169: failed to list *v1alpha1.ApplicationSet: the server could not find the requested resource (get applicationsets.argoproj.io)
E0507 19:44:33.469828 7 reflector.go:140] pkg/mod/k8s.io/client-go@v0.26.11/tools/cache/reflector.go:169: Failed to watch *v1alpha1.ApplicationSet: failed to list *v1alpha1.ApplicationSet: the server could not find the requested resource (get applicationsets.argoproj.io)
```

Signed-off-by: Thomas Decaux <ebuildy@gmail.com>

* Bump chart version 

Signed-off-by: Thomas Decaux <ebuildy@gmail.com>

* Bump Chart.yaml patch version

Signed-off-by: Thomas Decaux <ebuildy@gmail.com>

* Update Chart.yaml changelog

Signed-off-by: Thomas Decaux <ebuildy@gmail.com>

---------

Signed-off-by: Thomas Decaux <ebuildy@gmail.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: yuki.kitakata <yu.croco@gmail.com>
2024-05-10 10:32:34 +02:00
..
argo-cd feat(argo-cd): Always install applicationset crd (#2682) 2024-05-10 10:32:34 +02:00
argo-events feat(argo-events): Support ability to set .Values.namespaceOverride (#2594) 2024-03-23 12:06:54 +01:00
argo-rollouts feat(argo-rollouts): Add podLabels at the controller & dashboard level (#2678) 2024-05-05 19:24:13 -05:00
argo-workflows feat(argo-workflows): Allow adding additional ServiceAccounts to RoleBinding (#2676) 2024-05-01 22:37:24 +09:00
argocd-apps feat(argocd-apps)!: use maps instead of lists (#2538) 2024-03-23 15:38:56 +00:00
argocd-image-updater feat(argocd-image-updater): Allow defining extraEnvFrom for the deployment (#2646) 2024-04-18 23:41:24 +02:00