diff --git a/charts/erpnext/Chart.yaml b/charts/erpnext/Chart.yaml index 625e5864..9a62a514 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.5 +version: 0.2.0 appVersion: "4" dependencies: diff --git a/charts/erpnext/README.md b/charts/erpnext/README.md index f7a3b0cd..50c0abf8 100644 --- a/charts/erpnext/README.md +++ b/charts/erpnext/README.md @@ -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"` | | diff --git a/charts/erpnext/values.yaml b/charts/erpnext/values.yaml index e9a004e7..3241ff1c 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.5-alpine" + tag: "9.0.1-alpine" mariadb: enabled: false