mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
fix CPU limit label in questions.yaml (#1258)
* fix CPU limit label in questions.yaml Multiple charts contained a typo in the Resource Limits section of questions.yaml. Replaced all values of "CPU Limresource limitsit" with "CPU Limit" * bumps --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
@@ -3,7 +3,7 @@ description: Real-time performance monitoring, done right!
|
||||
annotations:
|
||||
title: Netdata
|
||||
type: application
|
||||
version: 1.0.25
|
||||
version: 1.0.26
|
||||
apiVersion: v2
|
||||
appVersion: v1.40.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -234,7 +234,7 @@ questions:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: cpuLimit
|
||||
label: "CPU Limresource limitsit"
|
||||
label: "CPU Limit"
|
||||
description: "CPU resource limit allow plain integer values with suffix m(milli) e.g 1000m, 100."
|
||||
group: "Resource Limits"
|
||||
schema:
|
||||
|
||||
@@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow
|
||||
annotations:
|
||||
title: Nextcloud
|
||||
type: application
|
||||
version: 1.6.30
|
||||
version: 1.6.31
|
||||
apiVersion: v2
|
||||
appVersion: 27.0.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -316,7 +316,7 @@ questions:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: cpuLimit
|
||||
label: "CPU Limresource limitsit"
|
||||
label: "CPU Limit"
|
||||
description: "CPU resource limit allow plain integer values with suffix m(milli) e.g 1000m, 100."
|
||||
group: "Resource Limits"
|
||||
schema:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: AI-powered app for browsing, organizing & sharing your photo collec
|
||||
annotations:
|
||||
title: PhotoPrism
|
||||
type: application
|
||||
version: 1.0.24
|
||||
version: 1.0.25
|
||||
apiVersion: v2
|
||||
appVersion: '230615'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -275,7 +275,7 @@ questions:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: cpuLimit
|
||||
label: "CPU Limresource limitsit"
|
||||
label: "CPU Limit"
|
||||
description: "CPU resource limit allow plain integer values with suffix m(milli) e.g 1000m, 100."
|
||||
group: "Resource Limits"
|
||||
schema:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: DNS and Ad-filtering for your network.
|
||||
annotations:
|
||||
title: Pi-hole
|
||||
type: application
|
||||
version: 1.0.20
|
||||
version: 1.0.21
|
||||
apiVersion: v2
|
||||
appVersion: '2023.02.2'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -258,7 +258,7 @@ questions:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: cpuLimit
|
||||
label: "CPU Limresource limitsit"
|
||||
label: "CPU Limit"
|
||||
description: "CPU resource limit allow plain integer values with suffix m(milli) e.g 1000m, 100."
|
||||
group: "Resource Limits"
|
||||
schema:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Plex Media Server
|
||||
annotations:
|
||||
title: Plex
|
||||
type: application
|
||||
version: 1.7.51
|
||||
version: 1.7.52
|
||||
apiVersion: v2
|
||||
appVersion: 1.32.4.7195
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -342,7 +342,7 @@ questions:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: cpuLimit
|
||||
label: "CPU Limresource limitsit"
|
||||
label: "CPU Limit"
|
||||
description: "CPU resource limit allow plain integer values with suffix m(milli) e.g 1000m, 100."
|
||||
group: "Resource Limits"
|
||||
schema:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Share your storage on the internet and earn.
|
||||
annotations:
|
||||
title: Storj
|
||||
type: application
|
||||
version: 1.0.13
|
||||
version: 1.0.14
|
||||
apiVersion: v2
|
||||
appVersion: v1.68.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -275,7 +275,7 @@ questions:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: cpuLimit
|
||||
label: "CPU Limresource limitsit"
|
||||
label: "CPU Limit"
|
||||
description: "CPU resource limit allow plain integer values with suffix m(milli) e.g 1000m, 100."
|
||||
group: "Resource Limits"
|
||||
schema:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program.
|
||||
annotations:
|
||||
title: Syncthing
|
||||
type: application
|
||||
version: 1.0.29
|
||||
version: 1.0.30
|
||||
apiVersion: v2
|
||||
appVersion: 1.23.5
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -198,7 +198,7 @@ questions:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: cpuLimit
|
||||
label: "CPU Limresource limitsit"
|
||||
label: "CPU Limit"
|
||||
description: "CPU resource limit allow plain integer values with suffix m(milli) e.g 1000m, 100."
|
||||
group: "Resource Limits"
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user