Add traefik.io (which is the only supported apiGroup for traefik >3.0)
to clusterrole and role of argo-rollouts chart
Signed-off-by: Kamil Swoboda <kswoboda@getresponse.com>
Signed-off-by: Kaswob <44066982+Kaswob@users.noreply.github.com>
* feat(argo-rollouts): Most users of Argo-rollouts may store secrets on vault which allows to auto inject secrets directly to secrets object using annotations.
Signed-off-by:Mohamed Ragab <mohamed.ragab@hellofresh.com>
Signed-off-by: Mohamed Ragab <mohamed.ragab@hellofresh.com>
* Fix indentation
Signed-off-by: Mohamed Ragab <mohamed.ragab@hellofresh.com>
---------
Signed-off-by: Mohamed Ragab <mohamed.ragab@hellofresh.com>
Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
* fix(argo-workflows): revert `BASE_HREF` change
This reverts commit 134cecde58.
Sorry, I screwed up this and caused a regression. Didn't read my own release notes (from 4 months ago to be fair) where `ARGO_BASE_HREF` would not work previously as it was inconsistently `ARGO_BASEHREF`. So there is no forward compatible change to be made here, so just revert this.
Will have to reinstate this change for the 3.6 upgrade
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* changelog update
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
Adding checksum to argocd-cm to dex pod
Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com>
Co-authored-by: yuki.kitakata <yu.croco@gmail.com>
* feat(argo-workflows): Allow adding additional ServiceAccounts to RoleBinding (#2676)
remove unnecessary if statements
Signed-off-by: Daniel Beilin <daniel.beilin@outlook.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* feat(argo-cd): Support ability to set .Values.namespaceOverride
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* fix(argo-cd): typo
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* chore(deps): update actions/create-github-app-token action to v1.10.0 (#2677)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* feat(argo-rollouts): Add podLabels at the controller & dashboard level (#2678)
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* feat(argo-cd): Support ability to set .Values.namespaceOverride
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* fix(argo-cd): typo
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* fix(argo-cd): autocorrection
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* fix(argo-cd): typos
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* fix(argo-cd): typos
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* removed auota
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
* Update Chart.yaml
Signed-off-by: Andres Vara <46708607+andres-vara@users.noreply.github.com>
---------
Signed-off-by: Daniel Beilin <daniel.beilin@outlook.com>
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
Signed-off-by: Andres Vara <46708607+andres-vara@users.noreply.github.com>
Co-authored-by: Daniel Beilin <144586547+dbeilin@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
Co-authored-by: Andres Vara Parsegov <andres.vara@chase.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: mitchell amihod <mitchell@amihod.com>
* 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>