Compare commits

...

17 Commits

Author SHA1 Message Date
03ffb38197 chore: bump pgadmin to 8.2 (#49) 2024-01-20 12:51:48 +00:00
3c9e112232 chore: bump chart-releaser action to 1.6.0 (#48) 2024-01-20 12:48:33 +00:00
3667ed5e07 chore: bump freshrss to 1.23.1 (#47) 2024-01-04 21:40:07 +00:00
39904dba6a chore: bump pgadmin to 8.1 (#46) 2023-12-24 16:08:53 +00:00
c1355e3f30 chore: bump freshrss to 1.23.0 (#45) 2023-12-24 16:05:01 +00:00
a7e041aff6 chore: bump jellyfin to 10.8.13 (#44) 2023-11-29 20:47:46 +00:00
9c224b0b93 chore: bump Unifi controller appVersion to 8.0.7 (#43) 2023-11-27 22:47:46 +00:00
7cefb6dfdf feat: bump pgAdmin appVersion to 8.0 (#42) 2023-11-27 22:40:09 +00:00
4e3f267474 chore: bump freshrss appVersion to 1.22.1 (#41) 2023-11-15 22:04:15 +00:00
bc274c2069 chore: bump freshrss appVersion to 1.22.0 (#40) 2023-11-15 21:59:44 +00:00
02b710ee02 feat: update Jellyfin healthcheck to use /health (#39) 2023-11-06 23:23:00 +00:00
a427ad6fa0 chore: bump unifi to 7.5.187 (#38) 2023-11-05 22:10:10 +00:00
6c80c22cab chore: bump Cinny to 3.2.0 (#37) 2023-11-05 22:01:38 +00:00
9ab5dc4379 chore: bump Jellyfin to 10.8.12 (#36) 2023-11-05 22:00:24 +00:00
0ba7640c12 chore: bump Cinny to 3.1.0 (#35) 2023-10-27 16:26:46 +01:00
59da75e15d fix: typo in Jellyfin chart (#34) 2023-10-23 23:52:36 +01:00
f11c08b4ca fix: add missing PublishedServerUrl config option (#33) 2023-10-23 23:47:04 +01:00
9 changed files with 24 additions and 15 deletions

View File

@ -26,9 +26,9 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.12.0
version: v3.14.0
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View File

@ -17,7 +17,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.12.0
version: v3.14.0
- name: Lint charts
run: helm lint charts/*

View File

@ -22,10 +22,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.0
version: 2.2.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. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v3.0.0"
appVersion: "v3.2.0"

View File

@ -23,10 +23,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.0
version: 1.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. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.21.0"
appVersion: "1.23.1"

View File

@ -25,10 +25,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 1.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. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "10.8.11"
appVersion: "10.8.13"

View File

@ -39,15 +39,20 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /health
port: http
periodSeconds: 10
startupProbe:
httpGet:
path: /
path: /health
port: http
periodSeconds: 10
failureThreshold: 6
{{- if .Values.jellyfin.publishedServerUrl }}
env:
- name: JELLYFIN_PublishedServerUrl
value: {{ .Values.jellyfin.publishedServerUrl }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

View File

@ -34,6 +34,10 @@ securityContext:
runAsUser: 1000
runAsGroup: 1000
jellyfin:
# -- See PublishedServerUrl at https://jellyfin.org/docs/general/administration/configuration#main-configuration-options
publishedServerUrl: ""
persistence:
# -- Persistence config for the /config volume
config:

View File

@ -24,10 +24,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.4.0
version: 2.2.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. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "7.8"
appVersion: "8.2"

View File

@ -15,10 +15,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.2.0
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. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "7.5.174"
appVersion: "8.0.7"