From f5998d11c580c693b2c7a5a53fd9fe175d7b21da Mon Sep 17 00:00:00 2001 From: theautomation Date: Wed, 21 Dec 2022 15:04:22 +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 d90fd28..06f4689 100644 --- a/deploy/k8s/manifest.yaml +++ b/deploy/k8s/manifest.yaml @@ -107,7 +107,7 @@ spec: fsGroup: 1000 containers: - name: radicale - image: "harbor.k8s.lan/k8s/radicale:8" + image: "harbor.k8s.lan/k8s/radicale:9" resources: {} securityContext: runAsUser: 1000