Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Changing repository url of HelmRelease doesn't sync #1850

Closed
hpurmann opened this issue Mar 21, 2019 · 2 comments · Fixed by #1865
Closed

Changing repository url of HelmRelease doesn't sync #1850

hpurmann opened this issue Mar 21, 2019 · 2 comments · Fixed by #1865

Comments

@hpurmann
Copy link

We were changing the URL of the git repository of a HelmRelease.
Unfortunately, the Helm Operator didn't pick that up and didn't trigger a sync.

Deleting the pod of helm-operator, thus restarting it, helped. We would expect that it automatically picks up the new url without a restart.

We also tried deleting the HelmRelease resource. Flux was re-creating the HelmRelease resource but still the old repository URL was used by helm-operator. Is this a known issue?

@hiddeco
Copy link
Member

hiddeco commented Mar 26, 2019

Is this a known issue?

You just made it a known issue.

The problem is that chart clones being stored against the releaseName. In case a previous chart clone is found the operator will never look at the git source in the HelmRelease again as it already has a clone for the said release name.

@hpurmann
Copy link
Author

Thanks a lot for the quick response and for working on a fix already! We appreciate.

@hiddeco hiddeco removed their assignment Apr 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants