mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
Set storage type immutable (#1676)
* set type immutable * bump versions * apply immutable to syncthing/enterprise * update description for smb * more immutable types * bump apps * missed one * break line * bump
This commit is contained in:
@@ -3,7 +3,7 @@ description: Wordpress is a web content management system
|
||||
annotations:
|
||||
title: Wordpress
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 6.3.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -108,6 +108,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -146,6 +147,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -184,6 +186,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -224,7 +227,8 @@ questions:
|
||||
label: Type
|
||||
description: |
|
||||
ixVolume: Is dataset created automatically by the system.</br>
|
||||
Host Path: Is a path that already exists on the system.
|
||||
Host Path: Is a path that already exists on the system.</br>
|
||||
SMB Share: Is a SMB share that is mounted to a persistent volume claim.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user