Compare commits

...

9 Commits

Author SHA1 Message Date
k8s-at-home[bot]
cee70404f0 Auto-generate chart README [no ci] 2021-11-01 10:25:57 +00:00
renovate[bot]
0a1094f6fd chore(deps): update external minor dep helm releases (#1261)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 11:25:33 +01:00
allcontributors[bot]
cc426b4593 docs: add varac as a contributor for code (#1258)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-10-31 10:24:01 +01:00
Varac
728ebbfa23 [home-assistant] fix ingress example (#1257) 2021-10-31 10:23:02 +01:00
k8s-at-home[bot]
d979e9309a Auto-generate chart summary [no ci] 2021-10-22 06:14:25 +00:00
k8s-at-home[bot]
c1cb492647 Auto-generate chart README [no ci] 2021-10-22 06:13:30 +00:00
Markus Reiter
f01c58aaff Add SinusBot chart. (#1252) 2021-10-22 08:13:01 +02:00
Jonathan Scott Bartlett
3abce5f8d5 [paperless] Added in postgres and redis as dependencies (#1237)
* [paperless] Added in postgres and redis as dependencies

Signed-off-by: Jonathan Bartlett <jonathan@jonnobrow.co.uk>
2021-10-18 19:28:25 +02:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
fa4b5ef2e0 [multiple] Fix chart docs/metadata (#1251)
* fix: Update ser2sock documentation

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* fix: Update home-assistant documentation

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* fix: Fix teslamate metadata

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-10-18 05:39:06 -04:00
77 changed files with 715 additions and 165 deletions

View File

@@ -346,6 +346,15 @@
"contributions": [ "contributions": [
"code" "code"
] ]
},
{
"login": "varac",
"name": "Varac",
"avatar_url": "https://avatars.githubusercontent.com/u/488213?v=4",
"profile": "https://www.varac.net",
"contributions": [
"code"
]
} }
], ],
"contributorsPerLine": 7, "contributorsPerLine": 7,

View File

@@ -1,6 +1,6 @@
# Helm charts # Helm charts
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-38-orange.svg?style=flat-square)](#contributors-) [![All Contributors](https://img.shields.io/badge/all_contributors-39-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END --> <!-- ALL-CONTRIBUTORS-BADGE:END -->
[![docs](https://img.shields.io/badge/docs-rtfm-yellow?logo=gitbook&logoColor=white&style=for-the-badge)](https://docs.k8s-at-home.com/) [![docs](https://img.shields.io/badge/docs-rtfm-yellow?logo=gitbook&logoColor=white&style=for-the-badge)](https://docs.k8s-at-home.com/)
@@ -96,6 +96,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/Kimi450"><img src="https://avatars.githubusercontent.com/u/24758074?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Karan Samani</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=Kimi450" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Kimi450"><img src="https://avatars.githubusercontent.com/u/24758074?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Karan Samani</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=Kimi450" title="Code">💻</a></td>
<td align="center"><a href="http://reitermark.us"><img src="https://avatars.githubusercontent.com/u/1309829?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Markus Reiter</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=reitermarkus" title="Code">💻</a></td> <td align="center"><a href="http://reitermark.us"><img src="https://avatars.githubusercontent.com/u/1309829?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Markus Reiter</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=reitermarkus" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/brenix"><img src="https://avatars.githubusercontent.com/u/1131159?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Paul N</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=brenix" title="Code">💻</a></td> <td align="center"><a href="https://github.com/brenix"><img src="https://avatars.githubusercontent.com/u/1131159?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Paul N</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=brenix" title="Code">💻</a></td>
<td align="center"><a href="https://www.varac.net"><img src="https://avatars.githubusercontent.com/u/488213?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Varac</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=varac" title="Code">💻</a></td>
</tr> </tr>
</table> </table>

View File

@@ -155,4 +155,5 @@
| [changedetection-io](incubator/changedetection-io) | changedetection-io helm package | | [changedetection-io](incubator/changedetection-io) | changedetection-io helm package |
| [openhab](incubator/openhab) | openhab helm package | | [openhab](incubator/openhab) | openhab helm package |
| [seafile](incubator/seafile) | seafile helm package | | [seafile](incubator/seafile) | seafile helm package |
| [sinusbot](incubator/sinusbot) | TeamSpeak & Discord Bot |
| [teamspeak](incubator/teamspeak) | TeamSpeak Server | | [teamspeak](incubator/teamspeak) | TeamSpeak Server |

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 8.0.7 appVersion: 8.0.7
description: seafile helm package description: seafile helm package
name: seafile name: seafile
version: 1.0.0 version: 1.1.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- seafile - seafile
@@ -18,6 +18,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# seafile # seafile
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 8.0.7](https://img.shields.io/badge/AppVersion-8.0.7-informational?style=flat-square) ![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 8.0.7](https://img.shields.io/badge/AppVersion-8.0.7-informational?style=flat-square)
seafile helm package seafile helm package
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -0,0 +1,26 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl

View File

@@ -0,0 +1,19 @@
apiVersion: v2
appVersion: 1.0.0-beta.14
description: TeamSpeak & Discord Bot
name: sinusbot
version: 0.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- sinusbot
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/sinusbot
icon: https://pbs.twimg.com/profile_images/613423613711122432/fFJZiB_t_400x400.png
sources:
- https://github.com/sinusbot/sinusbot-docker
maintainers:
- name: reitermarkus
email: me@reitermark.us
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.0.1

View File

@@ -0,0 +1,121 @@
# sinusbot
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 1.0.0-beta.14](https://img.shields.io/badge/AppVersion-1.0.0--beta.14-informational?style=flat-square)
TeamSpeak & Discord Bot
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## Source Code
* <https://github.com/sinusbot/sinusbot-docker>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR
```console
helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install sinusbot k8s-at-home/sinusbot
```
## Installing the Chart
To install the chart with the release name `sinusbot`
```console
helm install sinusbot k8s-at-home/sinusbot
```
## Uninstalling the Chart
To uninstall the `sinusbot` deployment
```console
helm uninstall sinusbot
```
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
## Configuration
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install sinusbot \
--set env.TZ="America/New York" \
k8s-at-home/sinusbot
```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install sinusbot k8s-at-home/sinusbot -f values.yaml
```
## Custom configuration
N/A
## Values
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | See below | environment variables. See more environment variables in the [${CHARTNAME} documentation](https://${CHARTNAME}.org/docs). |
| env.GID | string | `"1001"` | Specify the group ID the application will run as |
| env.UID | string | `"1001"` | Specify the user ID the application will run as |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"sinusbot/docker"` | image repository |
| image.tag | string | `"1.0.0-beta.14-dc94a7c"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| nodeSelector | object | `{"kubernetes.io/arch":"amd64"}` | The official SinusBot image is only available for x86_64. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. Choose either -- a single volume for all data or separate volumes for each sub-directory. |
| persistence.data | object | `{"enabled":false,"mountPath":"/opt/sinusbot/data"}` | separate volumes |
| persistence.sinusbot | object | `{"enabled":false,"subPath":[{"mountPath":"/opt/sinusbot/data","path":"data"},{"mountPath":"/opt/sinusbot/scripts","path":"scripts"}]}` | single volume |
| service | object | See values.yaml | Configures service settings for the chart. |
## Changelog
All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common#changelog).
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).
### [1.0.0]
#### Added
- Initial version
#### Changed
- N/A
#### Removed
- N/A
[1.0.0]: #100
## Support
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
- Join our [Discord](https://discord.gg/sTMX7Vh) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

View File

@@ -0,0 +1,146 @@
{{- define "custom.repository.organization" -}}
k8s-at-home
{{- end -}}
{{- define "custom.repository.url" -}}
https://github.com/k8s-at-home/charts
{{- end -}}
{{- define "custom.helm.url" -}}
https://k8s-at-home.com/charts/
{{- end -}}
{{- define "custom.helm.path" -}}
{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }}
{{- end -}}
{{- define "custom.notes" -}}
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
{{- end -}}
{{- define "custom.requirements" -}}
## Requirements
{{ template "chart.kubeVersionLine" . }}
{{- end -}}
{{- define "custom.dependencies" -}}
## Dependencies
{{ template "chart.requirementsTable" . }}
{{- end -}}
{{- define "custom.install.tldr" -}}
## TL;DR
```console
helm repo add {{ template "custom.repository.organization" . }} {{ template "custom.helm.url" . }}
helm repo update
helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }}
```
{{- end -}}
{{- define "custom.install" -}}
## Installing the Chart
To install the chart with the release name `{{ template "chart.name" . }}`
```console
helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }}
```
{{- end -}}
{{- define "custom.uninstall" -}}
## Uninstalling the Chart
To uninstall the `{{ template "chart.name" . }}` deployment
```console
helm uninstall {{ template "chart.name" . }}
```
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
{{- end -}}
{{- define "custom.configuration.header" -}}
## Configuration
{{- end -}}
{{- define "custom.configuration.readValues" -}}
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
{{- end -}}
{{- define "custom.configuration.example.set" -}}
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install {{ template "chart.name" . }} \
--set env.TZ="America/New York" \
{{ template "custom.helm.path" . }}
```
{{- end -}}
{{- define "custom.configuration.example.file" -}}
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} -f values.yaml
```
{{- end -}}
{{- define "custom.valuesSection" -}}
## Values
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
{{ template "chart.valuesTable" . }}
{{- end -}}
{{- define "custom.support" -}}
## Support
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
- Join our [Discord](https://discord.gg/sTMX7Vh) community
{{- end -}}
{{ template "chart.header" . }}
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
{{ template "chart.description" . }}
{{ template "custom.notes" . }}
{{ template "chart.sourcesSection" . }}
{{ template "custom.requirements" . }}
{{ template "custom.dependencies" . }}
{{ template "custom.install.tldr" . }}
{{ template "custom.install" . }}
{{ template "custom.uninstall" . }}
{{ template "custom.configuration.header" . }}
{{ template "custom.configuration.readValues" . }}
{{ template "custom.configuration.example.set" . }}
{{ template "custom.configuration.example.file" . }}
{{ template "custom.custom.configuration" . }}
{{ template "custom.valuesSection" . }}
{{ template "custom.changelog" . }}
{{ template "custom.support" . }}
{{ template "helm-docs.versionFooter" . }}
{{ "" }}

View File

@@ -0,0 +1,27 @@
{{- define "custom.changelog.header" -}}
## Changelog
{{- end -}}
{{- define "custom.changelog" -}}
{{ template "custom.changelog.header" . }}
All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common#changelog).
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).
### [1.0.0]
#### Added
- Initial version
#### Changed
- N/A
#### Removed
- N/A
[1.0.0]: #100
{{- end -}}

View File

@@ -0,0 +1,9 @@
{{- define "custom.custom.configuration.header" -}}
## Custom configuration
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
N/A
{{- end -}}

View File

@@ -0,0 +1 @@
{{- include "common.notes.defaultNotes" . -}}

View File

@@ -0,0 +1 @@
{{ include "common.all" . }}

View File

@@ -0,0 +1,62 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image:
# -- image repository
repository: sinusbot/docker
# -- image tag
tag: 1.0.0-beta.14-dc94a7c
# -- image pull policy
pullPolicy: IfNotPresent
# -- environment variables. See more environment variables in the [${CHARTNAME} documentation](https://${CHARTNAME}.org/docs).
# @default -- See below
env:
# -- Specify the user ID the application will run as
UID: "1001"
# -- Specify the group ID the application will run as
GID: "1001"
# OVERRIDE_PASSWORD:
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
http:
port: 8087
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false
# -- Configure persistence settings for the chart under this key. Choose either
# -- a single volume for all data or separate volumes for each sub-directory.
# @default -- See values.yaml
persistence:
# -- single volume
sinusbot:
enabled: false
subPath:
- mountPath: /opt/sinusbot/data
path: data
- mountPath: /opt/sinusbot/scripts
path: scripts
# -- separate volumes
data:
enabled: false
mountPath: /opt/sinusbot/data
scripts:
enabled: false
mountPath: /opt/sinusbot/scripts
# -- The official SinusBot image is only available for x86_64.
nodeSelector:
kubernetes.io/arch: amd64

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.8.4 appVersion: 0.8.4
description: "Anonaddy: Anonymous email forwarding" description: "Anonaddy: Anonymous email forwarding"
name: anonaddy name: anonaddy
version: 1.0.0 version: 1.1.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- anonaddy - anonaddy
@@ -18,10 +18,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled
- name: redis - name: redis
version: 15.4.0 version: 15.5.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: redis.enabled condition: redis.enabled

View File

@@ -1,6 +1,6 @@
# anonaddy # anonaddy
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 0.8.4](https://img.shields.io/badge/AppVersion-0.8.4-informational?style=flat-square) ![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 0.8.4](https://img.shields.io/badge/AppVersion-0.8.4-informational?style=flat-square)
Anonaddy: Anonymous email forwarding Anonaddy: Anonymous email forwarding
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://charts.bitnami.com/bitnami | redis | 15.4.0 | | https://charts.bitnami.com/bitnami | redis | 15.5.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.8.0 appVersion: 0.8.0
description: Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars. description: Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars.
name: baikal name: baikal
version: 3.1.1 version: 3.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- baikal - baikal
@@ -23,6 +23,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# baikal # baikal
![Version: 3.1.1](https://img.shields.io/badge/Version-3.1.1-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square) ![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square)
Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars. Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars.
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v21.05.1 appVersion: v21.05.1
description: A simple, self-hosted, easy-to-use platform for organising and storing information. description: A simple, self-hosted, easy-to-use platform for organising and storing information.
name: bookstack name: bookstack
version: 3.1.1 version: 3.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- bookstack - bookstack
@@ -25,6 +25,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# bookstack # bookstack
![Version: 3.1.1](https://img.shields.io/badge/Version-3.1.1-informational?style=flat-square) ![AppVersion: v21.05.1](https://img.shields.io/badge/AppVersion-v21.05.1-informational?style=flat-square) ![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: v21.05.1](https://img.shields.io/badge/AppVersion-v21.05.1-informational?style=flat-square)
A simple, self-hosted, easy-to-use platform for organising and storing information. A simple, self-hosted, easy-to-use platform for organising and storing information.
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.2.0 appVersion: 1.2.0
description: Cert-Manager Webhook for DNSMadeEasy description: Cert-Manager Webhook for DNSMadeEasy
name: dnsmadeeasy-webhook name: dnsmadeeasy-webhook
version: 4.1.2 version: 4.2.0
keywords: keywords:
- cert-manager - cert-manager
- dnsmadeeasy - dnsmadeeasy
@@ -21,5 +21,5 @@ dependencies:
version: 4.0.1 version: 4.0.1
- name: cert-manager - name: cert-manager
repository: https://charts.jetstack.io repository: https://charts.jetstack.io
version: v1.5.4 version: v1.6.0
condition: cert-manager.enabled condition: cert-manager.enabled

View File

@@ -1,6 +1,6 @@
# dnsmadeeasy-webhook # dnsmadeeasy-webhook
![Version: 4.1.2](https://img.shields.io/badge/Version-4.1.2-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) ![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
Cert-Manager Webhook for DNSMadeEasy Cert-Manager Webhook for DNSMadeEasy
@@ -17,7 +17,7 @@ Cert-Manager Webhook for DNSMadeEasy
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.jetstack.io | cert-manager | v1.5.4 | | https://charts.jetstack.io | cert-manager | v1.6.0 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2021.06.01" appVersion: "2021.06.01"
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer. description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
name: dsmr-reader name: dsmr-reader
version: 5.1.2 version: 5.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- dsmr-reader - dsmr-reader
@@ -20,6 +20,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled

View File

@@ -1,6 +1,6 @@
# dsmr-reader # dsmr-reader
![Version: 5.1.2](https://img.shields.io/badge/Version-5.1.2-informational?style=flat-square) ![AppVersion: 2021.06.01](https://img.shields.io/badge/AppVersion-2021.06.01-informational?style=flat-square) ![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![AppVersion: 2021.06.01](https://img.shields.io/badge/AppVersion-2021.06.01-informational?style=flat-square)
DSMR-protocol reader, telegram data storage and energy consumption visualizer. DSMR-protocol reader, telegram data storage and energy consumption visualizer.
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2021.6.3 appVersion: 2021.6.3
description: Home Assistant description: Home Assistant
name: home-assistant name: home-assistant
version: 11.0.4 version: 11.1.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- home-assistant - home-assistant
@@ -22,11 +22,11 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled
- name: influxdb - name: influxdb

View File

@@ -1,6 +1,6 @@
# home-assistant # home-assistant
![Version: 11.0.4](https://img.shields.io/badge/Version-11.0.4-informational?style=flat-square) ![AppVersion: 2021.6.3](https://img.shields.io/badge/AppVersion-2021.6.3-informational?style=flat-square) ![Version: 11.1.0](https://img.shields.io/badge/Version-11.1.0-informational?style=flat-square) ![AppVersion: 2021.6.3](https://img.shields.io/badge/AppVersion-2021.6.3-informational?style=flat-square)
Home Assistant Home Assistant
@@ -21,8 +21,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | influxdb | 1.1.9 | | https://charts.bitnami.com/bitnami | influxdb | 1.1.9 |
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR
@@ -129,13 +129,23 @@ Using NGINX as an example the following will need to be added to your values:
```yaml ```yaml
ingress: ingress:
main:
enabled: true enabled: true
annotations: annotations:
nginx.org/websocket-services: home-assistant nginx.org/websocket-services: home-assistant
hosts:
- host: home-assistant.example.org
paths:
- path: /
``` ```
The value derived is the name of the kubernetes service object for home-assistant The value derived is the name of the kubernetes service object for home-assistant
### Metrics collection
If metrics collection is enabled through the `metrics.enabled: true` setting, make sure to also enable the Prometheus
endpoint in your Home-Assistant configuration. See the [official documentation](https://www.home-assistant.io/integrations/prometheus/) for more details on how to set this up.
## Values ## Values
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common) **Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
@@ -170,6 +180,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [11.0.6]
#### Changed
- Fix home-assistant ingress example
### [11.0.5]
#### Fixed
- Updated chart documentation.
### [11.0.0] ### [11.0.0]
#### Changed #### Changed

View File

@@ -10,6 +10,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [11.0.6]
#### Changed
- Fix home-assistant ingress example
### [11.0.5]
#### Fixed
- Updated chart documentation.
### [11.0.0] ### [11.0.0]
#### Changed #### Changed

View File

@@ -62,10 +62,21 @@ Using NGINX as an example the following will need to be added to your values:
```yaml ```yaml
ingress: ingress:
main:
enabled: true enabled: true
annotations: annotations:
nginx.org/websocket-services: home-assistant nginx.org/websocket-services: home-assistant
hosts:
- host: home-assistant.example.org
paths:
- path: /
``` ```
The value derived is the name of the kubernetes service object for home-assistant The value derived is the name of the kubernetes service object for home-assistant
### Metrics collection
If metrics collection is enabled through the `metrics.enabled: true` setting, make sure to also enable the Prometheus
endpoint in your Home-Assistant configuration. See the [official documentation](https://www.home-assistant.io/integrations/prometheus/) for more details on how to set this up.
{{- end -}} {{- end -}}

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: latest appVersion: latest
description: A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. description: A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
name: icinga2 name: icinga2
version: 2.1.1 version: 2.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- icinga2 - icinga2
@@ -20,6 +20,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# icinga2 # icinga2
![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.1.2 appVersion: 2.1.2
description: This server allows you to sync any Joplin client description: This server allows you to sync any Joplin client
name: joplin-server name: joplin-server
version: 4.1.2 version: 4.2.0
keywords: keywords:
- joplin - joplin
- notes - notes
@@ -20,6 +20,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled

View File

@@ -1,6 +1,6 @@
# joplin-server # joplin-server
![Version: 4.1.2](https://img.shields.io/badge/Version-4.1.2-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square) ![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)
This server allows you to sync any Joplin client This server allows you to sync any Joplin client
@@ -18,7 +18,7 @@ This server allows you to sync any Joplin client
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.2.20 appVersion: v1.2.20
description: Kanboard is a free and open source Kanban project management software. description: Kanboard is a free and open source Kanban project management software.
name: kanboard name: kanboard
version: 4.1.2 version: 4.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- kanboard - kanboard
@@ -19,6 +19,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled

View File

@@ -1,6 +1,6 @@
# kanboard # kanboard
![Version: 4.1.2](https://img.shields.io/badge/Version-4.1.2-informational?style=flat-square) ![AppVersion: v1.2.20](https://img.shields.io/badge/AppVersion-v1.2.20-informational?style=flat-square) ![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v1.2.20](https://img.shields.io/badge/AppVersion-v1.2.20-informational?style=flat-square)
Kanboard is a free and open source Kanban project management software. Kanboard is a free and open source Kanban project management software.
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.0.32 appVersion: 2.0.32
description: Miniflux is a minimalist and opinionated feed reader. description: Miniflux is a minimalist and opinionated feed reader.
name: miniflux name: miniflux
version: 4.1.2 version: 4.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- miniflux - miniflux
@@ -20,6 +20,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled

View File

@@ -1,6 +1,6 @@
# miniflux # miniflux
![Version: 4.1.2](https://img.shields.io/badge/Version-4.1.2-informational?style=flat-square) ![AppVersion: 2.0.32](https://img.shields.io/badge/AppVersion-2.0.32-informational?style=flat-square) ![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 2.0.32](https://img.shields.io/badge/AppVersion-2.0.32-informational?style=flat-square)
Miniflux is a minimalist and opinionated feed reader. Miniflux is a minimalist and opinionated feed reader.
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 3.1.1-apache appVersion: 3.1.1-apache
description: A Personal Relationship Management tool to help you organize your social life description: A Personal Relationship Management tool to help you organize your social life
name: monica name: monica
version: 6.1.1 version: 6.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- crm - crm
@@ -19,6 +19,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# monica # monica
![Version: 6.1.1](https://img.shields.io/badge/Version-6.1.1-informational?style=flat-square) ![AppVersion: 3.1.1-apache](https://img.shields.io/badge/AppVersion-3.1.1--apache-informational?style=flat-square) ![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: 3.1.1-apache](https://img.shields.io/badge/AppVersion-3.1.1--apache-informational?style=flat-square)
A Personal Relationship Management tool to help you organize your social life A Personal Relationship Management tool to help you organize your social life
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 6.1.0 appVersion: 6.1.0
description: OpenEMR is the most popular open source electronic health records and medical practice management solution. description: OpenEMR is the most popular open source electronic health records and medical practice management solution.
name: openemr name: openemr
version: 3.1.1 version: 3.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- openemr - openemr
@@ -23,6 +23,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# openemr # openemr
![Version: 3.1.1](https://img.shields.io/badge/Version-3.1.1-informational?style=flat-square) ![AppVersion: 6.1.0](https://img.shields.io/badge/AppVersion-6.1.0-informational?style=flat-square) ![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 6.1.0](https://img.shields.io/badge/AppVersion-6.1.0-informational?style=flat-square)
OpenEMR is the most popular open source electronic health records and medical practice management solution. OpenEMR is the most popular open source electronic health records and medical practice management solution.
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
name: openkm name: openkm
version: 2.1.2 version: 2.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- openkm - openkm
@@ -21,10 +21,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# openkm # openkm
![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) ![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.7.1 appVersion: 2.7.1
description: A web-based collaborative LaTeX editor description: A web-based collaborative LaTeX editor
name: overleaf name: overleaf
version: 2.0.1 version: 2.1.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- overleaf - overleaf
@@ -19,10 +19,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: redis - name: redis
version: 15.4.0 version: 15.5.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: redis.enabled condition: redis.enabled
- name: mongodb - name: mongodb
version: 10.25.2 version: 10.28.7
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled condition: mongodb.enabled

View File

@@ -1,6 +1,6 @@
# overleaf # overleaf
![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square) ![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square)
A web-based collaborative LaTeX editor A web-based collaborative LaTeX editor
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mongodb | 10.25.2 | | https://charts.bitnami.com/bitnami | mongodb | 10.28.7 |
| https://charts.bitnami.com/bitnami | redis | 15.4.0 | | https://charts.bitnami.com/bitnami | redis | 15.5.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 1.0.0 appVersion: 1.5.0
description: Paperless - Index and archive all of your scanned paper documents description: Paperless - Index and archive all of your scanned paper documents
name: paperless name: paperless
version: 7.0.1 version: 8.1.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- paperless - paperless
@@ -12,7 +12,17 @@ sources:
- https://github.com/jonaswinkler/paperless-ng - https://github.com/jonaswinkler/paperless-ng
maintainers: maintainers:
- name: mr-onion-2 - name: mr-onion-2
- name: jonnobrow
email: jonathan@jonnobrow.co.uk
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql
version: 10.13.3
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 15.5.3
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

View File

@@ -1,6 +1,6 @@
# paperless # paperless
![Version: 7.0.1](https://img.shields.io/badge/Version-7.0.1-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) ![Version: 8.1.0](https://img.shields.io/badge/Version-8.1.0-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
Paperless - Index and archive all of your scanned paper documents Paperless - Index and archive all of your scanned paper documents
@@ -18,6 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://charts.bitnami.com/bitnami | redis | 15.5.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR
@@ -66,7 +68,6 @@ helm install paperless k8s-at-home/paperless -f values.yaml
``` ```
## Custom configuration ## Custom configuration
N/A N/A
## Values ## Values
@@ -75,19 +76,20 @@ N/A
| Key | Type | Default | Description | | Key | Type | Default | Description |
|-----|------|---------|-------------| |-----|------|---------|-------------|
| additionalContainers | object | See values.yaml | Deploy local redis instance. |
| env | object | See below | See the following files for additional environment variables: https://github.com/jonaswinkler/paperless-ng/tree/master/docker/compose/ https://github.com/jonaswinkler/paperless-ng/blob/master/paperless.conf.example | | env | object | See below | See the following files for additional environment variables: https://github.com/jonaswinkler/paperless-ng/tree/master/docker/compose/ https://github.com/jonaswinkler/paperless-ng/blob/master/paperless.conf.example |
| env.COMPOSE_PROJECT_NAME | string | `"paperless"` | Project name | | env.COMPOSE_PROJECT_NAME | string | `"paperless"` | Project name |
| env.PAPERLESS_OCR_LANGUAGE | string | `"eng"` | OCR languages to install | | env.PAPERLESS_OCR_LANGUAGE | string | `"eng"` | OCR languages to install |
| env.PAPERLESS_REDIS | string | `"redis://localhost:6379"` | Redis to use | | env.PAPERLESS_REDIS | string | `nil` | Redis to use |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"jonaswinkler/paperless-ng"` | image repository | | image.repository | string | `"jonaswinkler/paperless-ng"` | image repository |
| image.tag | string | `"1.4.5"` | image tag | | image.tag | string | `"1.5.0"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence.consume | object | See values.yaml | Configure volume to monitor for new documents. | | persistence.consume | object | See values.yaml | Configure volume to monitor for new documents. |
| persistence.data | object | See values.yaml | Configure persistence for data. | | persistence.data | object | See values.yaml | Configure persistence for data. |
| persistence.export | object | See values.yaml | Configure export volume. | | persistence.export | object | See values.yaml | Configure export volume. |
| persistence.media | object | See values.yaml | Configure persistence for media. | | persistence.media | object | See values.yaml | Configure persistence for media. |
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
| redis | object | See values.yaml | Enable and configure redis subchart under this key. For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/redis) |
| service | object | See values.yaml | Configures service settings for the chart. | | service | object | See values.yaml | Configures service settings for the chart. |
## Changelog ## Changelog
@@ -96,6 +98,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).
### [8.0.0]
#### Changed
- Upgraded the App Version to `1.5.0`
- Changed the image tag to `1.5.0`
- Include postgresql and redis charts from bitnami as Paperless supports both of these. This adds two new configuration sections and can replace the additionalContainers used for redis previously.
### [7.0.0] ### [7.0.0]
#### Changed #### Changed

View File

@@ -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).
### [8.0.0]
#### Changed
- Upgraded the App Version to `1.5.0`
- Changed the image tag to `1.5.0`
- Include postgresql and redis charts from bitnami as Paperless supports both of these. This adds two new configuration sections and can replace the additionalContainers used for redis previously.
### [7.0.0] ### [7.0.0]
#### Changed #### Changed

View File

@@ -4,6 +4,5 @@
{{- define "custom.custom.configuration" -}} {{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }} {{ template "custom.custom.configuration.header" . }}
N/A N/A
{{- end -}} {{- end -}}

View File

@@ -1,3 +1,6 @@
env:
PAPERLESS_REDIS: redis://paperless-redis-headless:6379
persistence: persistence:
data: data:
enabled: true enabled: true
@@ -11,3 +14,13 @@ persistence:
export: export:
enabled: true enabled: true
type: emptyDir type: emptyDir
redis:
enabled: true
architecture: standalone
auth:
enabled: false
master:
persistence:
enabled: false
fullnameOverride: paperless-redis

View File

@@ -11,7 +11,7 @@ image:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag
tag: 1.4.5 tag: 1.5.0
# -- See the following files for additional environment variables: # -- See the following files for additional environment variables:
# https://github.com/jonaswinkler/paperless-ng/tree/master/docker/compose/ # https://github.com/jonaswinkler/paperless-ng/tree/master/docker/compose/
@@ -21,12 +21,14 @@ env:
# -- Project name # -- Project name
COMPOSE_PROJECT_NAME: paperless COMPOSE_PROJECT_NAME: paperless
# -- Redis to use # -- Redis to use
PAPERLESS_REDIS: redis://localhost:6379 PAPERLESS_REDIS:
# -- OCR languages to install # -- OCR languages to install
PAPERLESS_OCR_LANGUAGE: eng PAPERLESS_OCR_LANGUAGE: eng
# USERMAP_UID: 1000 # USERMAP_UID: 1000
# USERMAP_GID: 1000 # USERMAP_GID: 1000
# PAPERLESS_TIME_ZONE: Europe/London # PAPERLESS_TIME_ZONE: Europe/London
# -- Database host to use
PAPERLESS_DBHOST:
# -- Configures service settings for the chart. # -- Configures service settings for the chart.
# @default -- See values.yaml # @default -- See values.yaml
@@ -76,10 +78,22 @@ persistence:
emptyDir: emptyDir:
enabled: false enabled: false
# -- Deploy local redis instance. # -- Enable and configure postgresql database subchart under this key.
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
# @default -- See values.yaml # @default -- See values.yaml
additionalContainers: postgresql:
broker: enabled: false
name: broker postgresqlUsername: paperless
image: redis:6.0 postgresqlPassword: paperless
imagePullPolicy: IfNotPresent postgresqlDatabase: paperless
persistence:
enabled: false
# storageClass: ""
# -- Enable and configure redis subchart under this key.
# For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/redis)
# @default -- See values.yaml
redis:
enabled: false
auth:
enabled: false

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v4.3.1 appVersion: v4.3.1
description: PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program. description: PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program.
name: powerdns name: powerdns
version: 3.4.2 version: 3.5.0
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/powerdns home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/powerdns
sources: sources:
- http://www.github.com/PowerDNS/ - http://www.github.com/PowerDNS/
@@ -12,10 +12,10 @@ maintainers:
email: ryan@ryanholt.net email: ryan@ryanholt.net
dependencies: dependencies:
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# powerdns # powerdns
![Version: 3.4.2](https://img.shields.io/badge/Version-3.4.2-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square) ![Version: 3.5.0](https://img.shields.io/badge/Version-3.5.0-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square)
PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program. PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program.
@@ -16,8 +16,8 @@ PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
description: Serial to Socket Redirector description: Serial to Socket Redirector
name: ser2sock name: ser2sock
version: 5.0.1 version: 5.0.2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- ser2sock - ser2sock

View File

@@ -1,6 +1,6 @@
# ser2sock # ser2sock
![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) ![Version: 5.0.2](https://img.shields.io/badge/Version-5.0.2-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
Serial to Socket Redirector Serial to Socket Redirector
@@ -70,17 +70,17 @@ helm install ser2sock k8s-at-home/ser2sock -f values.yaml
**IMPORTANT NOTE:** a ser2sock controller device must be accessible on the node where this pod runs, in order for this chart to function properly. **IMPORTANT NOTE:** a ser2sock controller device must be accessible on the node where this pod runs, in order for this chart to function properly.
First, you will need to mount your ser2sock device into the pod, you can do so by adding the following to your values: First, you will need to mount your ser2sock device into the pod, you can do so by adding the following to your values.
Be sure to modify the values according to your requirements!
```yaml ```yaml
additionalVolumeMounts: persistence:
- name: usb usb:
mountPath: /path/to/device enabled: true
type: hostPath
additionalVolumes: mountPath: /dev/ttyUSB0 # This is an optional field, and defaults to the value of `hostPath`
- name: usb hostPath: /dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_DO00DPTS-if00-port0
hostPath: # hostPathType: CharDevice
path: /path/to/device
``` ```
Second you will need to set a nodeAffinity rule, for example: Second you will need to set a nodeAffinity rule, for example:
@@ -128,6 +128,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### [5.0.0] ### [5.0.0]
#### Fixed
- Fixed chart documentation.
### [5.0.0]
#### Changed #### Changed
- Upgraded the common library dependency to version 4.0.0. This introduced (potentially) breaking changes to `initContainers` and `additionalContainers`. Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-4.0.0/charts/stable/common/) for the up-to-date values. - Upgraded the common library dependency to version 4.0.0. This introduced (potentially) breaking changes to `initContainers` and `additionalContainers`. Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-4.0.0/charts/stable/common/) for the up-to-date values.
@@ -157,6 +163,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Initial version - Initial version
[5.0.2]: #502
[5.0.0]: #500 [5.0.0]: #500
[4.0.1]: #401 [4.0.1]: #401
[4.0.0]: #400 [4.0.0]: #400

View File

@@ -11,6 +11,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### [5.0.0] ### [5.0.0]
#### Fixed
- Fixed chart documentation.
### [5.0.0]
#### Changed #### Changed
- Upgraded the common library dependency to version 4.0.0. This introduced (potentially) breaking changes to `initContainers` and `additionalContainers`. Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-4.0.0/charts/stable/common/) for the up-to-date values. - Upgraded the common library dependency to version 4.0.0. This introduced (potentially) breaking changes to `initContainers` and `additionalContainers`. Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-4.0.0/charts/stable/common/) for the up-to-date values.
@@ -40,6 +46,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Initial version - Initial version
[5.0.2]: #502
[5.0.0]: #500 [5.0.0]: #500
[4.0.1]: #401 [4.0.1]: #401
[4.0.0]: #400 [4.0.0]: #400

View File

@@ -7,17 +7,17 @@
**IMPORTANT NOTE:** a ser2sock controller device must be accessible on the node where this pod runs, in order for this chart to function properly. **IMPORTANT NOTE:** a ser2sock controller device must be accessible on the node where this pod runs, in order for this chart to function properly.
First, you will need to mount your ser2sock device into the pod, you can do so by adding the following to your values: First, you will need to mount your ser2sock device into the pod, you can do so by adding the following to your values.
Be sure to modify the values according to your requirements!
```yaml ```yaml
additionalVolumeMounts: persistence:
- name: usb usb:
mountPath: /path/to/device enabled: true
type: hostPath
additionalVolumes: mountPath: /dev/ttyUSB0 # This is an optional field, and defaults to the value of `hostPath`
- name: usb hostPath: /dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_DO00DPTS-if00-port0
hostPath: # hostPathType: CharDevice
path: /path/to/device
``` ```
Second you will need to set a nodeAffinity rule, for example: Second you will need to set a nodeAffinity rule, for example:

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.7.1 appVersion: 2.7.1
description: A self-hosted and PHP-based URL shortener application with CLI and REST interfaces description: A self-hosted and PHP-based URL shortener application with CLI and REST interfaces
name: shlink name: shlink
version: 3.1.2 version: 3.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- shlink - shlink
@@ -19,10 +19,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# shlink # shlink
![Version: 3.1.2](https://img.shields.io/badge/Version-3.1.2-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square) ![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square)
A self-hosted and PHP-based URL shortener application with CLI and REST interfaces A self-hosted and PHP-based URL shortener application with CLI and REST interfaces
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v0.90.74 appVersion: v0.90.74
description: Status page for monitoring your websites and applications description: Status page for monitoring your websites and applications
name: statping name: statping
version: 5.1.2 version: 5.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- statping - statping
@@ -22,6 +22,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled

View File

@@ -1,6 +1,6 @@
# statping # statping
![Version: 5.1.2](https://img.shields.io/badge/Version-5.1.2-informational?style=flat-square) ![AppVersion: v0.90.74](https://img.shields.io/badge/AppVersion-v0.90.74-informational?style=flat-square) ![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![AppVersion: v0.90.74](https://img.shields.io/badge/AppVersion-v0.90.74-informational?style=flat-square)
Status page for monitoring your websites and applications Status page for monitoring your websites and applications
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.9 appVersion: v1.9
description: Teedy is an open source, lightweight document management system for individuals and businesses. description: Teedy is an open source, lightweight document management system for individuals and businesses.
name: teedy name: teedy
version: 5.1.2 version: 5.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- teedy - teedy
@@ -21,6 +21,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled

View File

@@ -1,6 +1,6 @@
# teedy # teedy
![Version: 5.1.2](https://img.shields.io/badge/Version-5.1.2-informational?style=flat-square) ![AppVersion: v1.9](https://img.shields.io/badge/AppVersion-v1.9-informational?style=flat-square) ![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![AppVersion: v1.9](https://img.shields.io/badge/AppVersion-v1.9-informational?style=flat-square)
Teedy is an open source, lightweight document management system for individuals and businesses. Teedy is an open source, lightweight document management system for individuals and businesses.
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v1.23.4 appVersion: v1.23.4
description: A self-hosted data logger for your Tesla 🚘 description: A self-hosted data logger for your Tesla 🚘
name: teslamate name: teslamate
version: 6.1.2 version: 6.2.0
keywords: keywords:
- teslamate - teslamate
- tesla - tesla
@@ -11,12 +11,13 @@ home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/teslamate
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Tesla_Motors.svg/793px-Tesla_Motors.svg.png icon: https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Tesla_Motors.svg/793px-Tesla_Motors.svg.png
sources: sources:
- https://github.com/adriankumpf/teslamate - https://github.com/adriankumpf/teslamate
- https://github.com/k8s-at-home/charts/tree/master/charts/stable/teslamate
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled
maintainers: maintainers:

View File

@@ -1,6 +1,6 @@
# teslamate # teslamate
![Version: 6.1.2](https://img.shields.io/badge/Version-6.1.2-informational?style=flat-square) ![AppVersion: v1.23.4](https://img.shields.io/badge/AppVersion-v1.23.4-informational?style=flat-square) ![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: v1.23.4](https://img.shields.io/badge/AppVersion-v1.23.4-informational?style=flat-square)
A self-hosted data logger for your Tesla 🚘 A self-hosted data logger for your Tesla 🚘
@@ -9,6 +9,7 @@ A self-hosted data logger for your Tesla 🚘
## Source Code ## Source Code
* <https://github.com/adriankumpf/teslamate> * <https://github.com/adriankumpf/teslamate>
* <https://github.com/k8s-at-home/charts/tree/master/charts/stable/teslamate>
## Requirements ## Requirements
@@ -16,7 +17,7 @@ A self-hosted data logger for your Tesla 🚘
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR
@@ -95,6 +96,12 @@ 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).
### [6.1.3]
#### Fixed
- Updated chart URL's.
### [6.0.0] ### [6.0.0]
#### Changed #### Changed

View File

@@ -9,6 +9,12 @@ 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).
### [6.1.3]
#### Fixed
- Updated chart URL's.
### [6.0.0] ### [6.0.0]
#### Changed #### Changed

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v4.13 appVersion: v4.13
description: Traccar is an open source GPS tracking system. description: Traccar is an open source GPS tracking system.
name: traccar name: traccar
version: 6.1.1 version: 6.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- traccar - traccar
@@ -20,6 +20,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# traccar # traccar
![Version: 6.1.1](https://img.shields.io/badge/Version-6.1.1-informational?style=flat-square) ![AppVersion: v4.13](https://img.shields.io/badge/AppVersion-v4.13-informational?style=flat-square) ![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: v4.13](https://img.shields.io/badge/AppVersion-v4.13-informational?style=flat-square)
Traccar is an open source GPS tracking system. Traccar is an open source GPS tracking system.
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.8723.0 appVersion: v1.8723.0
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
name: tt-rss name: tt-rss
version: 4.1.2 version: 4.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- tt-rss - tt-rss
@@ -18,6 +18,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled

View File

@@ -1,6 +1,6 @@
# tt-rss # tt-rss
![Version: 4.1.2](https://img.shields.io/badge/Version-4.1.2-informational?style=flat-square) ![AppVersion: v1.8723.0](https://img.shields.io/badge/AppVersion-v1.8723.0-informational?style=flat-square) ![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v1.8723.0](https://img.shields.io/badge/AppVersion-v1.8723.0-informational?style=flat-square)
Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v6.2.26 appVersion: v6.2.26
description: Ubiquiti Network's Unifi Controller description: Ubiquiti Network's Unifi Controller
name: unifi name: unifi
version: 4.2.3 version: 4.3.0
keywords: keywords:
- ubiquiti - ubiquiti
- unifi - unifi
@@ -20,6 +20,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: mongodb - name: mongodb
version: 10.25.2 version: 10.28.7
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled condition: mongodb.enabled

View File

@@ -1,6 +1,6 @@
# unifi # unifi
![Version: 4.2.3](https://img.shields.io/badge/Version-4.2.3-informational?style=flat-square) ![AppVersion: v6.2.26](https://img.shields.io/badge/AppVersion-v6.2.26-informational?style=flat-square) ![Version: 4.3.0](https://img.shields.io/badge/Version-4.3.0-informational?style=flat-square) ![AppVersion: v6.2.26](https://img.shields.io/badge/AppVersion-v6.2.26-informational?style=flat-square)
Ubiquiti Network's Unifi Controller Ubiquiti Network's Unifi Controller
@@ -16,7 +16,7 @@ Ubiquiti Network's Unifi Controller
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mongodb | 10.25.2 | | https://charts.bitnami.com/bitnami | mongodb | 10.28.7 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.22.2 appVersion: 1.22.2
description: Vaultwarden is a Bitwarden compatable server in Rust description: Vaultwarden is a Bitwarden compatable server in Rust
name: vaultwarden name: vaultwarden
version: 3.1.3 version: 3.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- Vaultwarden - Vaultwarden
@@ -19,10 +19,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled

View File

@@ -1,6 +1,6 @@
# vaultwarden # vaultwarden
![Version: 3.1.3](https://img.shields.io/badge/Version-3.1.3-informational?style=flat-square) ![AppVersion: 1.22.2](https://img.shields.io/badge/AppVersion-1.22.2-informational?style=flat-square) ![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 1.22.2](https://img.shields.io/badge/AppVersion-1.22.2-informational?style=flat-square)
Vaultwarden is a Bitwarden compatable server in Rust Vaultwarden is a Bitwarden compatable server in Rust
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.17.0 appVersion: 0.17.0
description: The to-do app to organize your life description: The to-do app to organize your life
name: vikunja name: vikunja
version: 4.1.2 version: 4.2.0
keywords: keywords:
- vikunja - vikunja
- to-do - to-do
@@ -25,6 +25,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled

View File

@@ -1,6 +1,6 @@
# vikunja # vikunja
![Version: 4.1.2](https://img.shields.io/badge/Version-4.1.2-informational?style=flat-square) ![AppVersion: 0.17.0](https://img.shields.io/badge/AppVersion-0.17.0-informational?style=flat-square) ![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 0.17.0](https://img.shields.io/badge/AppVersion-0.17.0-informational?style=flat-square)
The to-do app to organize your life The to-do app to organize your life
@@ -20,7 +20,7 @@ The to-do app to organize your life
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.4.2 appVersion: 2.4.2
description: A self hostable application for saving web pages, freely. description: A self hostable application for saving web pages, freely.
name: wallabag name: wallabag
version: 5.0.1 version: 5.1.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- wallabag - wallabag
@@ -19,14 +19,14 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.0.1 version: 4.0.1
- name: redis - name: redis
version: 15.4.0 version: 15.5.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: redis.enabled condition: redis.enabled
- name: postgresql - name: postgresql
version: 10.9.6 version: 10.13.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled
- name: mariadb - name: mariadb
version: 9.4.4 version: 9.7.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# wallabag # wallabag
![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![AppVersion: 2.4.2](https://img.shields.io/badge/AppVersion-2.4.2-informational?style=flat-square) ![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![AppVersion: 2.4.2](https://img.shields.io/badge/AppVersion-2.4.2-informational?style=flat-square)
A self hostable application for saving web pages, freely. A self hostable application for saving web pages, freely.
@@ -19,9 +19,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.4.4 | | https://charts.bitnami.com/bitnami | mariadb | 9.7.0 |
| https://charts.bitnami.com/bitnami | postgresql | 10.9.6 | | https://charts.bitnami.com/bitnami | postgresql | 10.13.3 |
| https://charts.bitnami.com/bitnami | redis | 15.4.0 | | https://charts.bitnami.com/bitnami | redis | 15.5.3 |
| https://library-charts.k8s-at-home.com | common | 4.0.1 | | https://library-charts.k8s-at-home.com | common | 4.0.1 |
## TL;DR ## TL;DR