mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 13:48:48 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -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'
|
||||
@@ -13,3 +13,4 @@ giteaStorage:
|
||||
|
||||
giteaNetwork:
|
||||
rootURL: http://localhost:30000
|
||||
externalSshPort: 22
|
||||
@@ -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: |
|
||||
@@ -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 }}
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user