mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
Publish new changes in catalog
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.9
|
||||
version: 2.0.10
|
||||
apiVersion: v2
|
||||
appVersion: 23.05.9.4.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -3,7 +3,7 @@ description: Linkding is a bookmark manager that you can host yourself.
|
||||
annotations:
|
||||
title: Linkding
|
||||
type: application
|
||||
version: 1.2.14
|
||||
version: 1.2.15
|
||||
apiVersion: v2
|
||||
appVersion: 1.27.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -2,6 +2,7 @@ linkdingNetwork:
|
||||
webPort: 31000
|
||||
|
||||
linkdingConfig:
|
||||
imageSelector: plusImage
|
||||
enableAuthProxy: true
|
||||
authProxyUsernameHeader: HTTP_REMOTE_USER
|
||||
authProxyLogoutUrl: https://example.com/logout
|
||||
@@ -22,7 +23,7 @@ linkdingStorage:
|
||||
size: ""
|
||||
|
||||
additionalStorages:
|
||||
- type: pvc
|
||||
mountPath: /data1
|
||||
- type: pvc
|
||||
mountPath: /data2
|
||||
- type: pvc
|
||||
mountPath: /data1
|
||||
- type: pvc
|
||||
mountPath: /data2
|
||||
@@ -2,6 +2,10 @@ image:
|
||||
repository: sissbruecker/linkding
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.27.0
|
||||
plusImage:
|
||||
repository: sissbruecker/linkding
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.27.0-plus
|
||||
|
||||
resources:
|
||||
limits:
|
||||
@@ -27,6 +27,18 @@ questions:
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: imageSelector
|
||||
label: Image
|
||||
description: The image to use for Linkding
|
||||
schema:
|
||||
type: string
|
||||
default: image
|
||||
required: true
|
||||
enum:
|
||||
- value: image
|
||||
description: Normal Linkding image
|
||||
- value: plusImage
|
||||
description: Plus Linkding image
|
||||
- variable: username
|
||||
label: Username
|
||||
description: |
|
||||
@@ -608,7 +620,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
max_length: 12
|
||||
valid_chars: '^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$'
|
||||
valid_chars: "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$"
|
||||
valid_chars_error: |
|
||||
Valid Memory limit formats are</br>
|
||||
- Suffixed with E/P/T/G/M/K - eg. 1G</br>
|
||||
@@ -10,7 +10,7 @@ workload:
|
||||
linkding:
|
||||
enabled: true
|
||||
primary: true
|
||||
imageSelector: image
|
||||
imageSelector: {{ .Values.linkdingConfig.imageSelector | default "image" }}
|
||||
securityContext:
|
||||
runAsUser: {{ .Values.linkdingRunAs.user }}
|
||||
runAsGroup: {{ .Values.linkdingRunAs.group }}
|
||||
Reference in New Issue
Block a user