argocd
Here are 278 public repositories matching this topic...
-
Updated
Jan 28, 2022
-
Updated
Feb 7, 2022 - Shell
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
-
Updated
Oct 17, 2021
Is your feature request related to a problem? Please describe.
As we can see from the document about how to install Argo CDoperator manually.
make deploy IMG=quay.io/my-org/argocd-operator:latestUsers need to clone the git repository to the local environment. This is not convenient if they just want to install instead of exploring the codebase.
**Describe the solu
k8s_taints are not documented right now.
see https://github.com/aws-samples/aws-eks-accelerator-for-terraform/blob/main/modules/aws-eks-managed-node-groups/locals.tf#L24
Here is a working example you can use:
k8s_taints = [{key= "purpose", value="execution", "effect"="NO_SCHEDULE"}]I haven't tested it with fargate profiles:
https://github.com/aws-samples/aws-eks-acc
-
Updated
Feb 3, 2022 - Go
-
Updated
Feb 1, 2022 - HCL
-
Updated
Feb 7, 2022 - HCL
-
Updated
Jan 20, 2022 - Shell
-
Updated
Feb 7, 2022 - Shell
-
Updated
Jul 29, 2021 - HCL
-
Updated
Feb 7, 2022 - Go
-
Updated
Jul 16, 2020
-
Updated
Feb 8, 2022 - Shell
-
Updated
Oct 12, 2020 - HCL
-
Updated
Apr 13, 2021 - Dhall
-
Updated
Feb 2, 2022 - Python
-
Updated
Feb 3, 2022 - Go
-
Updated
Jan 22, 2022
-
Updated
Feb 5, 2022 - Jinja
-
Updated
Jan 13, 2022 - JavaScript
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
-
Updated
May 12, 2021 - Shell
Improve this page
Add a description, image, and links to the argocd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the argocd topic, visit your repo's landing page and select "manage topics."
Manually keeping all dependencies up to date can be a time consuming task which can easily be automated.
One possible solution for this is renovatebot which periodically checks for new versions and can create a pull request for each update found.
It can easily be deployed on kubernetes via helm and works with [gite