From ceed9207b9b4ebfba7b4172e5a90d53536175316 Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 11 Oct 2023 14:57:11 +0000 Subject: [PATCH] 'update files with ansible' --- nzbget/Chart.yaml | 2 +- nzbget/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nzbget/Chart.yaml b/nzbget/Chart.yaml index 414fa81..dbf9caf 100644 --- a/nzbget/Chart.yaml +++ b/nzbget/Chart.yaml @@ -14,7 +14,7 @@ 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.3.2 +version: 0.4.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/nzbget/values.yaml b/nzbget/values.yaml index f84c057..a8dff81 100644 --- a/nzbget/values.yaml +++ b/nzbget/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: harbor.ervine.dev/public/x86_64/alpine/nzbget - tag: v21.1-3.16.2 + tag: v21.1 pullPolicy: Always imagePullSecrets: []