mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[calibre] Migrate to common v3 (#1004)
* [calibre] Migrate to common v3 Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev> * Fix ingress Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev> * [calibre] Update to latest common Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
parent
f134ec7be6
commit
187abe7849
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 5.14.0
|
appVersion: version-v5.21.0
|
||||||
description: Calibre is a powerful and easy to use e-book manager.
|
description: Calibre is a powerful and easy to use e-book manager.
|
||||||
name: calibre
|
name: calibre
|
||||||
version: 3.3.0
|
version: 4.0.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- calibre
|
- calibre
|
||||||
@ -19,4 +19,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 2.5.0
|
version: 3.1.1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# calibre
|
# calibre
|
||||||
|
|
||||||
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![AppVersion: 5.14.0](https://img.shields.io/badge/AppVersion-5.14.0-informational?style=flat-square)
|
![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![AppVersion: version-v5.21.0](https://img.shields.io/badge/AppVersion-version--v5.21.0-informational?style=flat-square)
|
||||||
|
|
||||||
Calibre is a powerful and easy to use e-book manager.
|
Calibre is a powerful and easy to use e-book manager.
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 2.5.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.1.1 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@ -76,28 +76,20 @@ N/A
|
|||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
|
| env | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-calibre#environment-variables-e) for more details. |
|
||||||
| env.CLI_ARGS | string | `nil` | Optionally pass cli start arguments to calibre. |
|
| env.CLI_ARGS | string | `nil` | Optionally pass cli start arguments to calibre. |
|
||||||
| env.GUAC_PASS | string | `nil` | Password's md5 hash for the calibre gui |
|
| env.GUAC_PASS | string | `nil` | Password's md5 hash for the calibre gui |
|
||||||
| env.GUAC_USER | string | `nil` | Username for the calibre gui |
|
| env.GUAC_USER | string | `nil` | Username for the calibre gui |
|
||||||
| env.PGID | string | `"1000"` | for GroupID |
|
| env.PGID | string | `"1001"` | Specify the group ID the application will run as |
|
||||||
| env.PUID | string | `"1000"` | for UserID |
|
| env.PUID | string | `"1001"` | Specify the user ID the application will run as |
|
||||||
| env.TZ | string | `nil` | Set the time zone, e.g. Europe/Amsterdam |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
| env.UMASK_SET | string | `"022"` | for umask setting of Calibre, default if left unset is 022. |
|
| env.UMASK_SET | string | `"022"` | for umask setting of Calibre, default if left unset is 022. |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"linuxserver/calibre"` | |
|
| image.repository | string | `"linuxserver/calibre"` | image repository |
|
||||||
| image.tag | string | `"version-v5.14.0"` | |
|
| image.tag | string | `"version-v5.21.0"` | image tag |
|
||||||
| ingress.enabled | bool | `false` | |
|
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||||
| persistence.config.emptyDir.enabled | bool | `false` | |
|
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
| persistence.config.enabled | bool | `false` | |
|
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||||
| service.additionalServices[0].enabled | bool | `false` | |
|
|
||||||
| service.additionalServices[0].nameSuffix | string | `"webserver"` | |
|
|
||||||
| service.additionalServices[0].port.name | string | `"webserver"` | |
|
|
||||||
| service.additionalServices[0].port.port | int | `8081` | |
|
|
||||||
| service.additionalServices[0].port.protocol | string | `"TCP"` | |
|
|
||||||
| service.additionalServices[0].port.targetPort | int | `8081` | |
|
|
||||||
| service.additionalServices[0].type | string | `"ClusterIP"` | |
|
|
||||||
| service.port | object | `{"name":"gui","port":8080}` | The default port is 8080 |
|
|
||||||
| strategy.type | string | `"Recreate"` | |
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
@ -105,6 +97,14 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
### [4.0.0]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- **BREAKING**: Upgraded the common library dependency to version 3.1.1. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
|
||||||
|
Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.1.1/charts/stable/common/) for the up-to-date values.
|
||||||
|
- Changed image tag to `version-v5.21.0`.
|
||||||
|
|
||||||
### [3.1.1]
|
### [3.1.1]
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
@ -9,6 +9,14 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
### [4.0.0]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- **BREAKING**: Upgraded the common library dependency to version 3.1.1. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
|
||||||
|
Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.1.1/charts/stable/common/) for the up-to-date values.
|
||||||
|
- Changed image tag to `version-v5.21.0`.
|
||||||
|
|
||||||
### [3.1.1]
|
### [3.1.1]
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
@ -9,20 +9,22 @@
|
|||||||
|
|
||||||
# -- This is the default, you can also use requarks/wiki
|
# -- This is the default, you can also use requarks/wiki
|
||||||
image:
|
image:
|
||||||
|
# -- image repository
|
||||||
repository: linuxserver/calibre
|
repository: linuxserver/calibre
|
||||||
|
# -- image tag
|
||||||
|
tag: version-v5.21.0
|
||||||
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-v5.14.0
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
type: Recreate
|
|
||||||
|
|
||||||
|
# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-calibre#environment-variables-e) for more details.
|
||||||
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the time zone, e.g. Europe/Amsterdam
|
# -- Set the container timezone
|
||||||
TZ:
|
TZ: UTC
|
||||||
# -- for UserID
|
# -- Specify the user ID the application will run as
|
||||||
PUID: "1000"
|
PUID: "1001"
|
||||||
# -- for GroupID
|
# -- Specify the group ID the application will run as
|
||||||
PGID: "1000"
|
PGID: "1001"
|
||||||
# -- Username for the calibre gui
|
# -- Username for the calibre gui
|
||||||
GUAC_USER:
|
GUAC_USER:
|
||||||
# -- Password's md5 hash for the calibre gui
|
# -- Password's md5 hash for the calibre gui
|
||||||
@ -32,26 +34,31 @@ env:
|
|||||||
# -- Optionally pass cli start arguments to calibre.
|
# -- Optionally pass cli start arguments to calibre.
|
||||||
CLI_ARGS:
|
CLI_ARGS:
|
||||||
|
|
||||||
|
# -- Configures service settings for the chart.
|
||||||
|
# @default -- See values.yaml
|
||||||
service:
|
service:
|
||||||
# -- The default port is 8080
|
main:
|
||||||
port:
|
ports:
|
||||||
|
http:
|
||||||
port: 8080
|
port: 8080
|
||||||
name: gui
|
webserver:
|
||||||
additionalServices:
|
enabled: false
|
||||||
- enabled: false
|
|
||||||
nameSuffix: webserver
|
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port:
|
ports:
|
||||||
|
webserver:
|
||||||
|
enabled: true
|
||||||
port: 8081
|
port: 8081
|
||||||
name: webserver
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8081
|
targetPort: 8081
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
# -- Enable and configure ingress settings for the chart under this key.
|
||||||
|
# @default -- See values.yaml
|
||||||
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
# @default -- See values.yaml
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: false
|
enabled: false
|
||||||
emptyDir:
|
|
||||||
enabled: false
|
|
||||||
|
Loading…
Reference in New Issue
Block a user