Skip to content
#

argocd

Here are 372 public repositories matching this topic...

iangard
iangard commented Nov 1, 2021

We would like to use argocd image updater to automatically update the development branch of our application config repo and write back the version to git. This works well. We would then like to promote to test by merging this file into our test branch (which does not use image updater) and eventually prod branch which also does not use image updater. The issue is, each of our applications is na

enhancement good first issue
sagikazarmark
sagikazarmark commented Apr 24, 2022

Is your feature request related to a problem? Please describe.
The kubernetes.io/ingress.class annotation is deprecated and replaced by the ingressClassName parameter in the latest ingress spec.

Describe the solution you'd like
Allow setting ingressClassName in ArgoCDIngressSpec. Setting ingressClassName should override any defaults that might be set currently.

**Addition

bug good first issue

Advanced Kubernetes YAML configs - Best Practices, Tips & Tricks from production environments. AWS, GCP, Azure, GKE, EKS, AKS, Cloud SQL, CI/CD, Jenkins, TeamCity, BuildKite, GitHub Actions, ArgoCD, Spinnaker, Selenium Grid, FluxCD, Cert Manager with ACME Let's Encrypt for free ingress auto SSL certificates, patches, Helm + Kustomize

  • Updated Jul 8, 2022
  • Shell
janbrohl
janbrohl commented Dec 15, 2020

In #139 @christiansiegel wrote:

Some things we might look into before releasing on PyPI:

  • support and tests for more than one python version (currently only 3.8 is used in the docker build/test; I think even 3.7 doesn't work at the moment)
  • support windows (currently the temporary directory for git checkout is hardcoded to /tmp)
  • add proper error message if there is no git ins
enhancement good first issue

Improve this page

Add a description, image, and links to the argocd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the argocd topic, visit your repo's landing page and select "manage topics."

Learn more