From a256a4bbc9dd93b66077e536ade2ec6b5732ed09 Mon Sep 17 00:00:00 2001 From: jonny Date: Tue, 6 May 2025 14:35:01 +0000 Subject: [PATCH] 'update files with ansible' --- nzbget/Chart.yaml | 4 ++-- nzbget/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nzbget/Chart.yaml b/nzbget/Chart.yaml index ed68003..4c38d56 100644 --- a/nzbget/Chart.yaml +++ b/nzbget/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.9.5 +version: 0.9.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 24.5 +appVersion: 24.8 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbget/raw/branch/master/nzbget.png diff --git a/nzbget/values.yaml b/nzbget/values.yaml index aeaeb25..5754240 100644 --- a/nzbget/values.yaml +++ b/nzbget/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: harbor.ervine.dev/public/x86_64/ubi/nzbget - tag: v24.5 + tag: v24.8 pullPolicy: Always imagePullSecrets: []