Compare commits

..

9 Commits

Author SHA1 Message Date
k8s-at-home[bot]
28236d89fe chore: Auto-update chart README [skip ci] 2022-03-04 19:54:39 +00:00
Skyler Mäntysaari
9a350b7074 [ghost]: Upgrade appversion to 4.37.0 (#1439)
Use the easier maintenance way for the chart and due to not being sure if it breaks something, I bumped minor version.

Signed-off-by: Skyler Mäntysaari <samip5@users.noreply.github.com>
2022-03-04 20:54:09 +01:00
k8s-at-home[bot]
d15c8e49f9 chore: Auto-update chart README [skip ci] 2022-03-04 19:44:17 +00:00
Morre Meyer
a377c3d2d3 [paperless] chore: switch to paperless-ngx project (#1436)
* Switch to paperless-ngx project
2022-03-04 20:43:50 +01:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
dcb2200ccd fix: Fix README files [skip ci] 2022-02-27 14:46:18 +01:00
k8s-at-home[bot]
715ebb37d5 chore: Auto-update chart README [skip ci] 2022-02-26 21:27:39 +00:00
Skyler Mäntysaari
fbf582680b [blocky]: Upgrade appVersion and use it from chart. (#1438) 2022-02-26 22:27:10 +01:00
k8s-at-home[bot]
4caa8f82a1 chore: Auto-update chart README [skip ci] 2022-02-24 02:15:19 +00:00
Allen Porter
f0984b954c [rtsp-to-web] Update RTSPtoWeb to 2.2.0 and update config location (#1428)
* [rtsp-to-web] Update RTSPtoWeb to 2.2.0 and update config location

* Update annotation for breaking change

* Re-apply commits from onedr0p's suggestions lost in merge

Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
2022-02-23 21:14:51 -05:00
17 changed files with 69 additions and 61 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v0.17
appVersion: v0.18
description: DNS proxy as ad-blocker for local network
name: blocky
version: 10.1.0
version: 10.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- blocky
@@ -22,4 +22,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`.
description: Upgraded `appversion` to version `0.18` and made it use Chart.appversion by default for ease of maintenance.

View File

@@ -1,6 +1,6 @@
# blocky
![Version: 10.1.0](https://img.shields.io/badge/Version-10.1.0-informational?style=flat-square) ![AppVersion: v0.17](https://img.shields.io/badge/AppVersion-v0.17-informational?style=flat-square)
![Version: 10.1.1](https://img.shields.io/badge/Version-10.1.1-informational?style=flat-square) ![AppVersion: v0.18](https://img.shields.io/badge/AppVersion-v0.18-informational?style=flat-square)
DNS proxy as ad-blocker for local network
@@ -82,7 +82,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/0xerr0r/blocky"` | image repository |
| image.tag | string | `"v0.17"` | image tag |
| image.tag | string | chart.appVersion | image tag |
| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. |
| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. |
| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. |
@@ -97,7 +97,7 @@ N/A
## Changelog
### Version 10.1.0
### Version 10.1.1
#### Added
@@ -105,7 +105,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version `4.3.0`.
* Upgraded `appversion` to version `0.18` and made it use Chart.appversion by default for ease of maintenance.
#### Fixed

View File

@@ -9,7 +9,8 @@ image:
# -- image repository
repository: ghcr.io/0xerr0r/blocky
# -- image tag
tag: v0.17
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent

View File

@@ -27,9 +27,11 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: **Breaking:** Updated image tag to version `0.10.0-amd64`. See the application release notes for the breaking changes.
description: |
**Breaking:** Updated image tag to version `0.10.0-amd64`. See the application release notes for the breaking changes.
links:
- name: Application release notes
url: https://github.com/blakeblackshear/frigate/releases/tag/v0.10.0
- kind: changed
description: **Breaking:** Use the common library built-in configMap for configuration.
description: |
**Breaking:** Use the common library built-in configMap for configuration.

View File

@@ -119,7 +119,9 @@ N/A
#### Changed
N/A
* **Breaking:** Updated image tag to version `0.10.0-amd64`. See the application release notes for the breaking changes.
* **Breaking:** Use the common library built-in configMap for configuration.
#### Fixed

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 4.27.2
appVersion: 4.37.0
description: Ghost is a blogging and publishing software
name: ghost
version: 1.1.2
version: 1.2.0
kubeVersion: ">=1.19.0-0"
keywords:
- ghost
@@ -25,5 +25,5 @@ dependencies:
condition: mariadb.enabled
annotations:
artifacthub.io/changes: |
- kind: fixed
description: Fixed database host to match mariadb-svc
- kind: changed
description: Upgrade `appversion` from 4.27.2 to 4.37.0.

View File

@@ -1,6 +1,6 @@
# ghost
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 4.27.2](https://img.shields.io/badge/AppVersion-4.27.2-informational?style=flat-square)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: 4.37.0](https://img.shields.io/badge/AppVersion-4.37.0-informational?style=flat-square)
Ghost is a blogging and publishing software
@@ -86,7 +86,7 @@ N/A
| env.url | string | `"http://some-ghost.example.com"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghost"` | image repository |
| image.tag | string | `"4.27.2"` | image tag |
| image.tag | string | chart.appVersion | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| mariadb.architecture | string | `"standalone"` | |
| mariadb.auth.database | string | `"ghost"` | |
@@ -100,7 +100,7 @@ N/A
## Changelog
### Version 1.1.2
### Version 1.2.0
#### Added
@@ -108,11 +108,11 @@ N/A
#### Changed
N/A
* Upgrade `appversion` from 4.27.2 to 4.37.0.
#### Fixed
* Fixed database host to match mariadb-svc
N/A
### Older versions

View File

@@ -9,7 +9,8 @@ image:
# -- image repository
repository: ghost
# -- image tag
tag: 4.27.2
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent

View File

@@ -26,6 +26,6 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: **Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias`
description: "**Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias`"
- kid: added
description: additional settings for imap and local_mailboxes under `extra_settings`.
description: "additional settings for imap and local_mailboxes under `extra_settings`."

View File

@@ -125,7 +125,7 @@ N/A
#### Changed
N/A
* **Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias`
#### Fixed

View File

@@ -2,18 +2,20 @@ apiVersion: v2
appVersion: 1.5.0
description: Paperless - Index and archive all of your scanned paper documents
name: paperless
version: 8.3.0
version: 8.4.0
kubeVersion: ">=1.16.0-0"
keywords:
- paperless
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/paperless
icon: https://avatars.githubusercontent.com/u/47271576?s=200&v=4
sources:
- https://github.com/jonaswinkler/paperless-ng
- https://github.com/paperless-ngx/paperless-ngx
maintainers:
- name: mr-onion-2
- name: jonnobrow
email: jonathan@jonnobrow.co.uk
- name: morremeyer
email: charts@mor.re
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
@@ -29,8 +31,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`.
- kind: changed
description: Upgraded `postgresql` chart dependency to version `10.14.4`.
- kind: changed
description: Upgraded `redis` chart dependency to version `15.6.10`.
description: Changed image and source links to the community fork paperless-ngx. See https://github.com/jonaswinkler/paperless-ng/issues/1599 and https://github.com/jonaswinkler/paperless-ng/issues/1632.

View File

@@ -1,6 +1,6 @@
# paperless
![Version: 8.3.0](https://img.shields.io/badge/Version-8.3.0-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
![Version: 8.4.0](https://img.shields.io/badge/Version-8.4.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
@@ -8,7 +8,7 @@ Paperless - Index and archive all of your scanned paper documents
## Source Code
* <https://github.com/jonaswinkler/paperless-ng>
* <https://github.com/paperless-ngx/paperless-ngx>
## Requirements
@@ -76,14 +76,14 @@ N/A
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| 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/paperless-ngx/paperless-ngx/tree/main/docker/compose/ https://github.com/paperless-ngx/paperless-ngx/blob/main/paperless.conf.example |
| env.COMPOSE_PROJECT_NAME | string | `"paperless"` | Project name |
| env.PAPERLESS_DBHOST | string | `nil` | Database host to use |
| env.PAPERLESS_OCR_LANGUAGE | string | `"eng"` | OCR languages to install |
| env.PAPERLESS_REDIS | string | `nil` | Redis to use |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"jonaswinkler/paperless-ng"` | image repository |
| image.tag | string | `"1.5.0"` | image tag |
| image.repository | string | `"ghcr.io/paperless-ngx/paperless-ngx"` | 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.consume | object | See values.yaml | Configure volume to monitor for new documents. |
| persistence.data | object | See values.yaml | Configure persistence for data. |
@@ -95,7 +95,7 @@ N/A
## Changelog
### Version 8.3.0
### Version 8.4.0
#### Added
@@ -103,9 +103,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version `4.3.0`.
* Upgraded `postgresql` chart dependency to version `10.14.4`.
* Upgraded `redis` chart dependency to version `15.6.10`.
* Changed image and source links to the community fork paperless-ngx. See https://github.com/jonaswinkler/paperless-ng/issues/1599 and https://github.com/jonaswinkler/paperless-ng/issues/1632.
#### Fixed

View File

@@ -7,15 +7,16 @@
image:
# -- image repository
repository: jonaswinkler/paperless-ng
repository: ghcr.io/paperless-ngx/paperless-ngx
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 1.5.0
# @default -- chart.appVersion
tag:
# -- 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
# https://github.com/paperless-ngx/paperless-ngx/tree/main/docker/compose/
# https://github.com/paperless-ngx/paperless-ngx/blob/main/paperless.conf.example
# @default -- See below
env:
# -- Project name

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.0.0
appVersion: v2.2.0
description: RTSPtoWeb converts RTSP streams to WebRTC, LL-HLS, HLS, MSE
name: rtsp-to-web
version: 1.0.0
version: 2.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- rtsp-to-web
@@ -19,5 +19,7 @@ dependencies:
version: 4.3.0
annotations:
artifacthub.io/changes: |
- kind: added
description: Initial version
- kind: changed
description: "Upgrade RTSPtoWeb to v2.2.0"
- kind: changed
description: "**BREAKING** The config directory is now located at `/config/config.json`"

View File

@@ -1,6 +1,6 @@
# rtsp-to-web
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: v2.2.0](https://img.shields.io/badge/AppVersion-v2.2.0-informational?style=flat-square)
RTSPtoWeb converts RTSP streams to WebRTC, LL-HLS, HLS, MSE
@@ -75,26 +75,27 @@ N/A
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | See below | environment variables. See more environment variables in the [rtsp-to-web documentation](https://rtsp-to-web.org/docs). |
| env | object | See below | environment variables. |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/deepch/rtsptoweb"` | image repository |
| image.tag | string | `"v1.0.0"` | image tag |
| image.tag | string | `nil` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Enable WebRTC and other video protocols hostNetwork: true -- Configure persistence settings for the chart under this key. |
| persistence | object | See values.yaml | Enable WebRTC and other video protocols hostNetwork: true -- Configure persistence settings for the chart under this key. See https://github.com/deepch/RTSPtoWeb#configuration for /config/config.json settings and examples. |
| service | object | See values.yaml | Configures service settings for the chart. |
## Changelog
### Version 1.0.0
### Version 2.0.0
#### Added
* Initial version
N/A
#### Changed
N/A
* Upgrade RTSPtoWeb to v2.2.0
* **BREAKING** The config directory is now located at `/config/config.json`
#### Fixed

View File

@@ -9,11 +9,11 @@ image:
# -- image repository
repository: ghcr.io/deepch/rtsptoweb
# -- image tag
tag: v1.0.0
tag:
# -- image pull policy
pullPolicy: IfNotPresent
# -- environment variables. See more environment variables in the [rtsp-to-web documentation](https://rtsp-to-web.org/docs).
# -- environment variables.
# @default -- See below
env:
# -- Set the container timezone
@@ -36,9 +36,10 @@ ingress:
# -- Enable WebRTC and other video protocols
# hostNetwork: true
# -- Configure persistence settings for the chart under this key.
# -- Configure persistence settings for the chart under this key. See https://github.com/deepch/RTSPtoWeb#configuration
# for /config/config.json settings and examples.
# @default -- See values.yaml
persistence: {}
# data:
# config:
# enabled: false
# mountPath: /data
# mountPath: /config

View File

@@ -117,7 +117,8 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} -
{{- print "#### " ($changeType | title) | nindent 0 }}
{{- print "" | nindent 0 }}
{{- $changesFound := false }}
{{- range (print "changes:\n" . | fromYaml).changes }}
{{- $changes := ((print "changes:\n" .) | fromYaml).changes }}
{{- range $changes }}
{{- if eq .kind $changeType }}
{{- print "* " .description | nindent 0 }}
{{- $changesFound = true }}