From 856ab1be262480e373522e3f831e2c90e93327b5 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 27 Jul 2020 22:41:44 +0800 Subject: [PATCH] Fixed nzbhydra image --- nzbhydra/Chart.yaml | 2 +- nzbhydra/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nzbhydra/Chart.yaml b/nzbhydra/Chart.yaml index 472d533..e7da516 100644 --- a/nzbhydra/Chart.yaml +++ b/nzbhydra/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.1.0 +version: 0.1.1 # 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/nzbhydra/values.yaml b/nzbhydra/values.yaml index 0867296..fea817c 100644 --- a/nzbhydra/values.yaml +++ b/nzbhydra/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: harbor.ervine.dev/public/x86_64/alpine/tautulli + repository: harbor.ervine.dev/public/x86_64/alpine/nzbhydra2 pullPolicy: Always imagePullSecrets: []