Compare commits

...

16 Commits

Author SHA1 Message Date
k8s-at-home[bot]
e6655559c6 chore: Auto-update chart README [skip ci] 2022-07-25 07:40:15 +00:00
Tero Paloheimo
014938a1b3 [mosquitto] Update container image to v2.0.14 (#1702)
Signed-off-by: Tero Paloheimo <tero.paloheimo@iki.fi>
2022-07-25 09:39:51 +02:00
renovate[bot]
3143732494 chore(deps): update dependency typer to v0.6.1 (#1691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 09:39:24 +02:00
Florian Heiderich
4925d1f08c [node-red] upgrade to 2.2.2 (#1693)
* [node-red] upgrade to 2.2.2

Signed-off-by: Florian Heiderich <florian@heiderich.org>
2022-07-25 09:39:07 +02:00
k8s-at-home[bot]
ad814f200b chore: Auto-update chart README [skip ci] 2022-07-21 09:57:34 +00:00
Wilfried Daniels
80cfaabf86 Upgrade plex image to 1.27.2.5929-a806c5905. (#1695) 2022-07-21 11:57:06 +02:00
k8s-at-home[bot]
89a5f49e15 chore: Auto-update chart README [skip ci] 2022-07-19 04:35:41 +00:00
Simon Caron
02c96ebc05 Bumped Vaultwarden to v1.25.1 (#1706) 2022-07-19 06:35:09 +02:00
k8s-at-home[bot]
1cf4fdcfd0 chore: Auto-update chart README [skip ci] 2022-07-14 14:57:25 +00:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
cc371396eb [pod-gateway]: Proper default tags in webhook deployment 2022-07-14 16:56:46 +02:00
k8s-at-home[bot]
509bc55eec chore: Auto-update chart README [skip ci] 2022-07-05 13:24:12 +00:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
418e6cea1e [tt-rss] Fix env vars (#1690) 2022-07-05 15:23:45 +02:00
k8s-at-home[bot]
9c1e76f8b1 Auto-generate chart summary [no ci] 2022-07-05 09:58:54 +00:00
k8s-at-home[bot]
c6de36c34c chore: Auto-update chart README [skip ci] 2022-07-05 09:58:07 +00:00
Gerald Wu
1bf86d16d1 [ntfy] Add ntfy chart (#1689)
* [ntfy] Add ntfy chart

Signed-off-by: geraldwuhoo <gerald@geraldwu.com>
2022-07-05 11:57:41 +02:00
k8s-at-home[bot]
d4926f5a70 Auto-generate chart summary [no ci] 2022-07-04 06:38:37 +00:00
25 changed files with 281 additions and 80 deletions

View File

@@ -2,4 +2,4 @@ GitPython==3.1.27
loguru==0.6.0
ruamel.yaml==0.17.21
ruamel.yaml.string==0.1.0
typer==0.4.2
typer==0.6.1

View File

@@ -24,6 +24,7 @@
| [comcast](stable/comcast) | periodic comcast data usage checks and save the results to InfluxDB |
| [cryptofolio](stable/cryptofolio) | Track your cryptocurrency holdings/portfolio |
| [deconz](stable/deconz) | deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. |
| [deemix](stable/deemix) | Deemix is a Deezer Download Manager |
| [deepstack](stable/deepstack) | An AI API engine that serves pre-built models and custom models on multiple edge devices locally or on your private cloud |
| [deluge](stable/deluge) | Deluge is a torrent download client |
| [dizquetv](stable/dizquetv) | Create live TV channel streams from media on your Plex servers. |
@@ -94,6 +95,7 @@
| [nginx-php](stable/nginx-php) | Nginx and PHP FPM for running PHP applications |
| [nightscout](stable/nightscout) | nightscout helm package |
| [node-red](stable/node-red) | Node-RED is low-code programming for event-driven applications |
| [ntfy](stable/ntfy) | Send push notifications to your phone or desktop using PUT/POST |
| [nullserv](stable/nullserv) | A simple null file http and https server |
| [nzbget](stable/nzbget) | NZBGet is a Usenet downloader client |
| [nzbhydra2](stable/nzbhydra2) | Usenet meta search |

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 2.0.11
appVersion: 2.0.14
description: Eclipse Mosquitto - An open source MQTT broker
name: mosquitto
version: 4.4.0
version: 4.5.0
kubeVersion: ">=1.16.0-0"
keywords:
- mosquitto
@@ -22,5 +22,5 @@ dependencies:
version: 4.4.2
annotations:
artifacthub.io/changes: |-
- kind: added
description: Added support for enabling `per_listener_settings`
- kind: changed
description: Updated image version to 2.0.14

View File

@@ -1,6 +1,6 @@
# mosquitto
![Version: 4.4.0](https://img.shields.io/badge/Version-4.4.0-informational?style=flat-square) ![AppVersion: 2.0.11](https://img.shields.io/badge/AppVersion-2.0.11-informational?style=flat-square)
![Version: 4.5.0](https://img.shields.io/badge/Version-4.5.0-informational?style=flat-square) ![AppVersion: 2.0.14](https://img.shields.io/badge/AppVersion-2.0.14-informational?style=flat-square)
Eclipse Mosquitto - An open source MQTT broker
@@ -86,15 +86,15 @@ N/A
## Changelog
### Version 4.4.0
### Version 4.5.0
#### Added
* Added support for enabling `per_listener_settings`
N/A
#### Changed
N/A
* Updated image version to 2.0.14
#### Fixed

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 2.1.4
appVersion: 2.2.2
description: Node-RED is low-code programming for event-driven applications
name: node-red
version: 10.1.2
version: 10.2.0
kubeVersion: ">=1.16.0-0"
keywords:
- nodered
@@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
description: Upgraded to Node Red 2.2.2 upstream image

View File

@@ -1,6 +1,6 @@
# node-red
![Version: 10.1.2](https://img.shields.io/badge/Version-10.1.2-informational?style=flat-square) ![AppVersion: 2.1.4](https://img.shields.io/badge/AppVersion-2.1.4-informational?style=flat-square)
![Version: 10.2.0](https://img.shields.io/badge/Version-10.2.0-informational?style=flat-square) ![AppVersion: 2.2.2](https://img.shields.io/badge/AppVersion-2.2.2-informational?style=flat-square)
Node-RED is low-code programming for event-driven applications
@@ -84,14 +84,14 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"nodered/node-red"` | image repository |
| image.tag | string | `"2.1.4"` | image tag |
| image.tag | string | `"2.2.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. |
| service | object | See values.yaml | Configures service settings for the chart. |
## Changelog
### Version 10.1.2
### Version 10.2.0
#### Added
@@ -99,7 +99,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
* Upgraded to Node Red 2.2.2 upstream image
#### Fixed

View File

@@ -9,7 +9,8 @@ image:
# -- image repository
repository: nodered/node-red
# -- image tag
tag: 2.1.4
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent

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,24 @@
apiVersion: v2
appVersion: v1.27.2
description: "Send push notifications to your phone or desktop using PUT/POST"
name: ntfy
version: 1.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- ntfy
- notification
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/ntfy
icon: https://raw.githubusercontent.com/binwiederhier/ntfy/main/web/public/static/img/ntfy.png
sources:
- https://github.com/binwiederhier/ntfy
maintainers:
- name: geraldwuhoo
email: gerald@geraldwu.com
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
annotations:
artifacthub.io/changes: |
- kind: added
description: Initial version

View File

@@ -0,0 +1,116 @@
# ntfy
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: v1.27.2](https://img.shields.io/badge/AppVersion-v1.27.2-informational?style=flat-square)
Send push notifications to your phone or desktop using PUT/POST
**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/binwiederhier/ntfy>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
```console
helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install ntfy k8s-at-home/ntfy
```
## Installing the Chart
To install the chart with the release name `ntfy`
```console
helm install ntfy k8s-at-home/ntfy
```
## Uninstalling the Chart
To uninstall the `ntfy` deployment
```console
helm uninstall ntfy
```
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 ntfy \
--set env.TZ="America/New York" \
k8s-at-home/ntfy
```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install ntfy k8s-at-home/ntfy -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 |
|-----|------|---------|-------------|
| args | list | See values.yaml | Configures command args to run the docker image in server mode |
| env | object | See below | environment variables. See more environment variables in the [ntfy documentation](https://ntfy.org/docs). |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"binwiederhier/ntfy"` | image repository |
| image.tag | string | chart.appVersion | 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. |
| service | object | See values.yaml | Configures service settings for the chart. |
## Changelog
### Version 1.0.0
#### Added
* Initial version
#### Changed
N/A
#### Fixed
N/A
### Older versions
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/ntfy?modal=changelog)
## 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 v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)

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,50 @@
#
# 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: binwiederhier/ntfy
# -- image tag
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent
# -- environment variables. See more environment variables in the [ntfy documentation](https://ntfy.org/docs).
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures command args to run the docker image in server mode
# @default -- See values.yaml
args:
- serve
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
http:
port: 80
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.
# @default -- See values.yaml
persistence:
cache:
enabled: false
mountPath: /var/cache/ntfy
config:
enabled: false
mountPath: /etc/ntfy

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: v1.26.1.5798-99a4a6ac9
appVersion: v1.27.2.5929-a806c5905
description: Plex Media Server
name: plex
version: 6.3.3
version: 6.3.4
kubeVersion: ">=1.16.0-0"
keywords:
- plex
@@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update image to v1.26.1.5798-99a4a6ac9.
description: Update image to v1.27.2.5929-a806c5905.

View File

@@ -1,6 +1,6 @@
# plex
![Version: 6.3.3](https://img.shields.io/badge/Version-6.3.3-informational?style=flat-square) ![AppVersion: v1.26.1.5798-99a4a6ac9](https://img.shields.io/badge/AppVersion-v1.26.1.5798--99a4a6ac9-informational?style=flat-square)
![Version: 6.3.4](https://img.shields.io/badge/Version-6.3.4-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.3.3
### Version 6.3.4
#### Added
@@ -98,7 +98,7 @@ N/A
#### Changed
* Update image to v1.26.1.5798-99a4a6ac9.
* Update image to v1.27.2.5929-a806c5905.
#### Fixed

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v1.6.0
description: Admision controller to change the default gateway and DNS server of PODs
name: pod-gateway
version: 5.5.0
version: 5.5.1
kubeVersion: ">=1.16.0-0"
keywords:
- pod-gateway
@@ -21,7 +21,5 @@ dependencies:
version: 4.4.2
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `pod-gateway` tag dependency to v1.6.0
- kind: changed
description: Upgraded `gateway-admision-controller` tag dependency to v3.5.0
- kind: fixed
description: Set proper defaults for image tags in webhook deployment.

View File

@@ -1,6 +1,6 @@
# pod-gateway
![Version: 5.5.0](https://img.shields.io/badge/Version-5.5.0-informational?style=flat-square) ![AppVersion: v1.6.0](https://img.shields.io/badge/AppVersion-v1.6.0-informational?style=flat-square)
![Version: 5.5.1](https://img.shields.io/badge/Version-5.5.1-informational?style=flat-square) ![AppVersion: v1.6.0](https://img.shields.io/badge/AppVersion-v1.6.0-informational?style=flat-square)
Admision controller to change the default gateway and DNS server of PODs
@@ -132,7 +132,7 @@ certificates. It does not install it as dependency to avoid conflicts.
## Changelog
### Version 5.5.0
### Version 5.5.1
#### Added
@@ -140,12 +140,11 @@ N/A
#### Changed
* Upgraded `pod-gateway` tag dependency to v1.6.0
* Upgraded `gateway-admision-controller` tag dependency to v3.5.0
N/A
#### Fixed
N/A
* Set proper defaults for image tags in webhook deployment.
### Older versions

View File

@@ -54,12 +54,12 @@ spec:
- --tls-key-file-path=/tls/tls.key
- --DNSPolicy={{ .Values.DNSPolicy }}
# Init container
- --initImage={{ .Values.image.repository }}:{{ .Values.image.tag }}
- --initImage={{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
- --initImagePullPol={{ .Values.image.pullPolicy }}
- --initCmd=/bin/client_init.sh
- --initMountPoint=/config
# Sidecar container
- --sidecarImage={{ .Values.image.repository }}:{{ .Values.image.tag }}
- --sidecarImage={{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
- --sidecarImagePullPol={{ .Values.image.pullPolicy }}
- --sidecarCmd=/bin/client_sidecar.sh
- --sidecarMountPoint=/config

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.0.0
version: 5.0.1
kubeVersion: ">=1.16.0-0"
keywords:
- tt-rss
@@ -24,7 +24,5 @@ dependencies:
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `postgresql` chart dependency to version 11.6.12
- kind: changed
description: Changed the default user for the postgresql database to `tt-rss`
- kind: fixed
description: Fixed the default values for the database environment variables.

View File

@@ -1,6 +1,6 @@
# tt-rss
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![AppVersion: v1.8723.0](https://img.shields.io/badge/AppVersion-v1.8723.0-informational?style=flat-square)
![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-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
@@ -97,7 +97,7 @@ N/A
## Changelog
### Version 5.0.0
### Version 5.0.1
#### Added
@@ -105,12 +105,11 @@ N/A
#### Changed
* Upgraded `postgresql` chart dependency to version 11.6.12
* Changed the default user for the postgresql database to `tt-rss`
N/A
#### Fixed
N/A
* Fixed the default values for the database environment variables.
### Older versions

View File

@@ -1,22 +1 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.values.setup" . }}
{{/* if TTRSS_DB_HOST is not set use internal postgres chart */}}
{{- if eq .Values.env.TTRSS_DB_HOST "" -}}
{{- $_ := set .Values.env "TTRSS_DB_HOST" (printf "%s-postgresql" .Release.Name) -}}
{{- end -}}
{{/* if TTRSS_DB_USER is not set use internal postgres chart */}}
{{- if eq .Values.env.TTRSS_DB_USER "" -}}
{{- $_ := set .Values.env "TTRSS_DB_USER" .Values.postgresql.auth.username -}}
{{- end -}}
{{/* if TTRSS_DB_USER is not set use internal postgres chart */}}
{{- if eq .Values.env.TTRSS_DB_PASS "" -}}
{{- $_ := set .Values.env "TTRSS_DB_PASS" .Values.postgresql.auth.password -}}
{{- end -}}
{{/* if TTRSS_DB_USER is not set use internal postgres chart */}}
{{- if eq .Values.env.TTRSS_DB_NAME "" -}}
{{- $_ := set .Values.env "TTRSS_DB_NAME" .Values.postgresql.auth.database -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@@ -21,18 +21,18 @@ env:
TTRSS_SELF_URL_PATH: ""
# -- Postgres database hostname
# @default -- internal postgresql URL
TTRSS_DB_HOST: ""
TTRSS_DB_HOST: "{{ printf \"%s-postgresql\" .Release.Name }}"
# -- Postgres database port.
TTRSS_DB_PORT: "5432"
# -- Postgres database user name
# @default -- postgresql.auth.username value
TTRSS_DB_USER: ""
TTRSS_DB_USER: "{{ .Values.postgresql.auth.username }}"
# -- Postgres database password
# @default -- postgresql.auth.password value
TTRSS_DB_PASS: ""
TTRSS_DB_PASS: "{{ .Values.postgresql.auth.password }}"
# -- Postgres database password
# @default -- postgresql.auth.database value
TTRSS_DB_NAME: ""
TTRSS_DB_NAME: "{{ .Values.postgresql.auth.database }}"
# -- Configure the services for the chart here.
# @default -- See below.

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.25.0
appVersion: 1.25.1
description: Vaultwarden is a Bitwarden compatable server in Rust
name: vaultwarden
version: 5.0.0
version: 5.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- Vaultwarden
@@ -30,6 +30,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `mariadb` chart dependency to version 11.0.14
- kind: changed
description: Upgraded `postgresql` chart dependency to version 11.6.12
description: Updated App Version to 1.25.1

View File

@@ -1,6 +1,6 @@
# vaultwarden
![Version: 4.2.3](https://img.shields.io/badge/Version-4.2.3-informational?style=flat-square) ![AppVersion: 1.25.0](https://img.shields.io/badge/AppVersion-1.25.0-informational?style=flat-square)
![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![AppVersion: 1.25.1](https://img.shields.io/badge/AppVersion-1.25.1-informational?style=flat-square)
Vaultwarden is a Bitwarden compatable server in Rust
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 10.5.1 |
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
| https://charts.bitnami.com/bitnami | mariadb | 11.0.14 |
| https://charts.bitnami.com/bitnami | postgresql | 11.6.12 |
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
@@ -99,7 +99,7 @@ persistence:
## Changelog
### Version 4.2.3
### Version 5.1.0
#### Added
@@ -107,7 +107,7 @@ N/A
#### Changed
* Updated Vaultwarden App Version to v1.25.0.
* Updated App Version to 1.25.1
#### Fixed