-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Currently the Helm chart combines the registry and repository into a single field:
image:
repository: ghcr.io/defilantech/llmkube-controllerProposed Change
Split into separate fields:
image:
registry: ghcr.io
repository: defilantech/llmkube-controllerBenefits
- Makes it easier to mirror images to other registries (ECR, GCR, private registries)
- No string manipulation needed when changing registries
- Follows pattern used by many popular Helm charts (bitnami, etc.)
Implementation
- Update
values.yamlto addimage.registryfield - Update
_helpers.tplto construct full image reference from registry + repository - Update documentation
Labels
enhancement, helm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request