From a44092fb88d68020ecf54fd80c845a58883ad242 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 14 Dec 2025 19:16:18 +0000 Subject: [PATCH] Update ghcr.io/valkey-io/valkey Docker tag to v8.1.5 --- charts/erpnext/Chart.yaml | 2 +- charts/erpnext/README.md | 6 +++--- charts/erpnext/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/erpnext/Chart.yaml b/charts/erpnext/Chart.yaml index 19734ec8..4bd1e2ce 100644 --- a/charts/erpnext/Chart.yaml +++ b/charts/erpnext/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: erpnext description: A Helm chart for Kubernetes type: application -version: 0.1.4 +version: 0.1.5 appVersion: "4" dependencies: diff --git a/charts/erpnext/README.md b/charts/erpnext/README.md index fcda69ef..db0b08e2 100644 --- a/charts/erpnext/README.md +++ b/charts/erpnext/README.md @@ -1,6 +1,6 @@ # erpnext -![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-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.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) A Helm chart for Kubernetes @@ -50,7 +50,7 @@ A Helm chart for Kubernetes | erpnext.jobs.createSite.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].operator | string | `"In"` | | | erpnext.jobs.createSite.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].values[0] | string | `"amd64"` | | | erpnext.jobs.createSite.dbType | string | `"mariadb"` | | -| erpnext.jobs.createSite.enabled | bool | `false` | | +| erpnext.jobs.createSite.enabled | bool | `true` | | | erpnext.jobs.createSite.forceCreate | bool | `false` | | | erpnext.jobs.createSite.installApps[0] | string | `"erpnext"` | | | erpnext.jobs.createSite.siteName | string | `"erp.deepcypher.me"` | | @@ -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.3-alpine"` | | +| valkey.image.tag | string | `"8.1.5-alpine"` | | diff --git a/charts/erpnext/values.yaml b/charts/erpnext/values.yaml index 02625df5..e9a004e7 100644 --- a/charts/erpnext/values.yaml +++ b/charts/erpnext/values.yaml @@ -6,7 +6,7 @@ valkey: image: registry: ghcr.io repository: valkey-io/valkey - tag: "8.1.3-alpine" + tag: "8.1.5-alpine" mariadb: enabled: false