From 0a6093e9493d32b2a027650dbc4fa223253440a9 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 6 Mar 2026 00:14:03 -0600 Subject: [PATCH] feat: add name override --- charts/valkey/Chart.yaml | 2 +- charts/valkey/README.md | 5 +++-- charts/valkey/values.yaml | 1 + charts/volsync-target/README.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/valkey/Chart.yaml b/charts/valkey/Chart.yaml index 71a4e67..e7b2ce3 100644 --- a/charts/valkey/Chart.yaml +++ b/charts/valkey/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: valkey -version: 0.2.0 +version: 0.3.0 description: Valkey chart with preconfigured settings keywords: - valkey diff --git a/charts/valkey/README.md b/charts/valkey/README.md index 81c2928..5f959c2 100644 --- a/charts/valkey/README.md +++ b/charts/valkey/README.md @@ -1,6 +1,6 @@ # valkey -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 9.0.3](https://img.shields.io/badge/AppVersion-9.0.3-informational?style=flat-square) +![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![AppVersion: 9.0.3](https://img.shields.io/badge/AppVersion-9.0.3-informational?style=flat-square) Valkey chart with preconfigured settings @@ -36,7 +36,7 @@ Valkey chart with preconfigured settings | valkey.metrics.enabled | bool | `true` | | | valkey.metrics.exporter.image.registry | string | `"ghcr.io"` | | | valkey.metrics.exporter.image.repository | string | `"oliver006/redis_exporter"` | | -| valkey.metrics.exporter.image.tag | string | `"v1.79.0"` | | +| valkey.metrics.exporter.image.tag | string | `"v1.81.0"` | | | valkey.metrics.exporter.resources.requests.cpu | string | `"10m"` | | | valkey.metrics.exporter.resources.requests.memory | string | `"64M"` | | | valkey.metrics.podMonitor.enabled | bool | `true` | | @@ -60,6 +60,7 @@ Valkey chart with preconfigured settings | valkey.metrics.prometheusRule.rules[2].for | string | `"1s"` | | | valkey.metrics.prometheusRule.rules[2].labels.severity | string | `"error"` | | | valkey.metrics.serviceMonitor.enabled | bool | `true` | | +| valkey.nameOverride | string | `""` | | | valkey.replica.enabled | bool | `true` | | | valkey.replica.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | | valkey.replica.persistence.size | string | `"1Gi"` | | diff --git a/charts/valkey/values.yaml b/charts/valkey/values.yaml index 411caf7..77bd7a3 100644 --- a/charts/valkey/values.yaml +++ b/charts/valkey/values.yaml @@ -1,4 +1,5 @@ valkey: + nameOverride: "" image: registry: docker.io repository: valkey/valkey diff --git a/charts/volsync-target/README.md b/charts/volsync-target/README.md index 21a8291..798fdbc 100644 --- a/charts/volsync-target/README.md +++ b/charts/volsync-target/README.md @@ -1,6 +1,6 @@ # volsync-target -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square) +![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![AppVersion: 0.15.0](https://img.shields.io/badge/AppVersion-0.15.0-informational?style=flat-square) Volsync Replication set to target specific PVC with preconfigured settings