From db01351cba9a49baa1addd0d059053da450ab640 Mon Sep 17 00:00:00 2001 From: git Date: Sun, 2 Mar 2025 15:02:09 +0000 Subject: [PATCH 1/4] 'update files with ansible' --- radarr/Chart.yaml | 4 ++-- radarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/radarr/Chart.yaml b/radarr/Chart.yaml index a6c3daa..3ab02ba 100644 --- a/radarr/Chart.yaml +++ b/radarr/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.4.2 +version: 0.5.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: v5.2.6.8376 +appVersion: v5.19.3.9730 icon: https://git.ervine.org/jonny/x86_64-alpine-radarr/raw/branch/master/radarr.png diff --git a/radarr/values.yaml b/radarr/values.yaml index 8d6361a..00a78d0 100644 --- a/radarr/values.yaml +++ b/radarr/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: harbor.ervine.dev/public/x86_64/ubi/radarr - tag: v5.2.6.8376 + tag: v5.19.3.9730 pullPolicy: Always imagePullSecrets: [] From 2a394e804e667bfea8845c4f9e928123282dc54b Mon Sep 17 00:00:00 2001 From: git Date: Sun, 2 Mar 2025 15:05:20 +0000 Subject: [PATCH 2/4] 'update files with ansible' --- sonarr/Chart.yaml | 2 +- sonarr/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sonarr/Chart.yaml b/sonarr/Chart.yaml index a01066e..fba9160 100644 --- a/sonarr/Chart.yaml +++ b/sonarr/Chart.yaml @@ -18,6 +18,6 @@ version: 0.9.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: v4.0.12.2823 +appVersion: v4.0.13.2932 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 b9b4795..0e0cfcf 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.12.2823 + tag: v4.0.13.2932 pullPolicy: IfNotPresent imagePullSecrets: [] From acbc57b8128161ee0f09ab6a4525bbe4add905a7 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 12 Mar 2025 13:23:57 +0000 Subject: [PATCH 3/4] 'update files with ansible' --- jellyfin/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jellyfin/Chart.yaml b/jellyfin/Chart.yaml index c37c369..0cf7452 100644 --- a/jellyfin/Chart.yaml +++ b/jellyfin/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.2.14 +version: 0.3.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. -appVersion: 10.9.7 +appVersion: 10.10.6 icon: https://git.ervine.org/jonny/charts/raw/branch/master/jellyfin/jellyfin.png From 10816eb59f33546f78f276aa5e08a17e3f57747d Mon Sep 17 00:00:00 2001 From: git Date: Wed, 12 Mar 2025 13:28:42 +0000 Subject: [PATCH 4/4] 'update files with ansible' --- embyserver/Chart.yaml | 4 ++-- embyserver/values.yaml | 27 ++++++++++++++------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/embyserver/Chart.yaml b/embyserver/Chart.yaml index 16778dd..4d80d50 100644 --- a/embyserver/Chart.yaml +++ b/embyserver/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.3.1 +version: 0.3.41 # 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: 4.9.0.1 +appVersion: 4.9.0.41 icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png diff --git a/embyserver/values.yaml b/embyserver/values.yaml index 8bb3186..fd3243c 100644 --- a/embyserver/values.yaml +++ b/embyserver/values.yaml @@ -36,17 +36,18 @@ service: ingress: external: - enabled: false - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" + enabled: true + annotations: + kubernetes.io/ingress.class: nginx + nginx.ingress.kubernetes.io/backend-protocol: HTTP hosts: - - host: chart-example.local - paths: [] - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + - host: emby.ervine.cloud + paths: + - path: / + tls: + - secretName: emby-ervine-cloud-tls + hosts: + - emby.ervine.cloud internal: enabled: false annotations: {} @@ -56,9 +57,9 @@ ingress: - host: chart-example.local paths: [] tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + # - secretName: chart-example-tls + # hosts: + # - chart-example.local resources: # We usually recommend not to specify default resources and to leave this as a conscious