Skip to content

Add support for ImagePullSecrets field in the Helm chart #190

@daniil-nedostup

Description

@daniil-nedostup

Is your feature request related to a problem? Please describe.
Currently, the Helm chart in this repository does not provide a way to specify ImagePullSecrets in the relevant Kubernetes manifests (e.g., Deployment). This limitation makes it difficult to pull images from private container registries that require authentication.

Describe the solution you'd like
The Helm chart should be updated to allow defining ImagePullSecrets, enabling users to specify credentials for private registries when deploying the component. This can be achieved by adding an optional field in the Helm values and modifying the necessary Kubernetes resources (e.g., Deployment, StatefulSet) to use it.

Describe alternatives you've considered
Manually patching the deployed resources after installation.

Additional context
This change would improve flexibility and make it easier to deploy the component in environments that rely on private image registries.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions