Skip to content

Commit ab5dc3e

Browse files
committed
chore: update chart version and regen README
1 parent 068b371 commit ab5dc3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/diode/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: diode
33
description: A Helm chart for Diode
44
type: application
5-
version: "1.9.1"
5+
version: "1.10.0"
66
appVersion: "1.5.0"
77
home: https://github.com/netboxlabs/diode
88
sources:

charts/diode/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for Diode
44

5-
![Version: 1.9.1](https://img.shields.io/badge/Version-1.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
5+
![Version: 1.10.0](https://img.shields.io/badge/Version-1.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
66

77
## Prerequisites
88

@@ -319,6 +319,7 @@ helm show values diode/diode
319319
| externalRedis.tls.clientKeyPath | string | `""` | path to client private key for mutual TLS |
320320
| externalRedis.tls.enabled | bool | `false` | enable TLS |
321321
| externalRedis.tls.skipVerify | bool | `false` | skip TLS verify |
322+
| externalRedis.username | string | `""` | username (optional, Redis 6+) |
322323
| global.commonAnnotations | object | `{}` | common annotations for all resources |
323324
| global.commonLabels | object | `{}` | common labels for all resources |
324325
| global.diode | object | `{"busybox":{"image":"busybox:latest","imagePullPolicy":"IfNotPresent"},"hydra":{"waitForPostgres":true},"ingester":{"waitForRedis":true},"reconciler":{"waitForPostgres":true,"waitForRedis":true}}` | diode global configuration |

0 commit comments

Comments
 (0)