From ac9e524a72629696515c2576e7f5475f57b2e50f Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Tue, 23 May 2023 22:01:57 -0400 Subject: [PATCH] Fix container version --- charts/ytdl-web/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ytdl-web/values.yaml b/charts/ytdl-web/values.yaml index 8b83a91..2e046de 100644 --- a/charts/ytdl-web/values.yaml +++ b/charts/ytdl-web/values.yaml @@ -1,7 +1,7 @@ image: repository: git.fifitido.net/apps/ytdl-web pullPolicy: IfNotPresent - tag: 1.0.4 + tag: 1.0.5 strategy: type: Recreate