Merge branch 'master' of ssh://git.ervine.org/jonny/charts

This commit is contained in:
Jonny Ervine 2025-04-30 23:39:29 +08:00
commit 4db8d1d8fe
7 changed files with 23 additions and 22 deletions

View File

@ -14,10 +14,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # 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 icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png

View File

@ -36,17 +36,18 @@ service:
ingress: ingress:
external: external:
enabled: false enabled: true
annotations: {} annotations:
# kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" nginx.ingress.kubernetes.io/backend-protocol: HTTP
hosts: hosts:
- host: chart-example.local - host: emby.ervine.cloud
paths: [] paths:
tls: [] - path: /
# - secretName: chart-example-tls tls:
# hosts: - secretName: emby-ervine-cloud-tls
# - chart-example.local hosts:
- emby.ervine.cloud
internal: internal:
enabled: false enabled: false
annotations: {} annotations: {}
@ -56,9 +57,9 @@ ingress:
- host: chart-example.local - host: chart-example.local
paths: [] paths: []
tls: [] tls: []
# - secretName: chart-example-tls # - secretName: chart-example-tls
# hosts: # hosts:
# - chart-example.local # - chart-example.local
resources: resources:
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious

View File

@ -14,10 +14,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # 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 icon: https://git.ervine.org/jonny/charts/raw/branch/master/jellyfin/jellyfin.png

View File

@ -14,10 +14,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # 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 icon: https://git.ervine.org/jonny/x86_64-alpine-radarr/raw/branch/master/radarr.png

View File

@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: harbor.ervine.dev/public/x86_64/ubi/radarr repository: harbor.ervine.dev/public/x86_64/ubi/radarr
tag: v5.2.6.8376 tag: v5.19.3.9730
pullPolicy: Always pullPolicy: Always
imagePullSecrets: [] imagePullSecrets: []

View File

@ -18,6 +18,6 @@ version: 0.9.0
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # 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 icon: https://git.ervine.org/jonny/x86_64-alpine-sonarr/raw/branch/master/sonarr.png

View File

@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: harbor.ervine.dev/public/x86_64/ubi/sonarr repository: harbor.ervine.dev/public/x86_64/ubi/sonarr
tag: v4.0.12.2823 tag: v4.0.13.2932
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []