{"id":35646336,"url":"https://github.com/dfds/platform-apps","last_synced_at":"2026-06-01T10:00:51.599Z","repository":{"id":43466352,"uuid":"377101513","full_name":"dfds/platform-apps","owner":"dfds","description":"Base catalogue of apps for Flux","archived":false,"fork":false,"pushed_at":"2026-05-26T10:20:50.000Z","size":2972,"stargazers_count":2,"open_issues_count":14,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-05-26T12:26:20.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Io","has_issues":true,"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/dfds.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-15T09:06:04.000Z","updated_at":"2026-05-22T10:51:54.000Z","dependencies_parsed_at":"2023-02-16T19:45:35.384Z","dependency_job_id":"fae856b6-8003-48f7-ac8a-bd1649067d48","html_url":"https://github.com/dfds/platform-apps","commit_stats":null,"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"purl":"pkg:github/dfds/platform-apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fplatform-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fplatform-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fplatform-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fplatform-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfds","download_url":"https://codeload.github.com/dfds/platform-apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fplatform-apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33769492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":[],"created_at":"2026-01-05T13:15:16.329Z","updated_at":"2026-06-01T10:00:51.576Z","avatar_url":"https://github.com/dfds.png","language":"Io","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Platform Apps - a catalogue of apps for Flux CD\n\nThis repository has the **specification** of Flux CD resources for different apps.\n\nThe *apps* directory contains sub directories with Flux CD Helm releases, charts and opinionated chart values.\n\n## Development practices\n\n- Test on feature branch in your sandbox.\n- Raise a Pull Request to main branch\n- Test main branch in QA.\n- If successful in QA, create a tag and release from main branch using semantic versioning, like v1.2.3\n- Minor and patch releases get automatic rollout to staging.\n- Patch releases get automatic rollout to prod and standby.\n- Major releases are rolled out manually through pull requests.\n\n![GIt workflow](./platform-apps-git.drawio.png \"Git workflow\")\n\nLook at [RELEASE.md](RELEASE.md) for the full process flow, rollback option and timeline.\n\n## Usage\n\nIn order to implement the resources in this repository you need the following on your **implementation** side:\n\n- kustomization.yaml\n\n### platform-apps.yaml example\n\n```yaml\n---\napiVersion: source.toolkit.fluxcd.io/v1\nkind: GitRepository\nmetadata:\n  name: platform-apps-git\n  namespace: flux-system\nspec:\n  interval: 1m0s\n  ref:\n    branch: main\n  url: https://github.com/dfds/platform-apps\n```\n\n### kustomization.yaml example\n\nThis is a standard k8s Kustomization resource where we reference the specific app we want to install with Flux.\nThis will contain a link to the specific app under the apps folder; in this example *traefik*.\n\nOptionally it can also contain a **patches** section that includes inline YAML, if we want to patch any of the Helm chart values.\n\n```yaml\n----\napiVersion: kustomize.config.k8s.io/v1beta1\nkind: Kustomization\nresources:\n  - https://github.com/dfds/platform-apps/apps/traefik-blue-variant\n```\n\n### Terraform\n\nIn our setup we use the the \u003chttps://github.com/dfds/infrastructure-modules/tree/master/_sub/compute/k8s-traefik-flux\u003e Terraform module to generate the kustomization.yaml files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfds%2Fplatform-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfds%2Fplatform-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfds%2Fplatform-apps/lists"}