Skip to content

Commit 180d2e3

Browse files
committed
feat: update Emby version to 4.9.1.80
1 parent 753cdf9 commit 180d2e3

3 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
<!-- insertion marker -->
99
## Unreleased
1010

11-
<small>[Compare with latest](https://github.com/pmoscode-helm/emby/compare/emby-1.3.1...HEAD)</small>
11+
<small>[Compare with latest](https://github.com/pmoscode-helm/emby/compare/emby-1.3.2...HEAD)</small>
1212

1313
### Features
1414

15-
- update chart version ([a946a22](https://github.com/pmoscode-helm/emby/commit/a946a223ce3ea0751515386122ad98e13734779a) by Peter Motzko).
15+
- update Emby version to 4.9.1.80 ([6f3c673](https://github.com/pmoscode-helm/emby/commit/6f3c673a760fd7a00bc2cf842b1555cc015c06fe) by Peter Motzko).
16+
17+
<!-- insertion marker -->
18+
## [emby-1.3.2](https://github.com/pmoscode-helm/emby/releases/tag/emby-1.3.2) - 2025-09-14
19+
20+
<small>[Compare with emby-1.3.1](https://github.com/pmoscode-helm/emby/compare/emby-1.3.1...emby-1.3.2)</small>
21+
22+
### Features
23+
24+
- update chart version ([1bc1ad5](https://github.com/pmoscode-helm/emby/commit/1bc1ad5bf27487ca9d3cea80cd9a42810f8874dc) by Peter Motzko).
1625

1726
### Bug Fixes
1827

1928
- custom probes merge issue #7 ([67e20d7](https://github.com/pmoscode-helm/emby/commit/67e20d7964b222a122bed0fd594b866bdfba4ac0) by Peter Motzko).
2029
- lowercase resource names ([bc559ec](https://github.com/pmoscode-helm/emby/commit/bc559ecf8cfe815d690f922fbe29801c0d9abb00) by Peter Motzko).
2130

22-
<!-- insertion marker -->
2331
## [emby-1.3.1](https://github.com/pmoscode-helm/emby/releases/tag/emby-1.3.1) - 2025-06-24
2432

2533
<small>[Compare with emby-1.3.0](https://github.com/pmoscode-helm/emby/compare/emby-1.3.0...emby-1.3.1)</small>

Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ type: application
44

55
description: Your personal media on any device. Bringing all of your home videos, music, and photos together into one place has never been easier. Your personal Emby Server automatically converts and streams your media on-the-fly to play on any device.
66

7-
version: 1.3.2
8-
appVersion: "4.8.11.0"
7+
version: 1.4.0
8+
appVersion: "4.9.1.80"
99

1010
home: https://emby.media
1111
icon: https://github.com/pmoscode-helm/emby/raw/main/assets/logo.png
@@ -20,7 +20,7 @@ sources:
2020
annotations:
2121
artifacthub.io/images: |
2222
- name: Emby
23-
image: emby/embyserver:4.8.11.0
23+
image: emby/embyserver:4.9.1.80
2424
platforms:
2525
- linux/amd64
2626
artifacthub.io/license: MIT

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# emby Helm Chart
2-
![Version: 1.3.2](https://img.shields.io/badge/Version-1.3.2-informational?style=flat-square)
2+
![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square)
33
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/emby)](https://artifacthub.io/packages/search?repo=emby)
44

55
From https://emby.media:
@@ -47,7 +47,7 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document
4747
| image.tag | string | `""` | current version of the image. Default: Charts appVersion. |
4848
| imagePullSecrets | list | `[]` | imagePullSecrets (not needed, if default image is used) |
4949
| ingress | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]}` | Configure ingress. |
50-
| livenessProbe | object | `{"httpGet":{"path":"/","port":"http"}}` | liveness probe configuration |
50+
| livenessProbe | object | `{}` | liveness probe configuration |
5151
| nfsMounts.enabled | bool | `false` | enable mounting of nfs exports |
5252
| nfsMounts.mounts[0] | object | `{"capacity":"20Gi","exportPath":"/movies","mountPath":"/movies","name":"content","nfsServer":"xxx.xxx.xxx.xxx","readOnly":false}` | name of mount |
5353
| nfsMounts.mounts[0].capacity | string | `"20Gi"` | desired capacity (usually not needed for nfs) |
@@ -61,7 +61,7 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document
6161
| persistence.size | string | `"20Gi"` | storage size |
6262
| persistence.storageClass | string | `nil` | desired storageClass |
6363
| podSecurityContext | object | `{}` | podSecurityContext configuration |
64-
| readinessProbe | object | `{"httpGet":{"path":"/","port":"http"}}` | readiness probe configuration |
64+
| readinessProbe | object | `{}` | readiness probe configuration |
6565
| securityContext | object | `{"allowPrivilegeEscalation":false}` | securityContext configuration |
6666
| service.port | int | `8096` | service port |
6767
| service.type | string | `"ClusterIP"` | service type |

0 commit comments

Comments
 (0)