mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
[audiobookshelf] Bump app version and change default image repo to ghcr (#1531)
This commit is contained in:
parent
035ed59188
commit
ca03d11676
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.6.69"
|
appVersion: "2.0.3"
|
||||||
description: Self-hosted audiobook server for managing and playing your audiobooks
|
description: Self-hosted audiobook server for managing and playing your audiobooks
|
||||||
name: audiobookshelf
|
name: audiobookshelf
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
kubeVersion: ">= 1.16.0-0"
|
kubeVersion: ">= 1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- audiobookshelf
|
- audiobookshelf
|
||||||
@ -21,5 +21,7 @@ dependencies:
|
|||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial version
|
description: Updated Audiobookshelf image to latest
|
||||||
|
- kind: changed
|
||||||
|
description: Changed default image repository to ghcr
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# audiobookshelf
|
# audiobookshelf
|
||||||
|
|
||||||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.6.69](https://img.shields.io/badge/AppVersion-1.6.69-informational?style=flat-square)
|
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 2.0.3](https://img.shields.io/badge/AppVersion-2.0.3-informational?style=flat-square)
|
||||||
|
|
||||||
Self-hosted audiobook server for managing and playing your audiobooks
|
Self-hosted audiobook server for managing and playing your audiobooks
|
||||||
|
|
||||||
@ -86,6 +86,18 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Version 1.0.1
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
* Updated container image to latest
|
||||||
|
* Changed image repository to ghcr
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
|
||||||
### Version 1.0.0
|
### Version 1.0.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: advplyr/audiobookshelf
|
repository: ghcr.io/advplyr/audiobookshelf
|
||||||
# -- image tag
|
# -- image tag
|
||||||
# @default -- chart.appVersion
|
# @default -- chart.appVersion
|
||||||
tag:
|
tag:
|
||||||
|
Loading…
Reference in New Issue
Block a user