Commit Graph

14 Commits (76de5f3593214c442ee133d95a764716757d5f63)

Author SHA1 Message Date
Aline Fauquette 76de5f3593 feat: Change the update strategy in case of persistence
In case planka is installed with a PV associated to the planka pod, to
persist attachments and avatars for example, the default update strategy
for the deployment will fail. The default "rolling update" strategy
would indeed try to start a new pod before stopping the old one. But as
the old pod is attached to the PV, the new pod will fail to attach and
so will stay in "container creating" mode, and the old pod will never be
stopped.

To avoid that, adding a condition on the deployment to use the
"recreate" update strategy if the persistence is enabled. This will
ensure the old pod is stopped and so detached from the PV before trying
to attach the new one.
1 year ago
Sarah Soo 81436b373d
feat: Ability to specify existing secrets for values in Helm (#791)
Closes #790
2 years ago
Mitch Harvey 1b28892cf5
fix: Fix Helm template for dburl secret (#770) 2 years ago
Mitch Harvey 1725f3cb8a
feat: Ability to specify existing secret as database url (#751)
Closes #750
2 years ago
Stan M ea1b3b7f92
feat: Ability to run with read-only root filesystem in Helm (#695) 2 years ago
Brian Stinson d7847fe89b
fix: Allow specifying external dburl in Helm (#672) 2 years ago
piero d033520927
fix: Update HorizontalPodAutoscaler version and spec in chart (#666)
Closes #667
2 years ago
Yu Inoue fdef87e3b9
fix: Add support for OIDC configuration thru Helm (#550)
Closes #548
2 years ago
Yu Inoue 11fc3b4485
fix: Separate service port and container port in Helm (#549) 2 years ago
Daniel Hiller cf7810b067 fix: add admin user variables 2 years ago
Jeffrey 5bf42be786 dynamic environment variables 2 years ago
RocketProto 7d28abc7e6
fix: Decouple BASE_URL from Ingress host (#498)
Closes #496
2 years ago
Maksim Eltyshev 5c435414f7 chore: Update version 3 years ago
Christopher Greaves 932d8225ed
feat: Add official Helm Chart (#442)
Closes #192
3 years ago