{"id":36495168,"url":"https://github.com/darklab8/argocd-cue","last_synced_at":"2026-01-12T02:01:01.279Z","repository":{"id":228106596,"uuid":"773161205","full_name":"darklab8/argocd-cue","owner":"darklab8","description":"argocd plugin to support Cue config language","archived":false,"fork":false,"pushed_at":"2024-03-18T23:42:17.000Z","size":324,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-16T01:14:18.302Z","etag":null,"topics":["argocd","argocd-plugin","cue","cuelang","golang","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"CUE","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darklab8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-16T22:56:11.000Z","updated_at":"2024-09-23T20:17:45.000Z","dependencies_parsed_at":"2024-03-17T21:53:45.116Z","dependency_job_id":"03e14530-ca91-43eb-accf-9cb969b4e05e","html_url":"https://github.com/darklab8/argocd-cue","commit_stats":null,"previous_names":["darklab8/argocd-cue","darklab8/argocue"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/darklab8/argocd-cue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darklab8%2Fargocd-cue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darklab8%2Fargocd-cue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darklab8%2Fargocd-cue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darklab8%2Fargocd-cue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darklab8","download_url":"https://codeload.github.com/darklab8/argocd-cue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darklab8%2Fargocd-cue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["argocd","argocd-plugin","cue","cuelang","golang","kubernetes"],"created_at":"2026-01-12T02:00:21.731Z","updated_at":"2026-01-12T02:01:01.274Z","avatar_url":"https://github.com/darklab8.png","language":"CUE","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argo cd plugin to support Cue language, a.k.a Cuelang\n\n![example](docs/example.png)\n\n# Examples\n\n- [See folder examples](examples)\n- [find more examples in repo infra/k8s/modules](https://github.com/darklab8/infra/tree/master/k8s/modules)\n\nYour can pass extra parameters into argocd application declarations to customize deployments!\n- That is necessary to customize `helm template` result with extra args\n- [You can find examples here](https://github.com/darklab8/infra/tree/master/k8s/production)\n\n# Features\n\n- you can use this plugin and cue to implement\n    - kubernetes manfiests\n    - helm charts\n\n- it is in customize format with pinned all dependencies\n- using at the moment of this writing:\n    - cue 0.7.1 ([See here](plugin/install_deps.sh) for adjustments)\n    - helm v3.10.3 ([See here](plugin/install_deps.sh) for adjustments)\n    - argocd v2.8.11 (Replace approproate file in [plugin folder](plugin) if necessary)\n    - kubectl v1.29.1\n    - dependencies are easily adjustable in install_deps.sh\n- tested on\n  - local [Kind cluster](https://kind.sigs.k8s.io/) for amd64 cpu arch, kind v0.22.0, kube v1.29.2\n  - microk8s with arm64 cpu architecture too, microk8s 1.28.7\n- inspired by [official guide](https://argo-cd.readthedocs.io/en/stable/operator-manual/config-management-plugins/) and their [helm example plugin](https://github.com/argoproj/argo-cd/tree/master/examples/plugins/helm)\n\n# Getting started with kind cluster\n\n- install\n    - [Taskfile](https://taskfile.dev/installation/)\n    - [Kind](https://kind.sigs.k8s.io/docs/user/quick-start/)\n\n- run `task cluster:create`\n- run `task cluster:scan`\n    - get observed ipaddress+port\n    - replace cluster address+port in ~/.kube/config for kind cluster with this value\n\n- deploy argo with `task argo:deploy` ( kubectl apply -k ./plugin )\n- deploy sample apps `task argo:apply`\n\n# Some docs\n\n- [Cuelang docs](https://cuelang.org/)\n- [argocd cue discussion](https://github.com/argoproj/argo-cd/discussions/14472#discussioncomment-8795723)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarklab8%2Fargocd-cue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarklab8%2Fargocd-cue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarklab8%2Fargocd-cue/lists"}