collabora - fix misplaced show_if (#2145)

* collabora - fix misplaced show_if

* add 1.2.30 version and keep it
This commit is contained in:
Stavros Kois
2024-02-07 14:33:54 +02:00
committed by GitHub
parent a6112293bd
commit 63986940ff
20 changed files with 917 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ description: Collabora is a collaborative online office suite based on LibreOffi
annotations:
title: Collabora
type: application
version: 2.0.2
version: 2.0.3
apiVersion: v2
appVersion: 23.05.8.4.1
kubeVersion: '>=1.16.0-0'

View File

@@ -47,9 +47,9 @@ questions:
default: true
- variable: username
label: Username for WebUI
show_if: [[enableWebUI, "=", true]]
schema:
type: string
show_if: [[enableWebUI, "=", true]]
default: ""
required: true
- variable: password

View File

@@ -0,0 +1,4 @@
# 1.2.30
This version is kept because it contains a fix that is needed for migration to v2.x.x
It should be safe to remove few months after v2.x.x is released.

View File

@@ -0,0 +1 @@
- 1.2.30