Skip to content

Update Helm chart version to 1.0.1 and appVersion to 1.0.1 for client - #29

Merged
saadqbal merged 3 commits into
mainfrom
develop
Mar 4, 2026
Merged

Update Helm chart version to 1.0.1 and appVersion to 1.0.1 for client#29
saadqbal merged 3 commits into
mainfrom
develop

Conversation

@saadqbal

@saadqbalsaadqbal commented Mar 4, 2026

Copy link
Copy Markdown
Contributor
  • Added new template helpers for persistent volume names for client data, logs, and MySQL.
  • Updated persistent volume configurations to use the new helper functions for improved clarity and maintainability.

Note

Medium Risk
Medium risk because bare-metal hostPath behavior changes: PV names now include the release name and host paths are fixed to /tracebloc/{data,logs,mysql}, which can affect upgrades and existing volume bindings; removal of the init Job also changes directory/permission setup expectations.

Overview
Bumps the Helm chart version/appVersion to 1.0.1 and standardizes bare-metal hostPath storage behavior.

When hostPath.enabled is true, PVs now use fixed node paths (/tracebloc/data, /tracebloc/logs, /tracebloc/mysql) and PV resource names become release-scoped via new helpers (e.g. {{ .Release.Name }}-data-pv) instead of reusing PVC names. The pre-install directory-creation Job is removed, and docs/schema/tests/CI values are updated to reflect the simplified hostPath configuration (no per-volume paths).

Written by Cursor Bugbot for commit 1807df8. This will update automatically on new commits. Configure here.

- Added new template helpers for persistent volume names for client data, logs, and MySQL.
- Updated persistent volume configurations to use the new helper functions for improved clarity and maintainability.
- Refactored hostPath configuration to use fixed paths for data, logs, and MySQL directories.
- Removed deprecated init container job for directory creation and updated related templates.
- Adjusted values schema and documentation to reflect the new fixed path structure for persistent volumes.
@saadqbal
saadqbal merged commit 04bd382 into mainMar 4, 2026
11 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@saadqbal