Pinned Loading
-
argo-cd
argo-cd PublicForked from argoproj/argo-cd
Declarative Continuous Deployment for Kubernetes
Go
-
argocd-operator
argocd-operator PublicForked from argoproj-labs/argocd-operator
A Kubernetes operator for managing Argo CD clusters.
Go
-
gitops-operator
gitops-operator PublicForked from redhat-developer/gitops-operator
An operator that gets you an ArgoCD for cluster configuration out-of-the-box on OpenShift along with the UI for visualizing environments.
Go
-
argocd-example-apps
argocd-example-apps PublicForked from argoproj/argocd-example-apps
Example Apps to Demonstrate Argo CD
Jsonnet
-
argocd-image-updater
argocd-image-updater PublicForked from argoproj-labs/argocd-image-updater
Automatic container image update for Argo CD
Go
-
358 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 7 commits in 3 repositories
Created a pull request in argoproj-labs/argocd-image-updater that received 5 comments
fix: determine the suitable github api base url from repo url
Fix the issue raised in discussion #1038 When the github enterprise api base url is not set, try to determine it based on repo url.
Opened 1 other pull request in 1 repository
argoproj/argo-cd
1
merged
-
fix(docs): update --auth-token description in argocd_appset_update.md to account for environment variable
This contribution was made on Mar 14
Reviewed 15 pull requests in 1 repository
argoproj-labs/argocd-image-updater
15 pull requests
-
chore(deps): bump github.com/redis/go-redis/v9 from 9.6.1 to 9.6.3
This contribution was made on Mar 21
-
[GITOPS-5120] Add e2e test for write-back GIT repository as annotation.
This contribution was made on Mar 19
-
Fix multi images e2e test.
This contribution was made on Mar 17
-
chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in /registry-scanner
This contribution was made on Mar 13
-
chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0
This contribution was made on Mar 13
-
fix: use compact indent for sequences
This contribution was made on Mar 13
-
Set up custom container registry and git server for image-updater e2e tests.
This contribution was made on Mar 12
-
fix: use correct default branch in multi-source applications
This contribution was made on Mar 11
-
chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs
This contribution was made on Mar 7
-
Move to yaml.v3 and preserve comments, multiline strings, anchors in helm values
This contribution was made on Mar 6
-
chore(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.27.0
This contribution was made on Mar 4
-
chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.7.1 to 4.8.1
This contribution was made on Mar 3
-
chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0
This contribution was made on Mar 3
-
chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 in /registry-scanner
This contribution was made on Mar 3
-
chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
This contribution was made on Mar 3
Created an issue in argoproj/argo-cd that received 2 comments
Document github app credentials enterprise base url when creating repository
Summary when creating a repository with github app in argocd ui or cli, one of the parameters is the enterprise api base url. From argocd docs http…