chore(radicale): Update to 3.2.2.0
This commit is contained in:
parent
a9dc926c9c
commit
e578de7fe9
1 changed files with 11 additions and 1 deletions
|
@ -39,13 +39,23 @@
|
|||
spec = {
|
||||
selector.matchLabels.app = "radicale";
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
|
||||
template = {
|
||||
metadata.labels.app = "radicale";
|
||||
|
||||
spec = {
|
||||
containers.radicale = {
|
||||
image = "tomsquest/docker-radicale:3.2.0.0";
|
||||
image = "tomsquest/docker-radicale:3.2.2.0";
|
||||
ports.web.containerPort = 5232;
|
||||
imagePullPolicy = "Always";
|
||||
|
||||
volumeMounts = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue