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 = {
|
spec = {
|
||||||
selector.matchLabels.app = "radicale";
|
selector.matchLabels.app = "radicale";
|
||||||
|
|
||||||
|
strategy = {
|
||||||
|
type = "RollingUpdate";
|
||||||
|
|
||||||
|
rollingUpdate = {
|
||||||
|
maxSurge = 0;
|
||||||
|
maxUnavailable = 1;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
template = {
|
template = {
|
||||||
metadata.labels.app = "radicale";
|
metadata.labels.app = "radicale";
|
||||||
|
|
||||||
spec = {
|
spec = {
|
||||||
containers.radicale = {
|
containers.radicale = {
|
||||||
image = "tomsquest/docker-radicale:3.2.0.0";
|
image = "tomsquest/docker-radicale:3.2.2.0";
|
||||||
ports.web.containerPort = 5232;
|
ports.web.containerPort = 5232;
|
||||||
|
imagePullPolicy = "Always";
|
||||||
|
|
||||||
volumeMounts = [
|
volumeMounts = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue