Merge branch 'renovate/ghcr.io-valkey-io-valkey-9.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

Update ghcr.io/valkey-io/valkey Docker tag to v9

See merge request deepcypher/dc-kc!937
This commit is contained in:
George Onoufriou
2026-01-21 00:14:42 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
name: erpnext
description: A Helm chart for Kubernetes
type: application
version: 0.1.5
version: 0.2.0
appVersion: "4"
dependencies:

View File

@@ -1,6 +1,6 @@
# erpnext
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4](https://img.shields.io/badge/AppVersion-4-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4](https://img.shields.io/badge/AppVersion-4-informational?style=flat-square)
A Helm chart for Kubernetes
@@ -108,5 +108,5 @@ A Helm chart for Kubernetes
| valkey.enabled | bool | `true` | |
| valkey.image.registry | string | `"ghcr.io"` | |
| valkey.image.repository | string | `"valkey-io/valkey"` | |
| valkey.image.tag | string | `"8.1.5-alpine"` | |
| valkey.image.tag | string | `"9.0.1-alpine"` | |

View File

@@ -6,7 +6,7 @@ valkey:
image:
registry: ghcr.io
repository: valkey-io/valkey
tag: "8.1.5-alpine"
tag: "9.0.1-alpine"
mariadb:
enabled: false