* 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>
fix(extra-manifests): fix helm lint error when extraObjecrts is defined
Signed-off-by: Grégory SANCHEZ <gregory.sanchez@icloud.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
* fix(argo-rollouts): Use annotation cont metrics
Signed-off-by: Artur Mudrykh <a.mudrykh@uzum.com>
* fix(argo-rollouts): add changes and bump version
Signed-off-by: Artur Mudrykh <a.mudrykh@uzum.com>
* fix chart.yaml
Signed-off-by: Artur Mudrykh <a.mudrykh@uzum.com>
---------
Signed-off-by: Artur Mudrykh <a.mudrykh@uzum.com>
Co-authored-by: Artur Mudrykh <a.mudrykh@uzum.com>
- to matches how `argoproj` lists Alumni (6011d3e173/MAINTAINERS.md?plain=1#L11)
- though it has more details including role and affiliation. could do that here too, but I don't know what all those are, so left those columns out
- fortunately everyone's name was listed on their profile, so just copy+paste those!
- confirmed that all links work
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>