From 71e7fa7790ece5c60f0de02317484ec927c377e9 Mon Sep 17 00:00:00 2001 From: theautomation Date: Tue, 27 Dec 2022 19:49:08 +0000 Subject: [PATCH] [bot] [skip ci] bump image tag --- deploy/k8s/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/k8s/manifest.yaml b/deploy/k8s/manifest.yaml index 454d18c..4e5b52a 100644 --- a/deploy/k8s/manifest.yaml +++ b/deploy/k8s/manifest.yaml @@ -110,7 +110,7 @@ spec: fsGroup: 1000 containers: - name: radicale - image: "harbor.k8s.lan/k8s/radicale:18" + image: "harbor.k8s.lan/k8s/radicale:19" resources: {} command: ["/bin/sh", "/usr/local/bin/docker-entrypoint.sh"] args: ["radicale", "--config", "/config/config"]