mirror of
https://github.com/truenas/charts.git
synced 2026-06-28 00:06:45 +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: Firefly III is a personal finances manager
|
||||
annotations:
|
||||
title: Firefly III
|
||||
type: application
|
||||
version: 1.0.7
|
||||
version: 1.0.8
|
||||
apiVersion: v2
|
||||
appVersion: 6.0.27
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -141,6 +141,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -179,6 +180,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -217,6 +219,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
Reference in New Issue
Block a user