From 9fccfa1a0a6ea1ab2a823d2e9280dfa8f6fcad0a Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Mon, 28 Oct 2024 14:52:26 +0100 Subject: [PATCH] fix: mount path --- charts/squadron-keel-server/Chart.yaml | 4 ++-- charts/squadron-keel-server/README.md | 4 ++-- charts/squadron-keel-server/values.schema.json | 2 +- charts/squadron-keel-server/values.yaml | 2 +- charts/squadron-nextjs-server/Chart.yaml | 4 ++-- charts/squadron-nextjs-server/README.md | 4 ++-- charts/squadron-nextjs-server/values.schema.json | 2 +- charts/squadron-nextjs-server/values.yaml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/squadron-keel-server/Chart.yaml b/charts/squadron-keel-server/Chart.yaml index 057a05f..c6cb50f 100644 --- a/charts/squadron-keel-server/Chart.yaml +++ b/charts/squadron-keel-server/Chart.yaml @@ -15,5 +15,5 @@ annotations: - name: Chart Source url: https://github.com/foomo/helm-charts -version: 0.1.10 -appVersion: 0.1.10 +version: 0.1.11 +appVersion: 0.1.11 diff --git a/charts/squadron-keel-server/README.md b/charts/squadron-keel-server/README.md index b9aeed2..0894886 100644 --- a/charts/squadron-keel-server/README.md +++ b/charts/squadron-keel-server/README.md @@ -1,6 +1,6 @@ # squadron-keel-server -![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.10](https://img.shields.io/badge/AppVersion-0.1.10-informational?style=flat-square) +![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.11](https://img.shields.io/badge/AppVersion-0.1.11-informational?style=flat-square) Squadron Keel Server Chart @@ -127,7 +127,7 @@ Squadron Keel Server Chart |-----|------|---------|-------------| | persistence.accessMode | string | `"ReadWriteOnce"` | Access mode | | persistence.enabled | bool | `false` | Indicates wether a pv should be attached or not | -| persistence.mountPath | string | `"/var/lib/cronjob/data"` | Storage mount path | +| persistence.mountPath | string | `"/var/lib/server/data"` | Storage mount path | | persistence.size | string | `"1Gi"` | Storage size | | persistence.storageClass | string | `""` | Storage class name | diff --git a/charts/squadron-keel-server/values.schema.json b/charts/squadron-keel-server/values.schema.json index be0a3fb..6d2d4cb 100644 --- a/charts/squadron-keel-server/values.schema.json +++ b/charts/squadron-keel-server/values.schema.json @@ -597,7 +597,7 @@ "type": "boolean" }, "mountPath": { - "default": "/var/lib/cronjob/data", + "default": "/var/lib/server/data", "description": "Storage mount path", "required": [], "title": "mountPath", diff --git a/charts/squadron-keel-server/values.yaml b/charts/squadron-keel-server/values.yaml index a2f0dcf..e5b5aed 100644 --- a/charts/squadron-keel-server/values.yaml +++ b/charts/squadron-keel-server/values.yaml @@ -366,7 +366,7 @@ persistence: # @schema # -- Storage mount path # @section -- Persistence settings - mountPath: /var/lib/cronjob/data + mountPath: /var/lib/server/data # @schema # enum: [ReadWriteOnce, ReadOnlyMany, ReadWriteMany] # @schema diff --git a/charts/squadron-nextjs-server/Chart.yaml b/charts/squadron-nextjs-server/Chart.yaml index d0b8745..4147660 100644 --- a/charts/squadron-nextjs-server/Chart.yaml +++ b/charts/squadron-nextjs-server/Chart.yaml @@ -14,5 +14,5 @@ annotations: - name: Chart Source url: https://github.com/foomo/helm-charts -version: 0.1.4 -appVersion: 0.1.4 +version: 0.1.5 +appVersion: 0.1.5 diff --git a/charts/squadron-nextjs-server/README.md b/charts/squadron-nextjs-server/README.md index 8ba6d02..42b9ebc 100644 --- a/charts/squadron-nextjs-server/README.md +++ b/charts/squadron-nextjs-server/README.md @@ -1,6 +1,6 @@ # squadron-nextjs-server -![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: 0.1.4](https://img.shields.io/badge/AppVersion-0.1.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: 0.1.5](https://img.shields.io/badge/AppVersion-0.1.5-informational?style=flat-square) Squadron NextJS Server Chart @@ -134,7 +134,7 @@ Squadron NextJS Server Chart |-----|------|---------|-------------| | persistence.accessMode | string | `"ReadWriteOnce"` | Access mode | | persistence.enabled | bool | `false` | Indicates wether a pv should be attached or not | -| persistence.mountPath | string | `"/var/lib/cronjob/data"` | Storage mount path | +| persistence.mountPath | string | `"/var/lib/server/data"` | Storage mount path | | persistence.size | string | `"1Gi"` | Storage size | | persistence.storageClass | string | `""` | Storage class name | diff --git a/charts/squadron-nextjs-server/values.schema.json b/charts/squadron-nextjs-server/values.schema.json index 432158b..d979ccf 100644 --- a/charts/squadron-nextjs-server/values.schema.json +++ b/charts/squadron-nextjs-server/values.schema.json @@ -654,7 +654,7 @@ "type": "boolean" }, "mountPath": { - "default": "/var/lib/cronjob/data", + "default": "/var/lib/server/data", "description": "Storage mount path", "required": [], "title": "mountPath", diff --git a/charts/squadron-nextjs-server/values.yaml b/charts/squadron-nextjs-server/values.yaml index f3c041b..609e4a0 100644 --- a/charts/squadron-nextjs-server/values.yaml +++ b/charts/squadron-nextjs-server/values.yaml @@ -344,7 +344,7 @@ persistence: # @schema # -- Storage mount path # @section -- Persistence settings - mountPath: /var/lib/cronjob/data + mountPath: /var/lib/server/data # @schema # enum: [ReadWriteOnce, ReadOnlyMany, ReadWriteMany] # @schema