-
Notifications
You must be signed in to change notification settings - Fork 72
74: Handle persistent store directory change with v1 release #72
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
74: Handle persistent store directory change with v1 release #72
Conversation
alexrashed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for jumping on this so fast, @confusedpublic!
I just found some minor things that should be changed, afterwards we're good to merge and release a new version! 🚀
Co-authored-by: Alexander Rashed <2796604+alexrashed@users.noreply.github.com>
Co-authored-by: Alexander Rashed <2796604+alexrashed@users.noreply.github.com>
|
Thanks for those suggestions @alexrashed. I've committed the suggestions :) |
alexrashed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes! There's just one small issue left, then we're good to merge it :)
alexrashed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just quickly removed the line in a short commit, now we're ready to merge (and release)!
Again, thanks for the contribution, @confusedpublic! 🚀
|
Thanks for sorting that out, @alexrashed 😄 |
Resolves #71
To resolve the above issue, I could have either:
mountPathto be what is expected by versions of localstack >= 1.0.0I've decided to implement a backwards compatible fix, however if the maintainers would prefer to only handle the >= 1.0.0 path, I will remove the conditional logic and update the
mountPathto just be/var/lib/localstackTested locally by varying the values for
--set image.tagtolatest,1.2.0and0.14.5- the chart deploys successfully with all values.