Publish new changes in catalog

This commit is contained in:
sonicaj
2024-06-25 15:43:38 +00:00
parent ea167e8f50
commit 3fca40e7fc
32 changed files with 15 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ description: Gitea - Git with a cup of tea
annotations:
title: Gitea
type: application
version: 1.1.20
version: 1.1.21
apiVersion: v2
appVersion: 1.22.0
kubeVersion: '>=1.16.0-0'

View File

@@ -13,3 +13,4 @@ giteaStorage:
giteaNetwork:
rootURL: http://localhost:30000
externalSshPort: 22

View File

@@ -21,7 +21,6 @@ portals:
path: "$kubernetes-resource_configmap_portal_path"
questions:
- variable: giteaConfig
label: ""
group: Gitea Configuration
@@ -105,6 +104,17 @@ questions:
min: 9000
max: 65535
required: true
- variable: externalSshPort
label: External SSH Port
description: |
The ssh port that Gitea will be available at externally.</br>
Leave empty to use the same port as the ssh port.
schema:
type: int
"null": true
default: null
min: 9000
max: 65535
- variable: hostNetwork
label: Host Network
description: |

View File

@@ -45,7 +45,7 @@ configmap:
data:
{{ $protocol := "http" }}
GITEA__server__HTTP_PORT: {{ .Values.giteaNetwork.webPort | quote }}
GITEA__server__SSH_PORT: {{ .Values.giteaNetwork.sshPort | quote }}
GITEA__server__SSH_PORT: {{ .Values.giteaNetwork.externalSshPort | default .Values.giteaNetwork.sshPort | quote }}
GITEA__server__SSH_LISTEN_PORT: {{ .Values.giteaNetwork.sshPort | quote }}
GITEA__server__ROOT_URL: {{ .Values.giteaNetwork.rootURL | quote }}
{{ if .Values.giteaNetwork.certificateID }}

View File

@@ -3,7 +3,7 @@ description: Tdarr is a Distributed Transcoding System
annotations:
title: Tdarr
type: application
version: 1.2.5
version: 1.2.6
apiVersion: v2
appVersion: 2.17.01
kubeVersion: '>=1.16.0-0'