Open akshat5302 opened 1 month ago
The changes in this pull request involve updates to Kubernetes configuration files for the plane-ce
and plane-enterprise
applications. The app-env.yaml
file sees enhancements to a Secret and a ConfigMap, adding multiple new data entries for configuration flexibility. The Chart.yaml
file has its version incremented from 1.0.12
to 1.0.13
. Additionally, the ingress.yaml
file modifies the path definition for the MinIO service, removing a trailing slash to adjust request routing.
File Path | Change Summary |
---|---|
charts/plane-ce/templates/config-secrets/app-env.yaml | Enhanced Secret and ConfigMap with new data entries: SENTRY_DSN , SENTRY_ENVIRONMENT , DEBUG , DOCKERIZED , GUNICORN_WORKERS , WEB_URL , CORS_ALLOWED_ORIGINS , REDIS_URL , DATABASE_URL , AMQP_URL . |
charts/plane-enterprise/Chart.yaml | Version updated from 1.0.12 to 1.0.13 . |
charts/plane-enterprise/templates/ingress.yaml | Modified path for MinIO service from /{{ .Values.env.docstore_bucket }}/ to /{{ .Values.env.docstore_bucket }} . |
sequenceDiagram
participant User
participant Ingress
participant MinIO
User->>Ingress: Request to MinIO
Ingress->>MinIO: Route request to /{{ .Values.env.docstore_bucket }}
MinIO-->>Ingress: Response
Ingress-->>User: Return response
🐇 "In the land of code, changes abound,
Secrets and configs, new values found.
With paths redefined, we hop with glee,
Version updates and flexibility!
Let's celebrate with a joyful cheer,
For every change brings us near!" 🐇
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?
update uploads path regex to allow trailing slash (
/uploads
,/uploads/
)Summary by CodeRabbit
New Features
Version Updates