mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 10:30:37 +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:
@@ -4,7 +4,7 @@ description: Elasticsearch is the distributed, RESTful search and analytics engi
|
||||
annotations:
|
||||
title: Elastic Search
|
||||
type: application
|
||||
version: 1.0.27
|
||||
version: 1.0.28
|
||||
apiVersion: v2
|
||||
appVersion: 8.10.4
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -124,6 +124,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
|
||||
@@ -3,7 +3,7 @@ description: The Prometheus monitoring system and time series database.
|
||||
annotations:
|
||||
title: Prometheus
|
||||
type: application
|
||||
version: 1.0.22
|
||||
version: 1.0.23
|
||||
apiVersion: v2
|
||||
appVersion: v2.47.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -149,6 +149,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -187,6 +188,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Free and open source, powerful network-wide ads & trackers blocking
|
||||
annotations:
|
||||
title: AdGuard Home
|
||||
type: application
|
||||
version: 1.0.24
|
||||
version: 1.0.25
|
||||
apiVersion: v2
|
||||
appVersion: 0.107.40
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -91,6 +91,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -129,6 +130,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Autobrr is the modern download automation tool for torrents and use
|
||||
annotations:
|
||||
title: Autobrr
|
||||
type: application
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
apiVersion: v2
|
||||
appVersion: 1.32.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -126,6 +126,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -166,7 +167,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
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Bazarr is a companion application to Sonarr and Radarr. It manages
|
||||
annotations:
|
||||
title: Bazarr
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.4.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -116,6 +116,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -156,7 +157,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Briefkasten is a self hosted bookmarking app
|
||||
annotations:
|
||||
title: Briefkasten
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -270,6 +270,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -308,6 +309,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -346,6 +348,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -384,6 +387,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -422,6 +426,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -462,7 +467,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Castopod is an open-source hosting platform made for podcasters who
|
||||
annotations:
|
||||
title: Castopod
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.6.5
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -139,6 +139,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -177,6 +178,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -215,6 +217,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -255,7 +258,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: ClamAV is an open source (GPLv2) anti-virus toolkit.
|
||||
annotations:
|
||||
title: Clam AV
|
||||
type: application
|
||||
version: 1.0.11
|
||||
version: 1.0.12
|
||||
apiVersion: v2
|
||||
appVersion: '1.0.1'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -118,6 +118,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -156,6 +157,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Cloudflared is a client for Cloudflare Tunnel, a daemon that expose
|
||||
annotations:
|
||||
title: Cloudflared
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2023.8.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -124,7 +124,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Lightweight universal DDNS Updater with web UI
|
||||
annotations:
|
||||
title: DDNS Updater
|
||||
type: application
|
||||
version: 1.0.15
|
||||
version: 1.0.16
|
||||
apiVersion: v2
|
||||
appVersion: 'v2.5.0'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -1346,6 +1346,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Deluge is a lightweight, Free Software, cross-platform BitTorrent c
|
||||
annotations:
|
||||
title: Deluge
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: '9.5.3'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -159,6 +159,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -197,6 +198,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -237,7 +239,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Distribution is a toolkit to pack, ship, store, and deliver contain
|
||||
annotations:
|
||||
title: Distribution
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2.8.3
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -150,6 +150,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -190,7 +191,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Draw.io is a whiteboarding / diagramming software application.
|
||||
annotations:
|
||||
title: Draw.IO
|
||||
type: application
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
apiVersion: v2
|
||||
appVersion: 22.0.8
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -108,7 +108,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
|
||||
|
||||
@@ -4,7 +4,7 @@ description: File Browser provides a file managing interface within a specified
|
||||
annotations:
|
||||
title: File Browser
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2.25.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -125,6 +125,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -168,7 +169,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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Flame is a self-hosted start page for your server.
|
||||
annotations:
|
||||
title: Flame
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2.3.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -101,6 +101,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -141,7 +142,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Frigate is an NVR With Realtime Object Detection for IP Cameras
|
||||
annotations:
|
||||
title: Frigate
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 0.12.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -159,6 +159,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -197,6 +198,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -265,7 +267,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: FSCrawler is a crawler that helps to index binary documents such as
|
||||
annotations:
|
||||
title: FSCrawler
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: '2.9'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -148,6 +148,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -188,7 +189,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Gitea - Git with a cup of tea
|
||||
annotations:
|
||||
title: Gitea
|
||||
type: application
|
||||
version: 1.0.20
|
||||
version: 1.0.21
|
||||
apiVersion: v2
|
||||
appVersion: 1.20.5
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -149,6 +149,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -187,6 +188,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -225,6 +227,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -263,6 +266,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Grafana is the open source analytics & monitoring solution for ever
|
||||
annotations:
|
||||
title: Grafana
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 10.2.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -152,6 +152,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -192,7 +193,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
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Homarr is a sleek, modern dashboard that puts all of your apps and
|
||||
annotations:
|
||||
title: Homarr
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 0.13.4
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -133,6 +133,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -171,6 +172,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -211,7 +213,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Homepage is a modern, secure, highly customizable application dashb
|
||||
annotations:
|
||||
title: Homepage
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 0.7.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -91,6 +91,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -131,7 +132,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
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Homer is a dead simple static HOMepage for your servER to keep your
|
||||
annotations:
|
||||
title: Homer
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 23.10.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -122,6 +122,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -162,7 +163,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Immich
|
||||
annotations:
|
||||
title: Immich
|
||||
type: application
|
||||
version: 1.0.30
|
||||
version: 1.0.31
|
||||
apiVersion: v2
|
||||
appVersion: 1.82.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -93,6 +93,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -131,6 +132,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -169,6 +171,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -207,6 +210,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -245,6 +249,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -304,6 +309,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -342,6 +348,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Interplanetary Filesystem - the Web3 standard for content-addressin
|
||||
annotations:
|
||||
title: IPFS
|
||||
type: application
|
||||
version: 1.0.23
|
||||
version: 1.0.24
|
||||
apiVersion: v2
|
||||
appVersion: v0.23.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -135,6 +135,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -173,6 +174,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Jellyfin is a Free Software Media System that puts you in control o
|
||||
annotations:
|
||||
title: Jellyfin
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 10.8.11
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -124,6 +124,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -162,6 +163,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -201,6 +203,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -267,7 +270,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
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Jellyseerr is a free and open source software application for manag
|
||||
annotations:
|
||||
title: Jellyseerr
|
||||
type: application
|
||||
version: 1.0.9
|
||||
version: 1.0.10
|
||||
apiVersion: v2
|
||||
appVersion: 1.7.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -126,6 +126,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Jenkins is a leading open source automation server,
|
||||
annotations:
|
||||
title: Jenkins
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2.414.3
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -173,6 +173,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -214,7 +215,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
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Joplin is an open source note-taking app. Capture your thoughts and
|
||||
annotations:
|
||||
title: Joplin
|
||||
type: application
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
apiVersion: v2
|
||||
appVersion: 2.13.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -102,6 +102,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -140,6 +141,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Kapowarr is a software to build and manage a comic book library, fi
|
||||
annotations:
|
||||
title: Kapowarr
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -116,6 +116,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -154,6 +155,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -192,6 +194,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -232,7 +235,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Kavita is a fast, feature rich, cross platform reading server.
|
||||
annotations:
|
||||
title: Kavita
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 0.7.8
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -94,6 +94,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -135,7 +136,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Komga is a free and open source comics/mangas server.
|
||||
annotations:
|
||||
title: Komga
|
||||
type: application
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
apiVersion: v2
|
||||
appVersion: 1.6.4
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -126,6 +126,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -166,7 +167,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Lidarr is a music collection manager for Usenet and BitTorrent user
|
||||
annotations:
|
||||
title: Lidarr
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.4.5.3639
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -123,6 +123,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -163,7 +164,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Linkding is a bookmark manager that you can host yourself.
|
||||
annotations:
|
||||
title: Linkding
|
||||
type: application
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
apiVersion: v2
|
||||
appVersion: 1.22.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -194,6 +194,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -232,6 +233,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -270,6 +272,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -310,7 +313,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Listmonk is a self-hosted newsletter and mailing list manager.
|
||||
annotations:
|
||||
title: Listmonk
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: v2.5.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -132,6 +132,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -170,6 +171,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -208,6 +210,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -248,7 +251,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Logseq is a privacy-first, open-source platform for knowledge manag
|
||||
annotations:
|
||||
title: Logseq
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -126,7 +126,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
|
||||
|
||||
@@ -4,7 +4,7 @@ description: MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with pla
|
||||
annotations:
|
||||
title: MeTube
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: '2023-10-20'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -130,6 +130,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -170,7 +171,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Minecraft is a sandbox game
|
||||
annotations:
|
||||
title: Minecraft
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2023.10.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -536,6 +536,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -576,7 +577,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: MineOS is a server front-end to ease managing Minecraft administrat
|
||||
annotations:
|
||||
title: MineOS
|
||||
type: application
|
||||
version: 1.0.10
|
||||
version: 1.0.11
|
||||
apiVersion: v2
|
||||
appVersion: 'latest'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -179,6 +179,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Mumble is a free, open source, low latency, high quality voice chat
|
||||
annotations:
|
||||
title: Mumble
|
||||
type: application
|
||||
version: 1.0.12
|
||||
version: 1.0.13
|
||||
apiVersion: v2
|
||||
appVersion: 'v1.4.230'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -137,6 +137,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
@@ -3,7 +3,7 @@ description: n8n is an extendable workflow automation tool.
|
||||
annotations:
|
||||
title: n8n
|
||||
type: application
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
apiVersion: v2
|
||||
appVersion: 1.14.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -138,6 +138,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -176,6 +177,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -214,6 +216,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -254,7 +257,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Navidrome is a personal streaming service
|
||||
annotations:
|
||||
title: Navidrome
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: '0.49.3'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -122,6 +122,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -160,6 +161,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -200,7 +202,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Expose your services easily and securely
|
||||
annotations:
|
||||
title: Nginx Proxy Manager
|
||||
type: application
|
||||
version: 1.0.17
|
||||
version: 1.0.18
|
||||
apiVersion: v2
|
||||
appVersion: 2.10.4
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -114,6 +114,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -152,6 +153,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Node-RED is a programming tool for wiring together hardware devices
|
||||
annotations:
|
||||
title: Node-RED
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 3.1.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -131,6 +131,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -171,7 +172,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Odoo is a suite of web based open source business apps.
|
||||
annotations:
|
||||
title: Odoo
|
||||
type: application
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
apiVersion: v2
|
||||
appVersion: '16.0'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -117,6 +117,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -155,6 +156,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -193,6 +195,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -231,6 +234,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Omada Controller (TP-Link) is a network management controller for T
|
||||
annotations:
|
||||
title: Omada Controller
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: '5.12'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -216,6 +216,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -254,6 +255,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -294,7 +296,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Overseerr is a free and open source software application for managi
|
||||
annotations:
|
||||
title: Overseerr
|
||||
type: application
|
||||
version: 1.0.15
|
||||
version: 1.0.16
|
||||
apiVersion: v2
|
||||
appVersion: 1.33.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -126,6 +126,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Paperless-ngx is a document management system that transforms your
|
||||
annotations:
|
||||
title: Paperless-ngx
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.17.4
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -165,6 +165,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -203,6 +204,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -241,6 +243,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -281,6 +284,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -320,6 +324,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -358,6 +363,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -399,7 +405,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
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Passbolt is a security-first, open source password manager
|
||||
annotations:
|
||||
title: Passbolt
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 4.3.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -109,6 +109,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -147,6 +148,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -185,6 +187,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -223,6 +226,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
@@ -263,7 +267,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
|
||||
|
||||
@@ -4,7 +4,7 @@ description: pgAdmin is the most popular and feature rich Open Source administra
|
||||
annotations:
|
||||
title: pgAdmin
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: '7.8'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -114,6 +114,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
immutable: true
|
||||
default: "ixVolume"
|
||||
enum:
|
||||
- value: "hostPath"
|
||||
@@ -154,7 +155,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
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user