This repository hosts our collection of Helm charts for various applications. We maintain these charts with stability and best practices in mind.
Add our Helm repository:
helm repo add trieb.work https://trieb-work.github.io/helm-charts/A production-ready Helm chart for deploying Saleor Core with PostgreSQL, Redis, and Celery Task Runner.
helm install saleor trieb.work/saleor-helmFor detailed configuration options including storage setup (S3, GCS), database configuration, and more, see our Saleor Chart Documentation.
Deploy and manage Saleor Apps in your Kubernetes cluster. This chart supports multiple Saleor Apps with individual configurations.
helm install saleor-apps trieb.work/saleor-appsKey features:
- Deploy multiple Saleor Apps in a single release
- Configure each app independently
- Automatic environment variable management
- Built-in health checks and readiness probes
- Support for custom domains and TLS
- Shared Redis for improved performance
Example configuration:
apps:
search:
enabled: true
image:
repository: ghcr.io/saleor/search
tag: "3.14.0"
env:
- name: SALEOR_API_URL
value: "https://saleor.example.com/graphql/"
emails:
enabled: true
image:
repository: ghcr.io/saleor/emails-and-messages
tag: "3.14.0"
env:
- name: SALEOR_API_URL
value: "https://saleor.example.com/graphql/"This chart is using the docker container from this repository: https://github.com/trieb-work/saleor-apps-docker. You can optionally build them yourself.
For detailed configuration options and examples, see our Saleor Apps Chart Documentation.
Deploy your custom Strapi instance with this configurable chart. The chart expects your Docker image to support the following environment variables:
ADMIN_JWT_SECRETDATABASE_URLAWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYAWS_ENDPOINTAWS_BUCKETDATABASE_RUN_MIGRATIONS
Installation:
helm install strapi trieb.work/strapiTo include PostgreSQL in your deployment:
helm install strapi trieb.work/strapi --set postgresql.enabled=trueDeploy Google Tag Manager Server Side container:
helm install gtm trieb.work/gtm-server-container-clusterWe welcome contributions! Please feel free to submit a Pull Request.