Skip to content

Helm chart credential updates via LCM #28

@ipetrov117

Description

@ipetrov117

Currently, LCM can upgrade private Helm charts only when they are defined through a HelmChart resource that includes the appropriate private repository credentials.

This creates several limitations, as LCM cannot currently:

  • Upgrade Helm charts deployed only with helm install
  • Updating a Helm chart to point from a public repository to a private one

These limitations stem from the fact that LCM does not manage or discover chart credentials independently, and instead relies entirely on the associated HelmChart resource to provide them.

To improve flexibility, LCM should support dynamically configuring or updating chart repository credentials during the upgrade process.

This would mitigate any manual steps that users would have to potentially do before triggering upgrade.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions