-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hello,
I had installed the Pulp operator using the helm chart from the main branch (as documented). The chart version was 0.1.0. The chart itself was installed using ansible.
At some point, the ansible playbook stopped working because it wouldn't find the 0.1.0 chart anymore. Therefore I updated the chart version number to the current 0.2.0 expecting an upgrade. Here is what happened:
- After the chart updated, the new operator version wouldn't start, because the CRDs were all gone
- I tried to fix it by modifying the chart repo URL to use the older refspec instead of main, to fall back to the previous version
- Then pulp started, but my PVC containing the contents was empty; it had been deleted and recreated
I also noticed afterwards that the AppVersion on the new chart was actually lower than the old one.
I assume then that this 0.2.0 chart was completely untested.
I suggest, at the very least, fixing the documentation to avoid referencing a branch the may contain untested changes.
Thanks,
Arthur
Metadata
Metadata
Assignees
Labels
No labels