Compare commits

...

15 Commits

Author SHA1 Message Date
k8s-at-home[bot]
fcfe860c7a chore: Auto-update chart README [skip ci] 2022-07-29 18:50:54 +00:00
Tero Paloheimo
a4d622cbb3 [mosquitto] Add option for selectively adding listener (#1711)
Using TLS in Mosquitto does not work if the listener option is present
in the main mosquitto.conf. This is why an option is added to prevent
it from being added to support TLS usage without hacking the chart
locally.

Signed-off-by: Tero Paloheimo <tero.paloheimo@iki.fi>
2022-07-29 20:50:29 +02:00
k8s-at-home[bot]
fa3028961e chore: Auto-update chart README [skip ci] 2022-07-28 17:48:56 +00:00
Simon Caron
155a9558b1 Bumped AnonAddy Version to 0.12.3 (#1714)
Signed-off-by: Simon Caron <simon.caron.8@gmail.com>
2022-07-28 19:48:20 +02:00
k8s-at-home[bot]
e2cba2c602 chore: Auto-update chart README [skip ci] 2022-07-28 17:47:05 +00:00
Simon Caron
c30b6976c3 Bumped Vaultwarden Version to 1.25.2 (#1715)
Signed-off-by: Simon Caron <simon.caron.8@gmail.com>
2022-07-28 19:46:39 +02:00
k8s-at-home[bot]
6574501569 chore: Auto-update chart README [skip ci] 2022-07-25 18:56:06 +00:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
c32c6a24d8 [pod-gateway] Update image to v1.6.1 2022-07-25 20:55:42 +02:00
k8s-at-home[bot]
7288861d79 chore: Auto-update chart README [skip ci] 2022-07-25 18:24:07 +00:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
c679761009 [pod-gateway]: Update pod-gateway image 2022-07-25 20:23:32 +02:00
k8s-at-home[bot]
24f6568867 chore: Auto-update chart README [skip ci] 2022-07-25 17:18:03 +00:00
Max Rosin
c1604d9ec8 [mosquitto] Update container image in values.yaml to v2.0.14 (#1709)
https://github.com/k8s-at-home/charts/pull/1702 bumped the appVersion
but not the actual value.
2022-07-25 19:17:20 +02:00
k8s-at-home[bot]
144fd832f6 chore: Auto-update chart README [skip ci] 2022-07-25 07:41:59 +00:00
Rytis Ilciukas
f7afe9ca37 [photoprism] update image to 220629-jammy (#1697) 2022-07-25 09:41:02 +02:00
SurgeVortex
948e0dc592 [jackett] Bumping jackett version to the latest stable version v0.20.1316 (#1705)
* Bumping jackett version to the latest stable version

Signed-off-by: SurgeVortex <ac.chris.ackerman@gmail.com>
2022-07-25 09:40:29 +02:00
15 changed files with 57 additions and 45 deletions

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 0.8.4
appVersion: 0.12.3
description: "Anonaddy: Anonymous email forwarding"
name: anonaddy
version: 4.1.0
version: 5.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- anonaddy
@@ -29,4 +29,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `redis` chart dependency to version 16.13.1
description: Updated App Version to 0.12.3

View File

@@ -1,6 +1,6 @@
# anonaddy
![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![AppVersion: 0.8.4](https://img.shields.io/badge/AppVersion-0.8.4-informational?style=flat-square)
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![AppVersion: 0.12.3](https://img.shields.io/badge/AppVersion-0.12.3-informational?style=flat-square)
Anonaddy: Anonymous email forwarding
@@ -81,9 +81,10 @@ N/A
| env.ANONADDY_DOMAIN | string | `"chart-example.local"` | Root domain to receive email from |
| env.ANONADDY_SECRET | string | `nil` | Long random string used when hashing data for the anonymous replies |
| env.APP_KEY | string | `nil` | Application key for encrypter service You can generate one through `anonaddy key:generate --show` or `echo "base64:$(openssl rand -base64 32)"` |
| env.DB_HOST | string | `nil` | MySQL database hostname / IP address |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"anonaddy/anonaddy"` | image repository |
| image.tag | string | `"0.8.4"` | 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.enabled | bool | `false` | |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
@@ -93,7 +94,7 @@ N/A
## Changelog
### Version 4.1.0
### Version 5.0.0
#### Added
@@ -101,7 +102,7 @@ N/A
#### Changed
* Upgraded `redis` chart dependency to version 16.13.1
* Updated App Version to 0.12.3
#### Fixed

View File

@@ -8,10 +8,11 @@
image:
# -- image repository
repository: anonaddy/anonaddy
# -- image tag
tag: 0.8.4
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
# @default -- chart.appVersion
tag:
strategy:
type: Recreate
@@ -26,6 +27,8 @@ env:
ANONADDY_DOMAIN: chart-example.local
# -- Long random string used when hashing data for the anonymous replies
ANONADDY_SECRET:
# -- MySQL database hostname / IP address
DB_HOST:
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: v0.20.892
appVersion: v0.20.1316
description: API Support for your favorite torrent trackers
name: jackett
version: 11.5.2
version: 11.6.0
kubeVersion: ">=1.16.0-0"
keywords:
- jackett
@@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
description: description: Updated the docker image to the latest stable version version v0.20.1316

View File

@@ -1,6 +1,6 @@
# jackett
![Version: 11.5.2](https://img.shields.io/badge/Version-11.5.2-informational?style=flat-square) ![AppVersion: v0.20.892](https://img.shields.io/badge/AppVersion-v0.20.892-informational?style=flat-square)
![Version: 11.6.0](https://img.shields.io/badge/Version-11.6.0-informational?style=flat-square) ![AppVersion: v0.20.1316](https://img.shields.io/badge/AppVersion-v0.20.1316-informational?style=flat-square)
API Support for your favorite torrent trackers
@@ -87,7 +87,7 @@ N/A
## Changelog
### Version 11.5.2
### Version 11.6.0
#### Added
@@ -95,7 +95,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
* Upgraded container image to v0.20.1316
#### Fixed

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.0.14
description: Eclipse Mosquitto - An open source MQTT broker
name: mosquitto
version: 4.5.0
version: 4.6.0
kubeVersion: ">=1.16.0-0"
keywords:
- mosquitto
@@ -22,5 +22,5 @@ dependencies:
version: 4.4.2
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Updated image version to 2.0.14
- kind: added
description: Option to disable adding of the listener option to the config

View File

@@ -1,6 +1,6 @@
# mosquitto
![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)
![Version: 4.6.0](https://img.shields.io/badge/Version-4.6.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
@@ -75,10 +75,11 @@ N/A
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| addListener | bool | `true` | When enabled, this adds the `listener` option to the mosquitto config. Change this to false when using TLS. |
| auth.enabled | bool | `false` | By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"eclipse-mosquitto"` | image repository |
| image.tag | string | `"2.0.11"` | image tag |
| image.tag | string | chart.appVersion | image tag |
| perListenerSettings | bool | `false` | By enabling this, authentication and access control settings will be controlled on a per-listener basis |
| persistence.configinc | object | See values.yaml | Configure a persistent volume to place *.conf mosquitto-config-files in. When enabled, this gets set as `include_dir` in the mosquitto config. |
| persistence.data | object | See values.yaml | Configure a persistent volume to place mosquitto data in. When enabled, this enables `persistence` and `persistence_location` in the mosquitto config. |
@@ -86,15 +87,15 @@ N/A
## Changelog
### Version 4.5.0
### Version 4.6.0
#### Added
N/A
* Option to disable adding of the listener option to the config
#### Changed
* Updated image version to 2.0.14
N/A
#### Fixed

View File

@@ -9,7 +9,9 @@ metadata:
data:
mosquitto.conf: |
per_listener_settings {{ .Values.perListenerSettings }}
{{- if .Values.addListener }}
listener {{ .Values.service.main.ports.mqtt.port }}
{{- end}}
{{- if .Values.auth.enabled }}
allow_anonymous false
{{- else }}

View File

@@ -9,7 +9,8 @@ image:
# -- image repository
repository: eclipse-mosquitto
# -- image tag
tag: 2.0.11
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent
@@ -31,6 +32,10 @@ auth:
# -- By enabling this, authentication and access control settings will be controlled on a per-listener basis
perListenerSettings: false
# -- When enabled, this adds the `listener` option to the mosquitto config.
# Change this to false when using TLS.
addListener: true
persistence:
# -- Configure a persistent volume to place mosquitto data in.
# When enabled, this enables `persistence` and `persistence_location` in the mosquitto config.

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: "220617-jammy"
appVersion: "220629-jammy"
description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
name: photoprism
version: 7.0.0
version: 7.0.1
kubeVersion: ">=1.16.0-0"
keywords:
- photos
@@ -29,4 +29,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `mariadb` chart dependency to version 11.0.14
description: Update app image to 220629-jammy

View File

@@ -1,6 +1,6 @@
# photoprism
![Version: 6.6.4](https://img.shields.io/badge/Version-6.6.4-informational?style=flat-square) ![AppVersion: 220617-jammy](https://img.shields.io/badge/AppVersion-220617--jammy-informational?style=flat-square)
![Version: 7.0.1](https://img.shields.io/badge/Version-7.0.1-informational?style=flat-square) ![AppVersion: 220629-jammy](https://img.shields.io/badge/AppVersion-220629--jammy-informational?style=flat-square)
PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 10.5.1 |
| https://charts.bitnami.com/bitnami | mariadb | 11.0.14 |
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
@@ -101,7 +101,7 @@ N/A
## Changelog
### Version 6.6.4
### Version 7.0.1
#### Added
@@ -109,7 +109,7 @@ N/A
#### Changed
* Update app image to 220617-jammy
* Update app image to 220629-jammy
#### Fixed

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: v1.6.0
appVersion: v1.6.1
description: Admision controller to change the default gateway and DNS server of PODs
name: pod-gateway
version: 5.5.1
version: 5.5.2
kubeVersion: ">=1.16.0-0"
keywords:
- pod-gateway
@@ -21,5 +21,5 @@ dependencies:
version: 4.4.2
annotations:
artifacthub.io/changes: |-
- kind: fixed
description: Set proper defaults for image tags in webhook deployment.
- kind: changed
description: Update pod-gateway image to v1.6.1

View File

@@ -1,6 +1,6 @@
# pod-gateway
![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)
![Version: 5.5.2](https://img.shields.io/badge/Version-5.5.2-informational?style=flat-square) ![AppVersion: v1.6.1](https://img.shields.io/badge/AppVersion-v1.6.1-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.1
### Version 5.5.2
#### Added
@@ -140,11 +140,11 @@ N/A
#### Changed
N/A
* Update pod-gateway image to v1.6.1
#### Fixed
* Set proper defaults for image tags in webhook deployment.
N/A
### Older versions

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.25.1
appVersion: 1.25.2
description: Vaultwarden is a Bitwarden compatable server in Rust
name: vaultwarden
version: 5.1.0
version: 5.2.0
kubeVersion: ">=1.16.0-0"
keywords:
- Vaultwarden
@@ -30,4 +30,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Updated App Version to 1.25.1
description: Updated App Version to 1.25.2

View File

@@ -1,6 +1,6 @@
# vaultwarden
![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)
![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![AppVersion: 1.25.2](https://img.shields.io/badge/AppVersion-1.25.2-informational?style=flat-square)
Vaultwarden is a Bitwarden compatable server in Rust
@@ -99,7 +99,7 @@ persistence:
## Changelog
### Version 5.1.0
### Version 5.2.0
#### Added
@@ -107,7 +107,7 @@ N/A
#### Changed
* Updated App Version to 1.25.1
* Updated App Version to 1.25.2
#### Fixed