Skip to content

Is there anyway to write the helm install/upgrade result back to the status field of the HelmChart CR? #255

Open
@codeReaper2001

Description

@codeReaper2001

I understand that helm-controller listens for changes to the HelmChart CR, converting it to the corresponding klipper-helm job to run the helm commands, but when I add the --wait parameter to the script in the klipper-helm image, the job changes to Completed status only if the helm installation/upgrade is complete.

I'm wondering if there's a way to write the successful installation or update message to the status field of HelmChart CR only when the job is Completed? Similar to how the Deployment Controller constantly listens to the status of the ReplicaSet resource and writes it to the corresponding deployment's status.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions