{"id":19056892,"url":"https://github.com/provectus/sak-argocd","last_synced_at":"2025-07-04T04:32:43.747Z","repository":{"id":45068400,"uuid":"331584583","full_name":"provectus/sak-argocd","owner":"provectus","description":"ArgoCD module for SAK project","archived":false,"fork":false,"pushed_at":"2023-02-09T15:08:39.000Z","size":42,"stargazers_count":4,"open_issues_count":0,"forks_count":7,"subscribers_count":86,"default_branch":"master","last_synced_at":"2025-04-24T05:29:42.569Z","etag":null,"topics":["aws","ci-cd","devops","open-source","swiss-army-kube"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/provectus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-21T09:55:47.000Z","updated_at":"2023-09-02T10:51:29.000Z","dependencies_parsed_at":"2024-11-08T23:52:24.510Z","dependency_job_id":"2f611790-10b0-4932-9c0b-e2ead0aa69c5","html_url":"https://github.com/provectus/sak-argocd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/provectus/sak-argocd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-argocd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-argocd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-argocd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-argocd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/provectus","download_url":"https://codeload.github.com/provectus/sak-argocd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-argocd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263445981,"owners_count":23467653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","ci-cd","devops","open-source","swiss-army-kube"],"created_at":"2024-11-08T23:52:18.693Z","updated_at":"2025-07-04T04:32:43.575Z","avatar_url":"https://github.com/provectus.png","language":"HCL","readme":"# ArgoCD\nModule install ArgoCD application to Kubernetes cluster and optionally configure it to track changes of the repository. To read more about ArgoCD please follow to official [documentation](https://argoproj.github.io/argo-cd/).\nArgoCD helm chart used with terraform helm_release provider as deployment option.\n\n## Example\nSimple use-case without ingresses and authentication, for accessing ArgoCD UI need to configure port-forwarding.\n``` hcl\nmodule argocd {\n  source        = \"git::https://github.com/provectus/sak-argocd.git\"\n\n  branch        = \"master\"\n  owner         = \"test-github-onwer\"\n  repository    = \"test-github-iac-repo-name\"\n  cluster_name  = \"testing\"\n  path_prefix   = \"path/for/tf/files/folder/in/repo/\"\n}\n```\n\n## Requirements\n\n```\nterraform \u003e= 1.1\nKubernetes cluster version \u003e= 1.22\n ```\n\nFor using this module with clusters \u003c1.22, use following code inside module declaration:\n```\nsource     = \"github.com/provectus/sak-argocd.git?ref=v0.1.1\"\n```\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| aws | \u003e= 3.0 |\n| helm | \u003e= 1.0 |\n| kubernetes | \u003e= 1.11 |\n| local | \u003e=2.1.0 |\n| random | \u003e= 3.1.0 |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:-----:|\n| apps\\_dir | A folder for ArgoCD apps | `string` | `\"apps\"` | no |\n| branch | A GitHub reference | `string` | n/a | yes, in case of enabling native ArgoCD behaviour  |\n| chart\\_version | An ArgoCD Helm Chart version | `string` | `\"2.7.4\"` | no |\n| cluster\\_name | A name of the EKS cluster | `string` | n/a | yes |\n| conf | A custom configuration for ArgoCD deployment | `map(string)` | `{}` | no |\n| domains | A list of domains to use | `list(string)` | `[]` | no |\n| ingress\\_annotations | A set of annotations for ArgoCD Ingress | `map(string)` | `{}` | no |\n| module\\_depends\\_on | A dependency list | `list(any)` | `[]` | no |\n| namespace | A name of the existing namespace | `string` | `\"\"` | no |\n| namespace\\_name | A name of namespace for creating | `string` | `\"argocd\"` | no |\n| oidc | A set of variables required for enabling OIDC | `map(string)` | \u003cpre\u003e{\u003cbr\u003e  \"id\": null,\u003cbr\u003e  \"pool\": null,\u003cbr\u003e  \"secret\": null\u003cbr\u003e}\u003c/pre\u003e | no |\n| owner | An owner of GitHub repository | `string` | n/a | yes, in case of enabling native ArgoCD behaviour  |\n| path\\_prefix | A path inside a repository,if it redefined then should contain a trailing slash | `string` | n/a | yes, in case of enabling native ArgoCD behaviour |\n| project\\_name | A name of the ArgoCD project for deploying SAK | `string` | `\"default\"` | no |\n| repository | A GitHub repository wich would be used for IaC needs | `string` | n/a | yes, in case of enabling native ArgoCD behaviour  |\n| vcs | A host name of VCS | `string` | `\"github.com\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| state | A set of values that required for other modules in case of enabling ArgoCD |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprovectus%2Fsak-argocd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprovectus%2Fsak-argocd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprovectus%2Fsak-argocd/lists"}