Closed
Description
Which area/kind this issue is related to?
/area registry
Issue Description
When setting the app names, the devfile registry helm chart truncates strings used for the names to be 63 characters in length:
- Truncating App Name
- Truncating Release Name for Full App Name
- Truncating Full App Name
- Truncating Full App Name (Override)
This is because some Kubernetes name fields are limited to this (by the DNS naming spec).
Currently, the registry operator does not truncate the app name to suite this limitation.
Parent Epic: #1446
Acceptance Criteria
- Update the app name and full app name getters to perform string truncating to 63 characters max
- Update any test cases involving the app name or full app name to consider the truncated names
Metadata
Metadata
Assignees
Type
Projects
Status
Done ✅