Compare commits
26 Commits
pod-gatewa
...
unifi-5.0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
402fa10cb1 | ||
|
|
ed357b1f13 | ||
|
|
535821d65a | ||
|
|
fcfe860c7a | ||
|
|
a4d622cbb3 | ||
|
|
fa3028961e | ||
|
|
155a9558b1 | ||
|
|
e2cba2c602 | ||
|
|
c30b6976c3 | ||
|
|
6574501569 | ||
|
|
c32c6a24d8 | ||
|
|
7288861d79 | ||
|
|
c679761009 | ||
|
|
24f6568867 | ||
|
|
c1604d9ec8 | ||
|
|
144fd832f6 | ||
|
|
f7afe9ca37 | ||
|
|
948e0dc592 | ||
|
|
e6655559c6 | ||
|
|
014938a1b3 | ||
|
|
3143732494 | ||
|
|
4925d1f08c | ||
|
|
ad814f200b | ||
|
|
80cfaabf86 | ||
|
|
89a5f49e15 | ||
|
|
02c96ebc05 |
2
.github/scripts/requirements.txt
vendored
2
.github/scripts/requirements.txt
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# anonaddy
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# jackett
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -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.6.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- mosquitto
|
||||
@@ -23,4 +23,4 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: added
|
||||
description: Added support for enabling `per_listener_settings`
|
||||
description: Option to disable adding of the listener option to the config
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mosquitto
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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,11 +87,11 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 4.4.0
|
||||
### Version 4.6.0
|
||||
|
||||
#### Added
|
||||
|
||||
* Added support for enabling `per_listener_settings`
|
||||
* Option to disable adding of the listener option to the config
|
||||
|
||||
#### Changed
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# node-red
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# photoprism
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# plex
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# pod-gateway
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: v7.1.66
|
||||
appVersion: v7.1.68
|
||||
description: Ubiquiti Network's Unifi Controller
|
||||
name: unifi
|
||||
version: 5.0.0
|
||||
version: 5.0.1
|
||||
keywords:
|
||||
- ubiquiti
|
||||
- unifi
|
||||
@@ -27,4 +27,4 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `mongodb` chart dependency to version 12.1.22
|
||||
description: Upgraded unifi app to v7.1.68
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# unifi
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Ubiquiti Network's Unifi Controller
|
||||
|
||||
@@ -16,7 +16,7 @@ Ubiquiti Network's Unifi Controller
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | mongodb | 10.31.5 |
|
||||
| https://charts.bitnami.com/bitnami | mongodb | 12.1.22 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
|
||||
## TL;DR
|
||||
@@ -146,7 +146,7 @@ service:
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 4.10.1
|
||||
### Version 5.0.1
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -154,7 +154,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Set right fsGroup policy for unifi pod
|
||||
* Upgraded unifi app to v7.1.68
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: 1.25.0
|
||||
appVersion: 1.25.2
|
||||
description: Vaultwarden is a Bitwarden compatable server in Rust
|
||||
name: vaultwarden
|
||||
version: 5.0.0
|
||||
version: 5.2.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.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# vaultwarden
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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.2.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -107,7 +107,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Updated Vaultwarden App Version to v1.25.0.
|
||||
* Updated App Version to 1.25.2
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user