From 51b941a171ba8700b9e1f3c58afe0edab5b23144 Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Tue, 23 May 2023 22:21:38 -0400 Subject: [PATCH] [cluster/apps] Bump chart image --- charts/ytdl-web/Chart.yaml | 4 ++-- charts/ytdl-web/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ytdl-web/Chart.yaml b/charts/ytdl-web/Chart.yaml index a89598d..10a96c0 100644 --- a/charts/ytdl-web/Chart.yaml +++ b/charts/ytdl-web/Chart.yaml @@ -1,10 +1,10 @@ apiVersion: v2 description: A web-based frontend for yt-dlp name: ytdl-web -version: 1.0.6 +version: 1.0.7 kubeVersion: ">=1.22.0-0" type: application -appVersion: 1.0.5 +appVersion: 1.0.6 maintainers: - name: fifitido email: me@fifitido.net diff --git a/charts/ytdl-web/values.yaml b/charts/ytdl-web/values.yaml index 2e046de..317da35 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.5 + tag: 1.0.6 strategy: type: Recreate