The Wayback Machine - https://web.archive.org/web/20220407183223/https://github.com/topics/argocd
Skip to content
#

argocd

Here are 318 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

The AWS EKS Accelerator for Terraform is a framework designed to help deploy and operate secure multi-account, multi-region AWS environments. The power of the solution is the configuration file which enables the users to provide a unique terraform state for each cluster and manage multiple clusters from one repository. This code base allows users to deploy EKS add-ons using Helm charts.

  • Updated Apr 7, 2022
  • HCL
rfftrifork
rfftrifork commented Feb 11, 2022

Describe the bug
When setting up an ArgoCd, and later changing the host the ingress will not be updated with the new host information.

To Reproduce
Do a kubectl apply on something like:

apiVersion: argoproj.io/v1alpha1
kind: ArgoCD
metadata:
  name: argocd
spec:
  server:
    ingress:
      enabled: true

followed by a kubectl apply on something like:

``

good first issue help wanted triage:required

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 Apr 5, 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