{"id":21323190,"url":"https://github.com/schwarzit/node-red-chart","last_synced_at":"2026-01-06T20:32:56.209Z","repository":{"id":36998456,"uuid":"375567460","full_name":"SchwarzIT/node-red-chart","owner":"SchwarzIT","description":"Node-red Helm Chart","archived":false,"fork":false,"pushed_at":"2025-03-28T11:37:22.000Z","size":509,"stargazers_count":48,"open_issues_count":6,"forks_count":28,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T23:08:57.607Z","etag":null,"topics":["helm","helm-chart","internet-of-things","iot","k8s","kubernetes","node-red"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"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/SchwarzIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-10T04:17:33.000Z","updated_at":"2025-03-25T11:42:10.000Z","dependencies_parsed_at":"2023-10-30T15:34:19.638Z","dependency_job_id":"4f77a14f-e2be-4996-8660-ca3d303ddd86","html_url":"https://github.com/SchwarzIT/node-red-chart","commit_stats":{"total_commits":329,"total_committers":15,"mean_commits":"21.933333333333334","dds":0.2978723404255319,"last_synced_commit":"610d0c7ac55e8b6e68c17b48a3d1ba7fdffa3984"},"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SchwarzIT%2Fnode-red-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SchwarzIT%2Fnode-red-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SchwarzIT%2Fnode-red-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SchwarzIT%2Fnode-red-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SchwarzIT","download_url":"https://codeload.github.com/SchwarzIT/node-red-chart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657275,"owners_count":20974344,"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":["helm","helm-chart","internet-of-things","iot","k8s","kubernetes","node-red"],"created_at":"2024-11-21T20:21:21.988Z","updated_at":"2025-10-03T19:57:04.843Z","avatar_url":"https://github.com/SchwarzIT.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `node-red ⚙`\n\n[![SIT](https://img.shields.io/badge/SIT-awesome-blueviolet.svg?style=for-the-badge)](https://jobs.schwarz)\n\n![Helm](https://img.shields.io/badge/helm-0F1689?style=for-the-badge\u0026logo=helm\u0026logoColor=white)\n![Node-Red](https://img.shields.io/badge/node--red_4.x-8F0000?style=for-the-badge\u0026logo=nodered\u0026logoColor=white)\n\n![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/SchwarzIT/node-red-chart/publish.yaml?logo=github\u0026style=for-the-badge\u0026branch=main)\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/node-red\u0026style=for-the-badge)](https://artifacthub.io/packages/search?repo=node-red)\n\n[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/SchwarzIT/node-red-chart/badge?style=for-the-badge)](https://api.securityscorecards.dev/projects/github.com/SchwarzIT/node-red-chart)\n\n\u003cimg src=\"https://nodered.org/about/resources/media/node-red-icon-2.png\" width=\"80\" height=\"80\"\u003e\n\nA Helm chart for Node-Red, a low-code programming for event-driven applications\n\n**Homepage:** \u003chttps://nodered.org/\u003e\n\n## Usage (via OCI Registry)\n\nTo install the chart using the OCI artifact, run:\n\n```bash\nhelm install node-red oci://ghcr.io/schwarzit/charts/node-red\n```\n\n## Usage\n\nAdding node-red repository Before installing any chart provided by this repository, add the node-red Charts Repository:\n\n```bash\nhelm repo add node-red https://schwarzit.github.io/node-red-chart/\nhelm repo update\n```\n\n### Installing the Chart\n\nTo install the chart with the release name node-red run:\n\n```bash\nhelm install node-red node-red/node-red\n```\n\nAfter a few seconds, node-red should be running.\n\nTo install the chart in a specific namespace use following commands:\n\n```bash\nkubectl create ns node-red \nhelm install node-red node-red/node-red --namespace node-red\n```\n\n\u003e **Tip**: List all releases using `helm list`, a release is a name used to track a specific deployment\n\n### Uninstalling the Chart\n\nTo uninstall the `node-red` deployment:\n\n```bash\nhelm uninstall node-red\n```\n\n### Configuring the Chart\n\nSee the [README](charts/node-red/README.md) for more detailed information.\n\n## Contributing 🤝\n\n#### Contributing via GitHub\n\nFeel free to join. Checkout the [contributing guide](CONTRIBUTING.md)\n\n#### License\n\nApache License, Version 2.0\n\n## Maintainers\n\n| Name   | Email                         | Url                    |\n|--------|-------------------------------|------------------------|\n| dirien | \u003cengin@pulumi.com\u003e            | \u003chttps://pulumi.com\u003e   |\n| Kaktor | \u003cfelix.kammerer@mail.schwarz\u003e | \u003chttps://jobs.schwarz\u003e |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschwarzit%2Fnode-red-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschwarzit%2Fnode-red-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschwarzit%2Fnode-red-chart/lists"}