{"id":20017113,"url":"https://github.com/blackbird-cloud/application-bootstrap-chart","last_synced_at":"2026-06-06T18:31:52.613Z","repository":{"id":213713699,"uuid":"734735694","full_name":"blackbird-cloud/application-bootstrap-chart","owner":"blackbird-cloud","description":"A handy helm template for bootstraping k8s applications. This template creates a space for kubernetes applications and some small bootstrap components such as secrets, namespace, and ArgoCD application. This repo can be combined with our terraform helm deploy modules for all major cloud providers","archived":false,"fork":false,"pushed_at":"2024-09-18T09:45:20.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T15:45:53.204Z","etag":null,"topics":["application","helm","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Smarty","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackbird-cloud.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":"2023-12-22T13:23:02.000Z","updated_at":"2024-09-18T09:43:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"c30a7f69-80f5-49b3-934a-3256c8f5245b","html_url":"https://github.com/blackbird-cloud/application-bootstrap-chart","commit_stats":null,"previous_names":["blackbird-cloud/application-bootstrap-chart"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fapplication-bootstrap-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fapplication-bootstrap-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fapplication-bootstrap-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fapplication-bootstrap-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackbird-cloud","download_url":"https://codeload.github.com/blackbird-cloud/application-bootstrap-chart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241451677,"owners_count":19964901,"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":["application","helm","kubernetes"],"created_at":"2024-11-13T08:14:28.200Z","updated_at":"2026-06-06T18:31:51.203Z","avatar_url":"https://github.com/blackbird-cloud.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blackbird Cloud Kubernetes Application Bootstrap\n[![blackbird-logo](https://raw.githubusercontent.com/blackbird-cloud/terraform-module-template/main/.config/logo_simple.png)](https://www.blackbird.cloud)\n\nA handy helm template for bootstraping k8s applications. This template creates a space for kubernetes applications and some small bootstrap components such as secrets, namespace, and ArgoCD application.\n\nThis repo can be combined with our terraform helm deploy modules for all major cloud provider, [AWS EKS](https://github.com/blackbird-cloud/terraform-aws-eks-helm-release), [Google Cloud GKE](https://github.com/blackbird-cloud/terraform-google-gke-helm-deployment), and [Azure AKS](https://github.com/blackbird-cloud/terraform-azurerm-aks-helm-release). Or maybe BYOP (Bring Your Own Provider) with [terraform helm deploy module](https://github.com/blackbird-cloud/terraform-helm-deployment)\n\n## Terraform Example\n```hcl\nmodule \"my-application-bootstrap\" {\n  source  = \"blackbird-cloud/deployment/helm\"\n  version = \"\u003e= 1.1.2\"\n\n  name        = \"my-application\"\n  description = \"my-application\"\n  namespace   = \"argo-cd\"\n\n  cleanup_on_fail = true\n  force_update    = true\n  wait            = true\n  wait_for_jobs   = true\n\n  values = [\n    yamlencode({\n      namespace: {\n        name: \"my-application\"\n      },\n      role: {\n        create: true\n      },\n      secretproviderclass: {\n        create: true,\n        spec: {\n            provider: \"aws\",\n            secretsObjects: [\n                {\n                    data: [\n                        {\n                            key: \"DATABASE_PASSWORD\",\n                            objectName: \"DATABASE_PASSWORD\"\n                        }\n                    ],\n                    secretName: var.database_secret_name,\n                    type: \"Opaque\"\n                }\n            ]\n        }\n      },\n      argoapplication: {\n        create: true,\n        spec: {\n            project: default,\n            source: {\n                repoURL: \"https://github.com/my-organization/my-repository\"\n                targetRevision: \"main\"\n                path: \"./deployment/production\"\n            },\n            destination: {\n                server: https://kubernetes.default.svc\n                namespace: \"my-application\"\n            }\n        }\n      }\n    })\n  ]\n}\n```\n\n\n## About\n\nWe are [Blackbird Cloud](https://blackbird.cloud), Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.\n\nCheckout our other :point\\_right: [terraform modules](https://registry.terraform.io/namespaces/blackbird-cloud)\n\n## Copyright\n\nCopyright © 2017-2023 [Blackbird Cloud](https://www.blackbird.cloud)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fapplication-bootstrap-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackbird-cloud%2Fapplication-bootstrap-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fapplication-bootstrap-chart/lists"}