* Redis to 7.0.13
Signed-off-by: Pieter van der Giessen <pieter@pionative.com>
* changelog
Signed-off-by: Pieter van der Giessen <pieter@pionative.com>
---------
Signed-off-by: Pieter van der Giessen <pieter@pionative.com>
Add checksum for CMP ConfigMap in repo-server
This helm chart defines the plugins as ConfigMaps -- according to the docs, when the CM is modified, the repo-server Pod must be restarted to have the sidecars pick up the latest changes:
https://argo-cd.readthedocs.io/en/stable/operator-manual/config-management-plugins/#debugging-a-cmp
The changes in this helm chart allow for a checksum to be calculated from the ConfigMap and added as a Pod annotation so whenever the CM values are modified, the Pod is restarted automatically.
Signed-off-by: sibucan <luis.ramirez.rivera92@gmail.com>
* feat(argo-workflows): add a sample HA config
- a `values-ha.yaml` as an example for how one would set-up HA according to the Argo Workflows docs
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* docs(argo-workflows): add an HA section
- plus add a test for HA, which the docs link to as an example
- link back to [upstream docs](https://argoproj.github.io/argo-workflows/high-availability/) as well
- follow the same basic structure as the [Argo CD chart for HA](3e35b0c7f7/charts/argo-cd/README.md?plain=1#L17)
- as asked in review
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
Signed-off-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
- Adds a toggle to be able to turn off the helm-working-dir for the
repo server deployment. Using a shared helm repo storage directory can
cause issues when multiple helm commands are being run in parallel.
The repo server also has the ability to rebuild the repos and do
updates in the normal flow for checking the status of an application
so it won't cause issues if it's disabled.
Signed-off-by: Andrew Hamilton <ahamilton55@gmail.com>
* fix(argo-cd): Restart Repo Server and Application Controller as following the change of Argo CD CM
Signed-off-by: yu-croco <yu.croco@gmail.com>
* fix(argo-cd): Aligne condition to argocd-cm
Signed-off-by: yu-croco <yu.croco@gmail.com>
---------
Signed-off-by: yu-croco <yu.croco@gmail.com>
* Make the PathType configurable when using single ingress resource in AWS
Signed-off-by: Tamas <tamas@ujet.cx>
* update chart version and doc
Signed-off-by: Tamas <tamas@ujet.cx>
* Fix reference to value in range
Signed-off-by: Tamas <tamas@ujet.cx>
---------
Signed-off-by: Tamas <tamas@ujet.cx>
Co-authored-by: Tamas <tamas@ujet.cx>
* chore(argo-rollouts): Upgrade Argo Rollouts to v1.6.0
Signed-off-by: Gustav Kofoed Clausen <gustavclausen@users.noreply.github.com>
* chore(argo-rollouts): Update CRDs to matching version
Signed-off-by: Gustav Kofoed Clausen <gustavclausen@users.noreply.github.com>
---------
Signed-off-by: Gustav Kofoed Clausen <gustavclausen@users.noreply.github.com>
Co-authored-by: Gustav Kofoed Clausen <gustavclausen@users.noreply.github.com>
* chore(argo-cd): Remove support for legacy cert-manager APIs
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Bump minor version
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
---------
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Update servicemonitor.yaml to allow for namespace to be set
Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>
* Update README.md
Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>
* Update values.yaml
Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>
* Update Chart.yaml
Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>
* Update Chart.yaml
Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>
* Alphabetized namespace addition in README
Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>
---------
Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>
* fix(argo-rollouts): add CI for enabling extra objects for argo-rollouts
Add CI for extra objects
Signed-off-by: jmeridth <jmeridth@gmail.com>
* fix: rename extra objects ci file to have -values suffix
Signed-off-by: jmeridth <jmeridth@gmail.com>
---------
Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>