-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hedgedoc): PV not getting attached to new Pod during deployments (#…
…1269) * fix(hedgedoc): PV not getting attached to new Pod during deployments Previously, rolling deployments would stall because the new Pod attempted to attach to the PersistentVolume still in use by the old Pod. With this change, the old Pod is terminated before the new Pod starts, ensuring the PV is available immediately. * fix(hedgedoc): Wrong app version in Chart.yaml annotations * chore(hedgedoc): update README.md
- Loading branch information
Showing
4 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters