You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marius Ensrud 785c244552
feat: Add Helm chart for Openclaw with example configurations
- Introduced basic, Fly.io-like, and production example values YAML files for easy deployment.
- Created a comprehensive NOTES.txt for installation guidance and post-installation steps.
- Implemented helper templates for consistent naming and labeling across resources.
- Added ConfigMap and Secret templates to manage configuration and sensitive data.
- Developed Ingress, Service, and StatefulSet templates to expose the application and manage its lifecycle.
- Included tests for connection verification post-deployment.
- Established a JSON schema for values validation and a default values.yaml for configuration.
- Created Dockerfile and build scripts for multi-platform image builds.
- Versioning mechanism added for Docker images.
4 months ago
..
tests feat: Add Helm chart for Openclaw with example configurations 4 months ago
NOTES.txt feat: Add Helm chart for Openclaw with example configurations 4 months ago
_helpers.tpl feat: Add Helm chart for Openclaw with example configurations 4 months ago
configmap.yaml feat: Add Helm chart for Openclaw with example configurations 4 months ago
ingress.yaml feat: Add Helm chart for Openclaw with example configurations 4 months ago
secret.yaml feat: Add Helm chart for Openclaw with example configurations 4 months ago
service.yaml feat: Add Helm chart for Openclaw with example configurations 4 months ago
serviceaccount.yaml feat: Add Helm chart for Openclaw with example configurations 4 months ago
statefulset.yaml feat: Add Helm chart for Openclaw with example configurations 4 months ago