Compare commits

..

4 Commits

Author SHA1 Message Date
k8s-at-home[bot]
5c394e807d chore: Auto-update chart README [skip ci] 2022-08-02 12:50:07 +00:00
Mike Cronce
a936168c5e [jellyfin] Update to 10.8.1 and fix typo in Chart.yaml homepage URL (#1721)
* charts/stable/jellyfin/Chart.yaml:  Fix homepage link

* charts/stable/jellyfin:  Bump image tag and appVersion to 10.8.1
2022-08-02 12:49:38 +00:00
k8s-at-home[bot]
1d3eab6178 chore: Auto-update chart README [skip ci] 2022-08-02 12:42:17 +00:00
Tero Paloheimo
8d8dba0f15 [mosquitto] Remove storage fields from configinc value (#1710)
Persistence configuration in values.yaml should be kept to a minimum
so that users can implement it based on their liking.

Signed-off-by: Tero Paloheimo <tero.paloheimo@iki.fi>
2022-08-02 12:41:44 +00:00
6 changed files with 18 additions and 17 deletions

View File

@@ -1,15 +1,15 @@
---
apiVersion: v2
appVersion: 10.7.7
appVersion: 10.8.1
description: Jellyfin is a Free Software Media System
name: jellyfin
version: 9.5.1
version: 9.5.2
kubeVersion: ">=1.16.0-0"
keywords:
- jellyfin
- plex
- emby
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/Jellyfin
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/jellyfin
icon: https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-solid-black.svg
sources:
- https://hub.docker.com/r/jellyfin/jellyfin
@@ -24,4 +24,6 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.1
description: Upgraded Jellyfin to 10.8.1
- kind: fixed
description: Fixed typo in homepage URL

View File

@@ -1,6 +1,6 @@
# jellyfin
![Version: 9.5.1](https://img.shields.io/badge/Version-9.5.1-informational?style=flat-square) ![AppVersion: 10.7.7](https://img.shields.io/badge/AppVersion-10.7.7-informational?style=flat-square)
![Version: 9.5.2](https://img.shields.io/badge/Version-9.5.2-informational?style=flat-square) ![AppVersion: 10.8.1](https://img.shields.io/badge/AppVersion-10.8.1-informational?style=flat-square)
Jellyfin is a Free Software Media System
@@ -80,7 +80,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"jellyfin/jellyfin"` | image repository |
| image.tag | string | `"10.7.7"` | image tag |
| image.tag | string | chart.appVersion | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext | object | `{}` | Configure the Security Context for the Pod |
@@ -88,7 +88,7 @@ N/A
## Changelog
### Version 9.5.1
### Version 9.5.2
#### Added
@@ -96,11 +96,11 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.5.1
* Upgraded Jellyfin to 10.8.1
#### Fixed
N/A
* Fixed typo in homepage URL
### Older versions

View File

@@ -9,7 +9,8 @@ image:
# -- image repository
repository: jellyfin/jellyfin
# -- image tag
tag: 10.7.7
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.0.14
description: Eclipse Mosquitto - An open source MQTT broker
name: mosquitto
version: 4.7.1
version: 4.8.1
kubeVersion: ">=1.16.0-0"
keywords:
- mosquitto
@@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.1
description: Remove some storage fields from the `persistence.configinc` value

View File

@@ -1,6 +1,6 @@
# mosquitto
![Version: 4.7.1](https://img.shields.io/badge/Version-4.7.1-informational?style=flat-square) ![AppVersion: 2.0.14](https://img.shields.io/badge/AppVersion-2.0.14-informational?style=flat-square)
![Version: 4.8.1](https://img.shields.io/badge/Version-4.8.1-informational?style=flat-square) ![AppVersion: 2.0.14](https://img.shields.io/badge/AppVersion-2.0.14-informational?style=flat-square)
Eclipse Mosquitto - An open source MQTT broker
@@ -87,7 +87,7 @@ N/A
## Changelog
### Version 4.7.1
### Version 4.8.1
#### Added
@@ -95,7 +95,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.5.1
* Remove some storage fields from the `persistence.configinc` value
#### Fixed

View File

@@ -49,5 +49,3 @@ persistence:
configinc:
enabled: false
mountPath: /mosquitto/configinc
accessMode: ReadWriteOnce
size: 100Mi