From dcec9af645898e1893f187f66aa4a4ef4f4a5e8b Mon Sep 17 00:00:00 2001 From: Varac renovate bot <renovatebot@varac.net> Date: Fri, 30 Aug 2024 17:02:13 +0000 Subject: [PATCH] Update restic/rest-server Docker tag to v0.13.0 --- restic-rest-server/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restic-rest-server/values.yaml b/restic-rest-server/values.yaml index 2d528e7..909af25 100644 --- a/restic-rest-server/values.yaml +++ b/restic-rest-server/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: # https://hub.docker.com/r/restic/rest-server/tags repository: restic/rest-server - tag: "0.12.1" + tag: "0.13.0" pullPolicy: IfNotPresent imagePullSecrets: [] -- GitLab