Compare commits

...

10 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
13 changed files with 41 additions and 45 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

@@ -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

@@ -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

@@ -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