From 9070bc501968867ee35e68170e3b368b984daa9b Mon Sep 17 00:00:00 2001 From: theautomation Date: Tue, 27 Dec 2022 18:47:32 +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 f7630e6..bd11023 100644 --- a/deploy/k8s/manifest.yaml +++ b/deploy/k8s/manifest.yaml @@ -114,7 +114,7 @@ spec: fsGroup: 1000 containers: - name: radicale - image: "harbor.k8s.lan/k8s/radicale:16" + image: "harbor.k8s.lan/k8s/radicale:18" resources: {} command: ["/bin/sh", "/usr/local/bin/docker-entrypoint.sh"] args: ["radicale", "--config", "/config/config"]