-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applying nexus 5.1.0 (from 5.0.0) leads to a deployment issues #1063
Comments
Do you have diff (e.g. Helm Diff plugin) for the changes? The only changes I can see are inside the |
AFAICS updates in |
Changing |
@EugenMayer any luck checking what Helm is attempting to change? |
Not yet, main reason is effort since i use terraform with helm, with values preconfigured via tf - replicating it for kind of 'heads deep' in other things right now, sorry |
@EugenMayer I've found the bug, which has been present for a long time and I was convinced I'd already squashed it as none of my other charts has it. I'm about to release Also unrelated but two of your values are throwing warnings. The chart already manages the |
Sidennote, you Confluence/Jira charts had the same issue (i'am not using them any longer, using the offical dc charts, but it was an issue back in the days)
Thanks, inc your suggestions. Very helpful |
Yes they did...and currently do! 🤦🏻 Thanks for this observation, I had fixed them all as the ones I actually use all work correctly but it looks like this "fix" might have been in my head!! |
I told you that back in the days - see #497
bean there, done that :) |
@EugenMayer I fixed Jira based on #497 but for some reason both Confluence and SonarQube were missed. |
@stevehipwell as i found out today, one can remove the sts using --cascade=orphan which would leave the pods deployed https://kubernetes.io/docs/tasks/run-application/delete-stateful-set/#deleting-a-statefulset kubectl delete sts -n nexus nexus --cascade=orphan since the pods are not removed, the pv/pvc are not removedd either and thus the entire operation becomes non-destructive |
@EugenMayer yes that's how I generally work around this kind of thing, see #1063 (comment) ("you'll need to manually delete the statefulset with an orphan cascade to be able to get the fix"). I think I was on my phone when I sent that message so apologies for not being clearer and providing the command. |
it's all good - i learned something and this is on my side! Thanks |
Going from 5.0.0 to 5.1.0 i get this error
with this configuration.
Misc:
The text was updated successfully, but these errors were encountered: