From 03dd34a850709b7f5f2c54a1590bac8a4b47e2a8 Mon Sep 17 00:00:00 2001 From: Varac renovate bot <renovatebot@varac.net> Date: Mon, 1 May 2023 02:11:48 +0000 Subject: [PATCH] Update restic/rest-server Docker tag to v0.12.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 04cd1c8..e54f711 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.11.0" + tag: "0.12.0" pullPolicy: IfNotPresent imagePullSecrets: [] -- GitLab