Closed mguptahub closed 3 months ago
The recent updates enhance the configuration and usability of Helm charts for the Plane application, focusing on improved image pull policies, refined environment variable management, and streamlined documentation. Key changes include dynamic settings for image pulling behaviors and better organization of Docker image configurations, while minor adjustments correct URL mappings. A new testing script simplifies interaction, allowing users to test and validate configurations effortlessly.
Files | Change Summary |
---|---|
.coderabbit.yaml |
Introduced configuration for language server integration, defining parameters like early access, review preferences, and chat settings. |
charts/plane-ce/Chart.yaml |
Updated versioning information, reflecting a new release. |
charts/plane-ce/README.md |
Corrected the port number for the plane-admin service in the documentation for the god mode functionality. |
charts/plane-ce/questions.yml |
Reorganized Docker image configurations into coherent groups, added new parameters like pullPolicy , and enhanced clarity in settings for various components. |
charts/plane-ce/templates/config-secrets/app-env.yaml |
Simplified GUNICORN_WORKERS setting and introduced dynamic cluster domain for REDIS_URL and DATABASE_URL . |
charts/plane-ce/templates/config-secrets/doc-store.yaml |
Added conditional logic for AWS_S3_ENDPOINT_URL , allowing custom endpoint configuration. |
charts/plane-ce/templates/ingress.yaml |
Enhanced robustness by quoting the ingressClassName value. |
charts/plane-ce/templates/workloads/*.yaml |
Updated imagePullPolicy configurations from static to dynamic referencing Helm values, improving flexibility across various deployment files. |
charts/plane-ce/values.yaml |
Standardized string formatting and introduced new fields like pullPolicy for multiple components and default_cluster_domain for service discovery. |
charts/plane-enterprise/README.md |
Adjusted URL for the god-mode endpoint to a new port. |
test.sh |
Introduced a script for user-friendly testing of Helm charts, featuring a selection menu and feedback messages. |
In a world of charts and codes,
A rabbit hops where logic flows.
With pull policies now so neat,
Testing scripts bring joy so sweet!
From ports that shift, to YAML's grace,
We dance in codeβs bright, wondrous space! π°β¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Improvements
README.md
.Bug Fixes
Documentation
values.yaml
file.Chores