Compare commits

...

2 Commits

Author SHA1 Message Date
d9071a8869 chore(deps): update helm/chart-testing-action action to v2.8.0 2026-03-06 06:30:30 +00:00
0a6093e949 feat: add name override
All checks were successful
lint-and-test / lint-helm (push) Successful in 7s
release-charts-volsync-target / release (push) Successful in 13s
lint-and-test / chart-testing (push) Successful in 38s
release-charts-valkey / release (push) Successful in 1m6s
renovate / renovate (push) Successful in 58s
2026-03-06 00:14:03 -06:00
5 changed files with 7 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ jobs:
python-version: '3.14'
- name: Set up Chart Testing
uses: helm/chart-testing-action@v2.7.0
uses: helm/chart-testing-action@v2.8.0
with:
yamale_version: "6.0.0"

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: valkey
version: 0.2.0
version: 0.3.0
description: Valkey chart with preconfigured settings
keywords:
- valkey

View File

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

View File

@@ -1,4 +1,5 @@
valkey:
nameOverride: ""
image:
registry: docker.io
repository: valkey/valkey

View File

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