Compare commits

...

4 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
6 changed files with 18 additions and 17 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