Publish new changes in catalog

This commit is contained in:
sonicaj
2024-02-12 11:09:38 +00:00
parent e6a1d3498c
commit 84a7f0b6ee
37 changed files with 22 additions and 5 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.3
version: 2.0.4
apiVersion: v2
appVersion: 23.05.8.4.1
kubeVersion: '>=1.16.0-0'

View File

@@ -0,0 +1,17 @@
collaboraConfig:
enableWebUI: false
username: ''
password: ''
dictionaries:
- en_GB
- en_US
aliasGroup1:
- nc.example.com
- other-nc.example.com
serverName: collabora.example.com:9980
extraParams:
- --o:welcome.enable=false
- --o:user_interface.mode=notebookbar
- --o:ssl.termination=true
- --o:ssl.enable=false
- --o:net.proto=IPv4

View File

@@ -49,9 +49,9 @@ questions:
label: Username for WebUI
schema:
type: string
required: true
show_if: [[enableWebUI, "=", true]]
default: ""
required: true
- variable: password
label: Password for WebUI
schema:
@@ -60,7 +60,7 @@ questions:
private: true
required: true
show_if: [[enableWebUI, "=", true]]
valid_chars: "[a-zA-Z0-9!@#%^&*?]{8,}"
valid_chars: "^[a-zA-Z0-9!@#%^&*?]{8,}$|^$"
valid_chars_error: |
Password must be at least 8 characters long and contain at least one of the following:</br>
- Uppercase letter</br>

View File

@@ -3,7 +3,7 @@ description: DNS and Ad-filtering for your network.
annotations:
title: Pi-hole
type: application
version: 1.0.24
version: 1.0.25
apiVersion: v2
appVersion: 2023.11.0
kubeVersion: '>=1.16.0-0'

View File

@@ -2,7 +2,7 @@
apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }}
kind: Deployment
metadata:
name: {{ template "common.names.fullname" . }}
name: {{ template "common.names.fullname" . }}-pihole
labels:
app: {{ template "common.names.name" . }}
chart: {{ template "common.names.chart" . }}