diff --git a/nzbget/Chart.yaml b/nzbget/Chart.yaml index c1fd4cc..0d60056 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.6.0 +version: 0.7.0 # 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: 23.0 +appVersion: 24.0 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 030f8ac..1539bb2 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: v23.0 + tag: v24.0 pullPolicy: Always imagePullSecrets: [] diff --git a/nzbhydra/Chart.yaml b/nzbhydra/Chart.yaml index 032ced1..8cf5e09 100644 --- a/nzbhydra/Chart.yaml +++ b/nzbhydra/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: 1.7.5 +version: 2.0.0 # 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: 5.3.11 +appVersion: 6.0.0 icon: https://git.ervine.org/jonny/x86_64-ubi-nzbhydra/raw/branch/master/hydra.png diff --git a/nzbhydra/values.yaml b/nzbhydra/values.yaml index 35209b2..1f8784b 100644 --- a/nzbhydra/values.yaml +++ b/nzbhydra/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: harbor.ervine.dev/public/x86_64/ubi/nzbhydra pullPolicy: Always - tag: 5.3.11 + tag: 6.0.0 imagePullSecrets: [] nameOverride: "" diff --git a/sonarr/Chart.yaml b/sonarr/Chart.yaml index 161cdf8..5c6d532 100644 --- a/sonarr/Chart.yaml +++ b/sonarr/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.8.5 +version: 0.8.6 # 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: v4.0.2.1183 +appVersion: v4.0.3.1413 icon: https://git.ervine.org/jonny/x86_64-alpine-sonarr/raw/branch/master/sonarr.png \ No newline at end of file diff --git a/sonarr/values.yaml b/sonarr/values.yaml index 3fb87d4..c204012 100644 --- a/sonarr/values.yaml +++ b/sonarr/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: harbor.ervine.dev/public/x86_64/ubi/sonarr - tag: v4.0.2.1183 + tag: v4.0.3.1413 pullPolicy: IfNotPresent imagePullSecrets: []