Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
a4937c0d70 chore: Auto-update chart metadata 2022-08-01 07:29:46 +00:00
renovate[bot]
d19ed5d480 chore(deps): update external dependency patch helm releases 2022-08-01 07:28:04 +00:00
36 changed files with 145 additions and 133 deletions

View File

@@ -24,11 +24,11 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.21
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: nats
version: 0.17.1
version: 0.17.3
repository: https://nats-io.github.io/k8s/helm/charts/
condition: nats.enabled
# Client API
@@ -82,4 +82,6 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Corrected postgres persistence definition and bumped chart version
description: Upgraded `postgresql` chart dependency to version 11.6.20
- kind: changed
description: Upgraded `nats` chart dependency to version 0.17.3

View File

@@ -1,6 +1,6 @@
# dendrite
![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)
![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)
Dendrite Matrix Homeserver
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 11.6.21 |
| https://charts.bitnami.com/bitnami | postgresql | 11.6.12 |
| 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.4.0"` | |
| postgresql.image.tag | string | `"14.1.0"` | |
| postgresql.persistence.enabled | bool | `false` | |
| 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.1
### Version 6.1.0
#### Added
@@ -243,7 +243,15 @@ N/A
#### Changed
* Corrected postgres persistence definition and bumped chart version
* 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'
#### Fixed

View File

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

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 0.12.3
description: "Anonaddy: Anonymous email forwarding"
name: anonaddy
version: 5.1.0
version: 5.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- anonaddy
@@ -23,10 +23,10 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: redis
version: 16.13.1
version: 16.13.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `redis` chart dependency to version 16.13.2

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v0.18
description: DNS proxy as ad-blocker for local network
name: blocky
version: 10.5.0
version: 10.5.1
kubeVersion: ">=1.19.0-0"
keywords:
- blocky
@@ -22,9 +22,9 @@ dependencies:
version: 4.5.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.1
version: 16.13.2
condition: redis.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `redis` chart dependency to version 16.13.2

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.2.0
description: Cert-Manager Webhook for DNSMadeEasy
name: dnsmadeeasy-webhook
version: 4.7.0
version: 4.7.1
keywords:
- cert-manager
- dnsmadeeasy
@@ -22,9 +22,9 @@ dependencies:
version: 4.5.0
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.8.0
version: v1.8.2
condition: cert-manager.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `cert-manager` chart dependency to version v1.8.2

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: "2021.06.01"
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
name: dsmr-reader
version: 6.3.0
version: 6.3.1
kubeVersion: ">=1.16.0-0"
keywords:
- dsmr-reader
@@ -21,10 +21,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: version-5.6.14
description: "Firefly III: a personal finances manager"
name: firefly-iii
version: 0.2.0
version: 0.2.1
kubeVersion: ">=1.16.0-0"
keywords:
- firefly-iii
@@ -20,18 +20,22 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: mariadb
version: 11.0.2
version: 11.0.14
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 16.13.1
version: 16.13.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `mariadb` chart dependency to version 11.0.14
- kind: changed
description: Upgraded `postgresql` chart dependency to version 11.6.20
- kind: changed
description: Upgraded `redis` chart dependency to version 16.13.2

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2022.5.4
description: Home Assistant
name: home-assistant
version: 13.4.0
version: 13.4.1
kubeVersion: ">=1.16.0-0"
keywords:
- home-assistant
@@ -23,7 +23,7 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
@@ -31,10 +31,12 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: influxdb
version: 5.3.5
version: 5.3.7
repository: https://charts.bitnami.com/bitnami
condition: influxdb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20
- kind: changed
description: Upgraded `influxdb` chart dependency to version 5.3.7

View File

@@ -1,11 +1,11 @@
---
apiVersion: v2
appVersion: v22.07.2
appVersion: 21.09.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: 8.0.0
version: 7.3.0
kubeVersion: ">=1.16.0-0"
sources:
- https://github.com/bastienwirtz/homer
@@ -19,9 +19,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
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
description: Upgraded `common` chart dependency to version 4.5.0

View File

@@ -1,6 +1,6 @@
# homer
![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)
![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)
A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.
@@ -78,20 +78,19 @@ 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 | `nil` | |
| image.tag | string | `"21.09.2"` | 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. |
| 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 8.0.0
### Version 7.3.0
#### Added
@@ -99,11 +98,11 @@ N/A
#### Changed
* Switch from env vars to security context object.
* Upgraded `common` chart dependency to version 4.5.0
#### Fixed
* Upgraded app version to v22.07.2
N/A
### Older versions

View File

@@ -8,8 +8,8 @@
image:
# -- image repository
repository: b4bz/homer
# @default -- chart.appVersion
tag:
# -- image tag
tag: 21.09.2
# -- image pull policy
pullPolicy: IfNotPresent
@@ -18,6 +18,10 @@ 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
@@ -33,14 +37,6 @@ 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

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.1.2
description: This server allows you to sync any Joplin client
name: joplin-server
version: 5.3.0
version: 5.3.1
keywords:
- joplin
- notes
@@ -21,10 +21,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v1.2.20
description: Kanboard is a free and open source Kanban project management software.
name: kanboard
version: 5.1.0
version: 5.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- kanboard
@@ -20,10 +20,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v0.5.2
description: Maddy Mail Server
name: maddy
version: 3.1.0
version: 3.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- maddy
@@ -21,10 +21,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.0.36
description: Miniflux is a minimalist and opinionated feed reader.
name: miniflux
version: 5.1.0
version: 5.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- miniflux
@@ -21,10 +21,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

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

View File

@@ -1,6 +1,6 @@
# onedrive
![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)
![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)
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 | `"driveone/onedrive"` | image repository |
| image.repository | string | `"ghcr.io/wrmilling/onedrive-docker"` | 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.1
### Version 2.4.0
#### Added
@@ -106,7 +106,7 @@ N/A
#### Changed
* Moved to upstream docker image
* Upgraded `common` chart dependency to version 4.5.0
#### Fixed

View File

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

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.0.0
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
name: openkm
version: 4.1.0
version: 4.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- openkm
@@ -22,7 +22,7 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
@@ -32,4 +32,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.7.1
description: A web-based collaborative LaTeX editor
name: overleaf
version: 3.1.0
version: 3.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- overleaf
@@ -20,14 +20,16 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: redis
version: 16.13.1
version: 16.13.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: mongodb
version: 12.1.22
version: 12.1.30
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `redis` chart dependency to version 16.13.2
- kind: changed
description: Upgraded `mongodb` chart dependency to version 12.1.30

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.8.0
description: Paperless - Index and archive all of your scanned paper documents
name: paperless
version: 9.1.1
version: 9.1.2
kubeVersion: ">=1.16.0-0"
keywords:
- paperless
@@ -22,14 +22,16 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 16.13.1
version: 16.13.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Updated App Version to 1.8.0
description: Upgraded `postgresql` chart dependency to version 11.6.20
- kind: changed
description: Upgraded `redis` chart dependency to version 16.13.2

View File

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

View File

@@ -1,6 +1,6 @@
# plex
![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)
![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)
Plex Media Server
@@ -90,7 +90,7 @@ N/A
## Changelog
### Version 6.4.1
### Version 6.4.0
#### Added
@@ -98,7 +98,7 @@ N/A
#### Changed
* Upgraded image to v1.28.0.5999-97678ded3.
* Upgraded `common` chart dependency to version 4.5.0
#### Fixed

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.3.5
description: A minimalist, open source online pastebin running on an Nginx, php-fpm & Alpine Linux stack
name: privatebin
version: 2.1.0
version: 2.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- privatebin
@@ -21,10 +21,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v3.4.20
description: Simple, private file sharing.
name: send
version: 1.2.0
version: 1.2.1
kubeVersion: ">=1.16.0-0"
keywords:
- send
@@ -20,9 +20,9 @@ dependencies:
version: 4.5.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.1
version: 16.13.2
condition: redis.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `redis` chart dependency to version 16.13.2

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.7.1
description: A self-hosted and PHP-based URL shortener application with CLI and REST interfaces
name: shlink
version: 5.1.0
version: 5.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- shlink
@@ -20,7 +20,7 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
@@ -30,4 +30,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v0.90.74
description: Status page for monitoring your websites and applications
name: statping
version: 6.1.0
version: 6.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- statping
@@ -23,10 +23,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v1.10
description: Teedy is an open source, lightweight document management system for individuals and businesses.
name: teedy
version: 6.1.0
version: 6.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- teedy
@@ -22,10 +22,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v1.23.4
description: "A self-hosted data logger for your Tesla \U0001F698"
name: teslamate
version: 7.1.0
version: 7.1.1
keywords:
- teslamate
- tesla
@@ -17,7 +17,7 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
maintainers:
@@ -26,4 +26,4 @@ maintainers:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v1.8723.0
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
name: tt-rss
version: 5.1.0
version: 5.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- tt-rss
@@ -19,10 +19,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.1.3
description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
name: unifi-poller
version: 11.1.0
version: 11.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- unifi
@@ -21,10 +21,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: influxdb
version: 5.3.5
version: 5.3.7
repository: https://charts.bitnami.com/bitnami
condition: influxdb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `influxdb` chart dependency to version 5.3.7

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v7.1.68
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 5.1.0
version: 5.1.1
keywords:
- ubiquiti
- unifi
@@ -21,10 +21,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: mongodb
version: 12.1.22
version: 12.1.30
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `mongodb` chart dependency to version 12.1.30

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.25.2
description: Vaultwarden is a Bitwarden compatable server in Rust
name: vaultwarden
version: 5.3.0
version: 5.3.1
kubeVersion: ">=1.16.0-0"
keywords:
- Vaultwarden
@@ -24,10 +24,10 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 0.17.0
description: The to-do app to organize your life
name: vikunja
version: 6.1.0
version: 6.1.1
keywords:
- vikunja
- to-do
@@ -26,10 +26,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `postgresql` chart dependency to version 11.6.20

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.4.2
description: A self hostable application for saving web pages, freely.
name: wallabag
version: 7.1.0
version: 7.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- wallabag
@@ -20,11 +20,11 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: redis
version: 16.13.1
version: 16.13.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: postgresql
version: 11.6.12
version: 11.6.20
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
@@ -34,4 +34,6 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Upgraded `redis` chart dependency to version 16.13.2
- kind: changed
description: Upgraded `postgresql` chart dependency to version 11.6.20