Skip to content

Commit

Permalink
Merge pull request #67 from ccremer/renovate/docker.io-emby-embyserve…
Browse files Browse the repository at this point in the history
…r-4.x

Update docker.io/emby/embyserver Docker tag to v4.7.0.17
  • Loading branch information
ccremer committed Nov 14, 2021
2 parents 0ac2d10 + e14cda8 commit 4d900a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/emby/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.2.2

sources:
- https://github.com/MediaBrowser/Emby
Expand Down
4 changes: 2 additions & 2 deletions charts/emby/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# emby

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for Emby media server

Expand All @@ -27,7 +27,7 @@ helm install emby ccremer/emby
| image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy |
| image.registry | string | `"docker.io"` | Container image registry |
| image.repository | string | `"emby/embyserver"` | Location of the container image |
| image.tag | string | `"4.6.0.50"` | Container image tag |
| image.tag | string | `"4.7.0.17"` | Container image tag |
| imagePullSecrets | list | `[]` | List of image pull secrets if you use a privately hosted image |
| ingress.annotations | object | `{}` | Additional annotations for the Ingress object |
| ingress.enabled | bool | `false` | Control whether ingress is created |
Expand Down
2 changes: 1 addition & 1 deletion charts/emby/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
# -- Location of the container image
repository: emby/embyserver
# -- Container image tag
tag: "4.6.0.50"
tag: "4.7.0.17"
# -- Container image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 4d900a3

Please sign in to comment.