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:
Stavros Kois
2023-10-28 21:48:36 +03:00
committed by GitHub
parent 1572803b33
commit 4613b1f7bd
156 changed files with 342 additions and 136 deletions

View File

@@ -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'

View File

@@ -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