Publish new changes in catalog

This commit is contained in:
sonicaj
2024-04-03 12:44:44 +00:00
parent 2ee1bbd2b7
commit 091fa66f62
44 changed files with 25 additions and 8 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.9
version: 2.0.10
apiVersion: v2
appVersion: 23.05.9.4.1
kubeVersion: '>=1.16.0-0'

View File

@@ -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'

View File

@@ -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

View File

@@ -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:

View File

@@ -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>

View File

@@ -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 }}