mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
collabora - fix misplaced show_if (#2145)
* collabora - fix misplaced show_if * add 1.2.30 version and keep it
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
4
library/ix-dev/charts/collabora/to_keep_versions.md
Normal file
4
library/ix-dev/charts/collabora/to_keep_versions.md
Normal 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.
|
||||
1
library/ix-dev/charts/collabora/to_keep_versions.yaml
Normal file
1
library/ix-dev/charts/collabora/to_keep_versions.yaml
Normal file
@@ -0,0 +1 @@
|
||||
- 1.2.30
|
||||
Reference in New Issue
Block a user