Merge branch 'master' of ssh://git.ervine.org/jonny/charts
This commit is contained in:
commit
4db8d1d8fe
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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: []
|
||||
|
||||
@ -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
|
||||
@ -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: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user