Compare commits

...

10 Commits

Author SHA1 Message Date
k8s-at-home[bot]
1c4640c1c0 chore: Auto-update chart README [skip ci] 2022-08-02 05:02:14 +00:00
Wilfried Daniels
a6bf8e1d92 Upgrade plex image to v1.28.0.5999-97678ded3. (#1727) 2022-08-02 07:01:49 +02:00
k8s-at-home[bot]
0c0b53489a chore: Auto-update chart README [skip ci] 2022-08-01 19:49:58 +00:00
Pascal Iske
526a6c79b0 [homer]: update app version, switch to security context (#1726) 2022-08-01 19:49:28 +00:00
k8s-at-home[bot]
54f03bc19e chore: Auto-update chart README [skip ci] 2022-08-01 19:34:37 +00:00
Winston R. Milling
b00dcc37c1 [dendrite] Bump and correct postgresql subchart config (#1716) 2022-08-01 21:33:51 +02:00
k8s-at-home[bot]
cf3fcc4089 chore: Auto-update chart README [skip ci] 2022-08-01 19:32:47 +00:00
Winston R. Milling
34f0468625 [onedrive] Update to 2.4.20 and use upstream docker image (#1724) 2022-08-01 21:32:18 +02:00
k8s-at-home[bot]
7990906462 chore: Auto-update chart README [skip ci] 2022-08-01 06:28:17 +00:00
Simon Caron
5dd0cd93d2 Updated App Version to 1.8.0 (#1717)
Signed-off-by: Simon Caron <simon.caron.8@gmail.com>
2022-08-01 06:27:44 +00:00
13 changed files with 58 additions and 72 deletions

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v0.8.9
description: Dendrite Matrix Homeserver
name: dendrite
version: 6.1.0
version: 6.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- dendrite
@@ -24,7 +24,7 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.21
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: nats
@@ -82,20 +82,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'clientapi'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'mediaapi'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'syncapi'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'roomserver'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'federationapi'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'keyserver'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'userapi'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'appserviceapi'
description: Corrected postgres persistence definition and bumped chart version

View File

@@ -1,6 +1,6 @@
# dendrite
![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![AppVersion: v0.8.9](https://img.shields.io/badge/AppVersion-v0.8.9-informational?style=flat-square)
![Version: 6.1.1](https://img.shields.io/badge/Version-6.1.1-informational?style=flat-square) ![AppVersion: v0.8.9](https://img.shields.io/badge/AppVersion-v0.8.9-informational?style=flat-square)
Dendrite Matrix Homeserver
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 11.6.12 |
| https://charts.bitnami.com/bitnami | postgresql | 11.6.21 |
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
| https://library-charts.k8s-at-home.com | keyserver(common) | 4.5.0 |
| https://library-charts.k8s-at-home.com | clientapi(common) | 4.5.0 |
@@ -198,9 +198,9 @@ For more information see:
| postgresql.auth.username | string | `"dendrite"` | |
| postgresql.enabled | bool | See value.yaml | Enable and configure postgres as the database for dendrite. |
| postgresql.image.repository | string | `"bitnami/postgresql"` | |
| postgresql.image.tag | string | `"14.1.0"` | |
| postgresql.persistence.enabled | bool | `false` | |
| postgresql.image.tag | string | `"14.4.0"` | |
| postgresql.primary.initdb.scriptsConfigMap | string | `"dendrite-postgresql-init-scripts"` | |
| postgresql.primary.persistence.enabled | bool | `false` | |
| roomserver | object | values.yaml | Configure the Room Server For more information see [the sample dendrite configuration](https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.polylith.yaml) |
| roomserver.database | object | See values.yaml | Override general dendrite.database parameters. |
| roomserver.database.conn_max_lifetime | string | dendrite.database.conn_max_lifetime | Maximum connection lifetime |
@@ -235,7 +235,7 @@ For more information see:
## Changelog
### Version 6.1.0
### Version 6.1.1
#### Added
@@ -243,15 +243,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.5.0
* Upgraded `common` chart dependency to version 4.5.0 for alias 'clientapi'
* Upgraded `common` chart dependency to version 4.5.0 for alias 'mediaapi'
* Upgraded `common` chart dependency to version 4.5.0 for alias 'syncapi'
* Upgraded `common` chart dependency to version 4.5.0 for alias 'roomserver'
* Upgraded `common` chart dependency to version 4.5.0 for alias 'federationapi'
* Upgraded `common` chart dependency to version 4.5.0 for alias 'keyserver'
* Upgraded `common` chart dependency to version 4.5.0 for alias 'userapi'
* Upgraded `common` chart dependency to version 4.5.0 for alias 'appserviceapi'
* Corrected postgres persistence definition and bumped chart version
#### Fixed

View File

@@ -600,14 +600,14 @@ postgresql:
enabled: false
image:
repository: bitnami/postgresql
tag: "14.1.0"
tag: "14.4.0"
auth:
username: dendrite
password: changeme
database: dendrite
persistence:
enabled: false
primary:
persistence:
enabled: false
initdb:
scriptsConfigMap: "dendrite-postgresql-init-scripts"

View File

@@ -1,11 +1,11 @@
---
apiVersion: v2
appVersion: 21.09.2
appVersion: v22.07.2
description: A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.
icon: https://raw.githubusercontent.com/bastienwirtz/homer/main/public/logo.png
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/homer
name: homer
version: 7.3.0
version: 8.0.0
kubeVersion: ">=1.16.0-0"
sources:
- https://github.com/bastienwirtz/homer
@@ -19,4 +19,9 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Switch from env vars to security context object.
- kind: fixed
description: Upgraded app version to v22.07.2
links:
- name: GitHub Issue
url: https://github.com/k8s-at-home/charts/issues/1713

View File

@@ -1,6 +1,6 @@
# homer
![Version: 7.3.0](https://img.shields.io/badge/Version-7.3.0-informational?style=flat-square) ![AppVersion: 21.09.2](https://img.shields.io/badge/AppVersion-21.09.2-informational?style=flat-square)
![Version: 8.0.0](https://img.shields.io/badge/Version-8.0.0-informational?style=flat-square) ![AppVersion: v22.07.2](https://img.shields.io/badge/AppVersion-v22.07.2-informational?style=flat-square)
A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.
@@ -78,19 +78,20 @@ N/A
| configmap.config.data | object | See values.yaml | Homer configuration. See [image documentation](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md) for more information. |
| configmap.config.enabled | bool | `false` | Store homer configuration as a ConfigMap |
| env | object | See below | environment variables. |
| env.GID | string | `"911"` | Specify the group ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| env.UID | string | `"911"` | Specify the user ID the application will run as |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"b4bz/homer"` | image repository |
| image.tag | string | `"21.09.2"` | image tag |
| image.tag | string | `nil` | |
| 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. |
| securityContext.runAsGroup | int | `1000` | Specify the group ID the application will run as |
| securityContext.runAsNonRoot | bool | `true` | Enable validation that the container must run as non-root user |
| securityContext.runAsUser | int | `1000` | Specify the user ID the application will run as |
| service | object | See values.yaml | Configures service settings for the chart. |
## Changelog
### Version 7.3.0
### Version 8.0.0
#### Added
@@ -98,11 +99,11 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.5.0
* Switch from env vars to security context object.
#### Fixed
N/A
* Upgraded app version to v22.07.2
### Older versions

View File

@@ -8,8 +8,8 @@
image:
# -- image repository
repository: b4bz/homer
# -- image tag
tag: 21.09.2
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent
@@ -18,10 +18,6 @@ image:
env:
# -- Set the container timezone
TZ: UTC
# -- Specify the user ID the application will run as
UID: "911"
# -- Specify the group ID the application will run as
GID: "911"
# -- Configures service settings for the chart.
# @default -- See values.yaml
@@ -37,6 +33,14 @@ ingress:
main:
enabled: false
securityContext:
# -- Specify the user ID the application will run as
runAsUser: 1000
# -- Enable validation that the container must run as non-root user
runAsNonRoot: true
# -- Specify the group ID the application will run as
runAsGroup: 1000
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: v2.4.17
appVersion: 2.4.20
description: A free Microsoft OneDrive Client which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365, and SharePoint
name: onedrive
version: 2.4.0
version: 2.4.1
kubeVersion: ">=1.16.0-0"
keywords:
- onedrive
@@ -22,4 +22,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Moved to upstream docker image

View File

@@ -1,6 +1,6 @@
# onedrive
![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square) ![AppVersion: v2.4.17](https://img.shields.io/badge/AppVersion-v2.4.17-informational?style=flat-square)
![Version: 2.4.1](https://img.shields.io/badge/Version-2.4.1-informational?style=flat-square) ![AppVersion: 2.4.20](https://img.shields.io/badge/AppVersion-2.4.20-informational?style=flat-square)
A free Microsoft OneDrive Client which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365, and SharePoint
@@ -88,7 +88,7 @@ In order to generate an authentication response value you must do the following:
| env.ONEDRIVE_UID | int | `1000` | Set the OneDrive User ID |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/wrmilling/onedrive-docker"` | image repository |
| image.repository | string | `"driveone/onedrive"` | image repository |
| image.tag | string | `nil` | image tag |
| persistence | object | See values.yaml for full listing | Configure persistence settings for the chart under this key. |
| persistence.config | object | `{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/onedrive/conf"}` | OneDrive config storage |
@@ -98,7 +98,7 @@ In order to generate an authentication response value you must do the following:
## Changelog
### Version 2.4.0
### Version 2.4.1
#### Added
@@ -106,7 +106,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.5.0
* Moved to upstream docker image
#### Fixed

View File

@@ -7,7 +7,7 @@
image:
# -- image repository
repository: ghcr.io/wrmilling/onedrive-docker
repository: driveone/onedrive
# -- image tag
tag:
# -- image pull policy

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.7.1
appVersion: 1.8.0
description: Paperless - Index and archive all of your scanned paper documents
name: paperless
version: 9.1.0
version: 9.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- paperless
@@ -32,4 +32,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Updated App Version to 1.8.0

View File

@@ -1,6 +1,6 @@
# paperless
![Version: 9.1.0](https://img.shields.io/badge/Version-9.1.0-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square)
![Version: 9.1.1](https://img.shields.io/badge/Version-9.1.1-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square)
Paperless - Index and archive all of your scanned paper documents
@@ -96,7 +96,7 @@ N/A
## Changelog
### Version 9.1.0
### Version 9.1.1
#### Added
@@ -104,7 +104,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.5.0
* Updated App Version to 1.8.0
#### Fixed

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: v1.27.2.5929-a806c5905
appVersion: v1.28.0.5999-97678ded3
description: Plex Media Server
name: plex
version: 6.4.0
version: 6.4.1
kubeVersion: ">=1.16.0-0"
keywords:
- plex
@@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded image to v1.28.0.5999-97678ded3.

View File

@@ -1,6 +1,6 @@
# plex
![Version: 6.4.0](https://img.shields.io/badge/Version-6.4.0-informational?style=flat-square) ![AppVersion: v1.27.2.5929-a806c5905](https://img.shields.io/badge/AppVersion-v1.27.2.5929--a806c5905-informational?style=flat-square)
![Version: 6.4.1](https://img.shields.io/badge/Version-6.4.1-informational?style=flat-square) ![AppVersion: v1.28.0.5999-97678ded3](https://img.shields.io/badge/AppVersion-v1.28.0.5999--97678ded3-informational?style=flat-square)
Plex Media Server
@@ -90,7 +90,7 @@ N/A
## Changelog
### Version 6.4.0
### Version 6.4.1
#### Added
@@ -98,7 +98,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.5.0
* Upgraded image to v1.28.0.5999-97678ded3.
#### Fixed