{"id":25642114,"url":"https://github.com/trieb-work/helm-charts","last_synced_at":"2025-02-23T05:18:52.681Z","repository":{"id":43412376,"uuid":"264226331","full_name":"trieb-work/helm-charts","owner":"trieb-work","description":"This repository hosts helm charts needed to deploy a production ready saleor backend service consisting of a celery task runner, redis DB, postgres DB and the saleor core server exposing the graphQL API","archived":false,"fork":false,"pushed_at":"2025-02-10T15:04:18.000Z","size":1492,"stargazers_count":39,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-10T16:22:14.698Z","etag":null,"topics":["helm","helm-chart","saleor"],"latest_commit_sha":null,"homepage":"","language":"Smarty","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/trieb-work.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":"2020-05-15T15:13:48.000Z","updated_at":"2025-02-10T15:03:57.000Z","dependencies_parsed_at":"2023-02-13T22:30:57.306Z","dependency_job_id":"f88f8c0d-fcdc-4b50-812e-b216585edc69","html_url":"https://github.com/trieb-work/helm-charts","commit_stats":null,"previous_names":[],"tags_count":181,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trieb-work%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trieb-work%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trieb-work%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trieb-work%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trieb-work","download_url":"https://codeload.github.com/trieb-work/helm-charts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271901,"owners_count":19774930,"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","saleor"],"created_at":"2025-02-23T05:18:52.317Z","updated_at":"2025-02-23T05:18:52.671Z","avatar_url":"https://github.com/trieb-work.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trieb.work HELM Charts\n\nThis repository hosts our collection of Helm charts for various applications. We maintain these charts with stability and best practices in mind.\n\n## Installation\n\nAdd our Helm repository:\n\n```bash\nhelm repo add trieb.work https://trieb-work.github.io/helm-charts/\n```\n\n## Available Charts\n\n### Saleor\n\nA production-ready Helm chart for deploying Saleor Core with PostgreSQL, Redis, and Celery Task Runner.\n\n```bash\nhelm install saleor trieb.work/saleor-helm\n```\n\nFor detailed configuration options including storage setup (S3, GCS), database configuration, and more, see our [Saleor Chart Documentation](charts/saleor/README.md).\n\n### Saleor Apps\n\nDeploy and manage Saleor Apps in your Kubernetes cluster. This chart supports multiple Saleor Apps with individual configurations.\n\n```bash\nhelm install saleor-apps trieb.work/saleor-apps\n```\n\nKey features:\n- Deploy multiple Saleor Apps in a single release\n- Configure each app independently\n- Automatic environment variable management\n- Built-in health checks and readiness probes\n- Support for custom domains and TLS\n- Shared Redis for improved performance\n\nExample configuration:\n```yaml\napps:\n  search:\n    enabled: true\n    image:\n      repository: ghcr.io/saleor/search\n      tag: \"3.14.0\"\n    env:\n      - name: SALEOR_API_URL\n        value: \"https://saleor.example.com/graphql/\"\n  emails:\n    enabled: true\n    image:\n      repository: ghcr.io/saleor/emails-and-messages\n      tag: \"3.14.0\"\n    env:\n      - name: SALEOR_API_URL\n        value: \"https://saleor.example.com/graphql/\"\n```\n\nThis chart is using the docker container from this repository: https://github.com/trieb-work/saleor-apps-docker. You can optionally build them yourself.\n\nFor detailed configuration options and examples, see our [Saleor Apps Chart Documentation](charts/saleor-apps/README.md).\n\n### Strapi\n\nDeploy your custom Strapi instance with this configurable chart. The chart expects your Docker image to support the following environment variables:\n\n- `ADMIN_JWT_SECRET`\n- `DATABASE_URL`\n- `AWS_ACCESS_KEY_ID`\n- `AWS_SECRET_ACCESS_KEY`\n- `AWS_ENDPOINT`\n- `AWS_BUCKET`\n- `DATABASE_RUN_MIGRATIONS`\n\nInstallation:\n```bash\nhelm install strapi trieb.work/strapi\n```\n\nTo include PostgreSQL in your deployment:\n```bash\nhelm install strapi trieb.work/strapi --set postgresql.enabled=true\n```\n\n\n### Google Tag Manager Server\n\nDeploy Google Tag Manager Server Side container:\n```bash\nhelm install gtm trieb.work/gtm-server-container-cluster\n```\n\n## Contributing\n\nWe welcome contributions! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrieb-work%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrieb-work%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrieb-work%2Fhelm-charts/lists"}