Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [boinc-6.0.27](https://github.com/truecharts/charts/compare/boinc-6.0.26...boinc-6.0.27) (2023-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/boinc to latest[@141781c](https://github.com/141781c) ([#15760](https://github.com/truecharts/charts/issues/15760))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [boinc-6.0.28](https://github.com/truecharts/charts/compare/boinc-6.0.27...boinc-6.0.28) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/boinc to latest[@741b3c6](https://github.com/741b3c6) ([#15989](https://github.com/truecharts/charts/issues/15989))
|
||||
|
||||
|
||||
|
||||
|
||||
## [boinc-6.0.27](https://github.com/truecharts/charts/compare/boinc-6.0.26...boinc-6.0.27) (2023-12-05)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [boinc-6.0.17](https://github.com/truecharts/charts/compare/boinc-6.0.16...boinc-6.0.17) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: boinc
|
||||
version: 6.0.27
|
||||
version: 6.0.28
|
||||
appVersion: latest
|
||||
description:
|
||||
BOINC is a platform for high-throughput computing on a large scale (thousands
|
||||
@@ -34,3 +34,4 @@ annotations:
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
9
stable/boinc/6.0.28/app-changelog.md
Normal file
9
stable/boinc/6.0.28/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [boinc-6.0.28](https://github.com/truecharts/charts/compare/boinc-6.0.27...boinc-6.0.28) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/boinc to latest[@741b3c6](https://github.com/741b3c6) ([#15989](https://github.com/truecharts/charts/issues/15989))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/boinc
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:141781ce18468a8ec8efe4715754efcb26675a6e1b4d51fb90b99101dd9d47eb
|
||||
tag: latest@sha256:741b3c63efe12b4bd74897738b8631ac38be55b53c582bac1165a9ad75b3c0c9
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
@@ -237,6 +237,44 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: imagePullSecretList
|
||||
group: "General Settings"
|
||||
label: "Image Pull Secrets"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: pullsecretentry
|
||||
label: "Pull Secret"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: service
|
||||
group: Networking and Services
|
||||
label: Configure Service(s)
|
||||
@@ -544,6 +582,8 @@ questions:
|
||||
description: emptyDir
|
||||
- value: nfs
|
||||
description: NFS Share
|
||||
- value: iscsi
|
||||
description: iSCSI Share
|
||||
- variable: server
|
||||
label: NFS Server
|
||||
schema:
|
||||
@@ -556,6 +596,83 @@ questions:
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: iscsi
|
||||
label: iSCSI Options
|
||||
schema:
|
||||
show_if: [["type", "=", "iscsi"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: targetPortal
|
||||
label: targetPortal
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: iqn
|
||||
label: iqn
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: lun
|
||||
label: lun
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: authSession
|
||||
label: authSession
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: authDiscovery
|
||||
label: authDiscovery
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
@@ -648,7 +765,7 @@ questions:
|
||||
type: string
|
||||
default: "disabled"
|
||||
enum:
|
||||
- value: "disabled"
|
||||
- value: disabled
|
||||
description: disabled
|
||||
- value: smb
|
||||
description: smb
|
||||
@@ -762,6 +879,82 @@ questions:
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: iscsi
|
||||
label: iSCSI Options
|
||||
schema:
|
||||
show_if: [["type", "=", "iscsi"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: targetPortal
|
||||
label: targetPortal
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: iqn
|
||||
label: iqn
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: lun
|
||||
label: lun
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: authSession
|
||||
label: authSession
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: authDiscovery
|
||||
label: authDiscovery
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
@@ -1010,6 +1203,46 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: integration
|
||||
label: Integrations
|
||||
description: Connect ingress with other charts
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: homepage
|
||||
label: Homepage
|
||||
description: Connect ingress with Homepage
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: name
|
||||
label: Name
|
||||
description: defaults to chartname
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: description
|
||||
label: Description
|
||||
description: defaults to chart description
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: group
|
||||
label: Group
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "default"
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
description: Advanced settings are not covered by TrueCharts Support
|
||||
@@ -1237,6 +1470,46 @@ questions:
|
||||
type: string
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: integration
|
||||
label: Integrations
|
||||
description: Connect ingress with other charts
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: homepage
|
||||
label: Homepage
|
||||
description: Connect ingress with Homepage
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: name
|
||||
label: Name
|
||||
description: defaults to chartname
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: description
|
||||
label: Description
|
||||
description: defaults to chart description
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: group
|
||||
label: Group
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "default"
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [ddclient-6.0.16](https://github.com/truecharts/charts/compare/ddclient-6.0.15...ddclient-6.0.16) (2023-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@542a485](https://github.com/542a485) ([#15761](https://github.com/truecharts/charts/issues/15761))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [ddclient-6.0.17](https://github.com/truecharts/charts/compare/ddclient-6.0.16...ddclient-6.0.17) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@feea296](https://github.com/feea296) ([#15990](https://github.com/truecharts/charts/issues/15990))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddclient-6.0.16](https://github.com/truecharts/charts/compare/ddclient-6.0.15...ddclient-6.0.16) (2023-12-05)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddclient-6.0.6](https://github.com/truecharts/charts/compare/ddclient-6.0.5...ddclient-6.0.6) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: ddclient
|
||||
version: 6.0.16
|
||||
version: 6.0.17
|
||||
appVersion: 3.11.2
|
||||
description:
|
||||
Ddclient is a Perl client used to update dynamic DNS entries for accounts
|
||||
@@ -34,3 +34,4 @@ annotations:
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
9
stable/ddclient/6.0.17/app-changelog.md
Normal file
9
stable/ddclient/6.0.17/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [ddclient-6.0.17](https://github.com/truecharts/charts/compare/ddclient-6.0.16...ddclient-6.0.17) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@feea296](https://github.com/feea296) ([#15990](https://github.com/truecharts/charts/issues/15990))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/ddclient
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.11.2@sha256:542a485c0d4cd764de82cacc4b757af27a3c3f5e7c9e87f61345d1f2b22722a7
|
||||
tag: 3.11.2@sha256:feea2966b287c8d3c87fa8b96df02953ddb1bc816d0f099f62f4576d10a48c73
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
@@ -219,6 +219,44 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: imagePullSecretList
|
||||
group: "General Settings"
|
||||
label: "Image Pull Secrets"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: pullsecretentry
|
||||
label: "Pull Secret"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: serviceexpert
|
||||
group: Networking and Services
|
||||
label: Show Expert Config
|
||||
@@ -469,6 +507,8 @@ questions:
|
||||
description: emptyDir
|
||||
- value: nfs
|
||||
description: NFS Share
|
||||
- value: iscsi
|
||||
description: iSCSI Share
|
||||
- variable: server
|
||||
label: NFS Server
|
||||
schema:
|
||||
@@ -481,6 +521,83 @@ questions:
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: iscsi
|
||||
label: iSCSI Options
|
||||
schema:
|
||||
show_if: [["type", "=", "iscsi"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: targetPortal
|
||||
label: targetPortal
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: iqn
|
||||
label: iqn
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: lun
|
||||
label: lun
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: authSession
|
||||
label: authSession
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: authDiscovery
|
||||
label: authDiscovery
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
@@ -573,7 +690,7 @@ questions:
|
||||
type: string
|
||||
default: "disabled"
|
||||
enum:
|
||||
- value: "disabled"
|
||||
- value: disabled
|
||||
description: disabled
|
||||
- value: smb
|
||||
description: smb
|
||||
@@ -687,6 +804,82 @@ questions:
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: iscsi
|
||||
label: iSCSI Options
|
||||
schema:
|
||||
show_if: [["type", "=", "iscsi"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: targetPortal
|
||||
label: targetPortal
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: iqn
|
||||
label: iqn
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: lun
|
||||
label: lun
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: authSession
|
||||
label: authSession
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: authDiscovery
|
||||
label: authDiscovery
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
99
stable/gitea/14.0.15/CHANGELOG.md
Normal file
99
stable/gitea/14.0.15/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-14.0.15](https://github.com/truecharts/charts/compare/gitea-14.0.14...gitea-14.0.15) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image gitea/gitea to v1.21.2[@1fd1c76](https://github.com/1fd1c76) ([#15993](https://github.com/truecharts/charts/issues/15993))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-14.0.14](https://github.com/truecharts/charts/compare/gitea-14.0.13...gitea-14.0.14) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-14.0.13](https://github.com/truecharts/charts/compare/gitea-14.0.12...gitea-14.0.13) (2023-11-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image gitea/gitea to v1.21.1[@00486bc](https://github.com/00486bc) ([#15390](https://github.com/truecharts/charts/issues/15390))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-14.0.12](https://github.com/truecharts/charts/compare/gitea-14.0.11...gitea-14.0.12) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-14.0.11](https://github.com/truecharts/charts/compare/gitea-14.0.10...gitea-14.0.11) (2023-11-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/gitea to v1.21.0 ([#14658](https://github.com/truecharts/charts/issues/14658))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-14.0.10](https://github.com/truecharts/charts/compare/gitea-14.0.9...gitea-14.0.10) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-14.0.9](https://github.com/truecharts/charts/compare/gitea-14.0.8...gitea-14.0.9) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-14.0.8](https://github.com/truecharts/charts/compare/gitea-14.0.7...gitea-14.0.8) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-14.0.7](https://github.com/truecharts/charts/compare/gitea-14.0.6...gitea-14.0.7) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-14.0.6](https://github.com/truecharts/charts/compare/gitea-14.0.5...gitea-14.0.6) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
49
stable/gitea/14.0.15/Chart.yaml
Normal file
49
stable/gitea/14.0.15/Chart.yaml
Normal file
@@ -0,0 +1,49 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: gitea
|
||||
version: 14.0.15
|
||||
appVersion: 1.21.2
|
||||
description: Self hosted GIT repositories
|
||||
home: https://truecharts.org/charts/stable/gitea
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://gitea.com/gitea/helm-chart
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gitea
|
||||
- https://hub.docker.com/r/gitea/gitea
|
||||
- https://github.com/go-gitea/gitea
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- git
|
||||
- issue tracker
|
||||
- code review
|
||||
- wiki
|
||||
- gitea
|
||||
- gogs
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: memcached
|
||||
version: 6.0.77
|
||||
repository: https://deps.truecharts.org/
|
||||
condition: memcached.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: GIT
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
106
stable/gitea/14.0.15/LICENSE
Normal file
106
stable/gitea/14.0.15/LICENSE
Normal file
@@ -0,0 +1,106 @@
|
||||
Business Source License 1.1
|
||||
|
||||
Parameters
|
||||
|
||||
Licensor: The TrueCharts Project, it's owner and it's contributors
|
||||
Licensed Work: The TrueCharts "Blocky" Helm Chart
|
||||
Additional Use Grant: You may use the licensed work in production, as long
|
||||
as it is directly sourced from a TrueCharts provided
|
||||
official repository, catalog or source. You may also make private
|
||||
modification to the directly sourced licenced work,
|
||||
when used in production.
|
||||
|
||||
The following cases are, due to their nature, also
|
||||
defined as 'production use' and explicitly prohibited:
|
||||
- Bundling, including or displaying the licensed work
|
||||
with(in) another work intended for production use,
|
||||
with the apparent intend of facilitating and/or
|
||||
promoting production use by third parties in
|
||||
violation of this license.
|
||||
|
||||
Change Date: 2050-01-01
|
||||
|
||||
Change License: 3-clause BSD license
|
||||
|
||||
For information about alternative licensing arrangements for the Software,
|
||||
please contact: legal@truecharts.org
|
||||
|
||||
Notice
|
||||
|
||||
The Business Source License (this document, or the “License”) is not an Open
|
||||
Source license. However, the Licensed Work will eventually be made available
|
||||
under an Open Source License, as stated in this License.
|
||||
|
||||
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
|
||||
“Business Source License” is a trademark of MariaDB Corporation Ab.
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
Business Source License 1.1
|
||||
|
||||
Terms
|
||||
|
||||
The Licensor hereby grants you the right to copy, modify, create derivative
|
||||
works, redistribute, and make non-production use of the Licensed Work. The
|
||||
Licensor may make an Additional Use Grant, above, permitting limited
|
||||
production use.
|
||||
|
||||
Effective on the Change Date, or the fourth anniversary of the first publicly
|
||||
available distribution of a specific version of the Licensed Work under this
|
||||
License, whichever comes first, the Licensor hereby grants you rights under
|
||||
the terms of the Change License, and the rights granted in the paragraph
|
||||
above terminate.
|
||||
|
||||
If your use of the Licensed Work does not comply with the requirements
|
||||
currently in effect as described in this License, you must purchase a
|
||||
commercial license from the Licensor, its affiliated entities, or authorized
|
||||
resellers, or you must refrain from using the Licensed Work.
|
||||
|
||||
All copies of the original and modified Licensed Work, and derivative works
|
||||
of the Licensed Work, are subject to this License. This License applies
|
||||
separately for each version of the Licensed Work and the Change Date may vary
|
||||
for each version of the Licensed Work released by Licensor.
|
||||
|
||||
You must conspicuously display this License on each original or modified copy
|
||||
of the Licensed Work. If you receive the Licensed Work in original or
|
||||
modified form from a third party, the terms and conditions set forth in this
|
||||
License apply to your use of that work.
|
||||
|
||||
Any use of the Licensed Work in violation of this License will automatically
|
||||
terminate your rights under this License for the current and all other
|
||||
versions of the Licensed Work.
|
||||
|
||||
This License does not grant you any right in any trademark or logo of
|
||||
Licensor or its affiliates (provided that you may use a trademark or logo of
|
||||
Licensor as expressly required by this License).
|
||||
|
||||
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
|
||||
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
|
||||
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
|
||||
TITLE.
|
||||
|
||||
MariaDB hereby grants you permission to use this License’s text to license
|
||||
your works, and to refer to it using the trademark “Business Source License”,
|
||||
as long as you comply with the Covenants of Licensor below.
|
||||
|
||||
Covenants of Licensor
|
||||
|
||||
In consideration of the right to use this License’s text and the “Business
|
||||
Source License” name and trademark, Licensor covenants to MariaDB, and to all
|
||||
other recipients of the licensed work to be provided by Licensor:
|
||||
|
||||
1. To specify as the Change License the GPL Version 2.0 or any later version,
|
||||
or a license that is compatible with GPL Version 2.0 or a later version,
|
||||
where “compatible” means that software provided under the Change License can
|
||||
be included in a program with software provided under GPL Version 2.0 or a
|
||||
later version. Licensor may specify additional Change Licenses without
|
||||
limitation.
|
||||
|
||||
2. To either: (a) specify an additional grant of rights to use that does not
|
||||
impose any additional restriction on the right granted in this License, as
|
||||
the Additional Use Grant; or (b) insert the text “None”.
|
||||
|
||||
3. To specify a Change Date.
|
||||
|
||||
4. Not to modify this License in any other way.
|
||||
9
stable/gitea/14.0.15/app-changelog.md
Normal file
9
stable/gitea/14.0.15/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [gitea-14.0.15](https://github.com/truecharts/charts/compare/gitea-14.0.14...gitea-14.0.15) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image gitea/gitea to v1.21.2[@1fd1c76](https://github.com/1fd1c76) ([#15993](https://github.com/truecharts/charts/issues/15993))
|
||||
|
||||
|
||||
8
stable/gitea/14.0.15/app-readme.md
Normal file
8
stable/gitea/14.0.15/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Self hosted GIT repositories
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/gitea](https://truecharts.org/charts/stable/gitea)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
BIN
stable/gitea/14.0.15/charts/memcached-6.0.77.tgz
Normal file
BIN
stable/gitea/14.0.15/charts/memcached-6.0.77.tgz
Normal file
Binary file not shown.
132
stable/gitea/14.0.15/ix_values.yaml
Normal file
132
stable/gitea/14.0.15/ix_values.yaml
Normal file
@@ -0,0 +1,132 @@
|
||||
image:
|
||||
repository: gitea/gitea
|
||||
tag: 1.21.2-rootless@sha256:1fd1c7656160ff629f9d8271badb25a450f20f8a6254f45c03147bb08d22c99c
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10037
|
||||
targetPort: 3000
|
||||
ssh:
|
||||
enabled: true
|
||||
ports:
|
||||
ssh:
|
||||
enabled: true
|
||||
port: 2222
|
||||
targetPort: 2222
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
targetSelectAll: true
|
||||
varlib:
|
||||
enabled: true
|
||||
mountPath: "/var/lib/gitea"
|
||||
type: emptyDir
|
||||
# Configure commit/action signing prerequisites
|
||||
signing:
|
||||
enabled: true
|
||||
gpgHome: /data/git/.gnupg
|
||||
admin:
|
||||
username: giteaadmin
|
||||
password: r8sA8CPHD9!bt6d
|
||||
email: "gitea@local.domain"
|
||||
metrics:
|
||||
main:
|
||||
enabled: true
|
||||
type: "servicemonitor"
|
||||
endpoints:
|
||||
- port: main
|
||||
path: /metrics
|
||||
ldap:
|
||||
enabled: false
|
||||
# name:
|
||||
# securityProtocol:
|
||||
# host:
|
||||
# port:
|
||||
# userSearchBase:
|
||||
# userFilter:
|
||||
# adminFilter:
|
||||
# emailAttribute:
|
||||
# bindDn:
|
||||
# bindPassword:
|
||||
# usernameAttribute:
|
||||
# sshPublicKeyAttribute:
|
||||
oauth:
|
||||
enabled: false
|
||||
# name:
|
||||
# provider:
|
||||
# key:
|
||||
# secret:
|
||||
# autoDiscoverUrl:
|
||||
# useCustomUrls:
|
||||
# customAuthUrl:
|
||||
# customTokenUrl:
|
||||
# customProfileUrl:
|
||||
# customEmailUrl:
|
||||
config:
|
||||
APP_NAME: "Gitea: Git with a cup of tea"
|
||||
RUN_MODE: dev
|
||||
ALLOWED_HOST_LIST: "127.0.0.1"
|
||||
nodeIP: 127.0.0.1
|
||||
customConfig: []
|
||||
# - name: test
|
||||
# keys:
|
||||
# - name: testkey
|
||||
# value: testvalue
|
||||
|
||||
# Enabled postgres
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: gitea
|
||||
database: gitea
|
||||
# -- memcached dependency settings
|
||||
memcached:
|
||||
enabled: true
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
initContainers:
|
||||
1-init-directories:
|
||||
enabled: true
|
||||
imageSelector: image
|
||||
type: init
|
||||
command:
|
||||
- "/usr/sbin/init_directory_structure.sh"
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
runAsNonRoot: false
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: gitea-env
|
||||
2-configure-gitea:
|
||||
enabled: true
|
||||
imageSelector: image
|
||||
type: init
|
||||
command:
|
||||
- "/usr/sbin/configure_gitea.sh"
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: gitea-env
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: tcp
|
||||
readiness:
|
||||
type: tcp
|
||||
startup:
|
||||
type: tcp
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: gitea-env
|
||||
2795
stable/gitea/14.0.15/questions.yaml
Normal file
2795
stable/gitea/14.0.15/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
15
stable/gitea/14.0.15/templates/_configmap.tpl
Normal file
15
stable/gitea/14.0.15/templates/_configmap.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
{{/* Define the configmap */}}
|
||||
{{- define "gitea.configmap" -}}
|
||||
enabled: true
|
||||
data:
|
||||
GITEA_APP_INI: "/data/gitea/conf/app.ini"
|
||||
GITEA_CUSTOM: "/data/gitea"
|
||||
GITEA_WORK_DIR: "/data"
|
||||
GITEA_TEMP: "/tmp/gitea"
|
||||
GITEA_ADMIN_USERNAME: {{ .Values.admin.username | quote }}
|
||||
GITEA_ADMIN_PASSWORD: {{ .Values.admin.password | quote }}
|
||||
SSH_PORT: {{ .Values.service.ssh.ports.ssh.port | quote }}
|
||||
SSH_LISTEN_PORT: {{ .Values.service.ssh.ports.ssh.targetPort | quote }}
|
||||
TMPDIR: "/tmp/gitea"
|
||||
GNUPGHOME: "/data/git/.gnupg"
|
||||
{{- end -}}
|
||||
233
stable/gitea/14.0.15/templates/_secrets.tpl
Normal file
233
stable/gitea/14.0.15/templates/_secrets.tpl
Normal file
@@ -0,0 +1,233 @@
|
||||
{{/* Define the secrets */}}
|
||||
{{- define "gitea.secrets" -}}
|
||||
|
||||
{{ $DOMAIN := .Values.config.nodeIP | quote -}}
|
||||
{{ $URL := (printf "http://%s/" .Values.config.nodeIP) }}
|
||||
{{- $pgHost := printf "%v-cnpg-main-rw" (include "tc.v1.common.lib.chart.names.fullname" $) -}}
|
||||
|
||||
{{- if and (.Values.ingress.main.enabled) (gt (len .Values.ingress.main.hosts) 0) -}}
|
||||
{{- $DOMAIN = (index .Values.ingress.main.hosts 0).host -}}
|
||||
{{- $URL = (printf "https://%s/" (index .Values.ingress.main.hosts 0).host) -}}
|
||||
{{- end -}}
|
||||
|
||||
secret:
|
||||
enabled: true
|
||||
data:
|
||||
app.ini: |-
|
||||
APP_NAME = {{ .Values.config.APP_NAME }}
|
||||
RUN_MODE = {{ .Values.config.RUN_MODE }}
|
||||
|
||||
[cache]
|
||||
ADAPTER = memcache
|
||||
ENABLED = true
|
||||
HOST = {{ printf "%v-%v:%v" .Release.Name "memcached" "11211" }}
|
||||
{{- range $catindex, $catvalue := .Values.customConfig }}
|
||||
{{- if eq $catvalue.name "cache" }}
|
||||
{{- range $index, $value := $catvalue.keys }}
|
||||
{{ $value.name }} = {{ $value.value }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
[database]
|
||||
DB_TYPE = postgres
|
||||
HOST = {{ printf "%v:5432" $pgHost }}
|
||||
NAME = {{ .Values.cnpg.main.database }}
|
||||
PASSWD = {{ .Values.cnpg.main.creds.password }}
|
||||
USER = {{ .Values.cnpg.main.user }}
|
||||
{{- range $catindex, $catvalue := .Values.customConfig }}
|
||||
{{- if eq $catvalue.name "database" }}
|
||||
{{- range $index, $value := $catvalue.keys }}
|
||||
{{ $value.name }} = {{ $value.value }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
[metrics]
|
||||
ENABLED = {{ .Values.metrics.main.enabled }}
|
||||
{{- range $catindex, $catvalue := .Values.customConfig }}
|
||||
{{- if eq $catvalue.name "metrics" }}
|
||||
{{- range $index, $value := $catvalue.keys }}
|
||||
{{ $value.name }} = {{ $value.value }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
[repository]
|
||||
ROOT = /data/git/gitea-repositories
|
||||
{{- range $catindex, $catvalue := .Values.customConfig }}
|
||||
{{- if eq $catvalue.name "repository" }}
|
||||
{{- range $index, $value := $catvalue.keys }}
|
||||
{{ $value.name }} = {{ $value.value }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
[security]
|
||||
INSTALL_LOCK = true
|
||||
{{- range $catindex, $catvalue := .Values.customConfig }}
|
||||
{{- if eq $catvalue.name "security" }}
|
||||
{{- range $index, $value := $catvalue.keys }}
|
||||
{{ $value.name }} = {{ $value.value }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
[webhook]
|
||||
ALLOWED_HOST_LIST = {{ .Values.config.ALLOWED_HOST_LIST }}
|
||||
|
||||
[server]
|
||||
APP_DATA_PATH = /data
|
||||
DOMAIN = {{ $DOMAIN }}
|
||||
ENABLE_PPROF = false
|
||||
HTTP_PORT = {{ .Values.service.main.ports.main.targetPort }}
|
||||
PROTOCOL = http
|
||||
ROOT_URL = {{ $URL }}
|
||||
SSH_DOMAIN = {{ $DOMAIN }}
|
||||
SSH_LISTEN_PORT = {{ .Values.service.ssh.ports.ssh.targetPort }}
|
||||
SSH_PORT = {{ .Values.service.ssh.ports.ssh.port }}
|
||||
START_SSH_SERVER = true
|
||||
{{- range $catindex, $catvalue := .Values.customConfig }}
|
||||
{{- if eq $catvalue.name "server" }}
|
||||
{{- range $index, $value := $catvalue.keys }}
|
||||
{{ $value.name }} = {{ $value.value }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- range $catindex, $catvalue := .Values.customConfig }}
|
||||
{{- if not ( or ( eq $catvalue.name "server" ) ( eq $catvalue.name "server" ) ( eq $catvalue.name "security" ) ( eq $catvalue.name "repository" ) ( eq $catvalue.name "metrics" ) ( eq $catvalue.name "database" ) ( eq $catvalue.name "cache" ) ) }}
|
||||
[{{ $catvalue.name }}]
|
||||
{{- range $index, $value := $catvalue.keys }}
|
||||
{{ $value.name }} = {{ $value.value }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
init:
|
||||
enabled: true
|
||||
data:
|
||||
init_directory_structure.sh: |-
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
{{- if .Values.initPreScript }}
|
||||
# BEGIN: initPreScript
|
||||
{{- with .Values.initPreScript -}}
|
||||
{{ . | nindent 4}}
|
||||
{{- end -}}
|
||||
# END: initPreScript
|
||||
{{- end }}
|
||||
|
||||
set -x
|
||||
|
||||
mkdir -p /data/git/.ssh
|
||||
chmod -R 700 /data/git/.ssh
|
||||
[ ! -d /data/gitea ] && mkdir -p /data/gitea/conf
|
||||
|
||||
# prepare temp directory structure
|
||||
mkdir -p "${GITEA_TEMP}"
|
||||
chown -Rf {{ .Values.securityContext.container.runAsUser }}:{{ .Values.securityContext.pod.fsGroup }} "${GITEA_TEMP}"
|
||||
chmod ug+rwx "${GITEA_TEMP}"
|
||||
|
||||
# Copy config file to writable volume
|
||||
cp /etc/gitea/conf/app.ini /data/gitea/conf/app.ini
|
||||
chown -Rf {{ .Values.securityContext.container.runAsUser }}:{{ .Values.securityContext.pod.fsGroup }} "/data"
|
||||
chmod a+rwx /data/gitea/conf/app.ini
|
||||
|
||||
# Patch dockercontainer for dynamic users
|
||||
chown -Rf {{ .Values.securityContext.container.runAsUser }}:{{ .Values.securityContext.pod.fsGroup }} "/var/lib/gitea"
|
||||
|
||||
configure_gitea.sh: |-
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
# Connection retry inspired by https://gist.github.com/dublx/e99ea94858c07d2ca6de
|
||||
function test_db_connection() {
|
||||
local RETRY=0
|
||||
local MAX=30
|
||||
|
||||
echo 'Wait for database to become avialable...'
|
||||
until [ "${RETRY}" -ge "${MAX}" ]; do
|
||||
nc -vz -w2 {{ $pgHost }} 5432 && break
|
||||
RETRY=$[${RETRY}+1]
|
||||
echo "...not ready yet (${RETRY}/${MAX})"
|
||||
done
|
||||
|
||||
if [ "${RETRY}" -ge "${MAX}" ]; then
|
||||
echo "Database not reachable after '${MAX}' attempts!"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
test_db_connection
|
||||
|
||||
|
||||
echo '==== BEGIN GITEA MIGRATION ===='
|
||||
|
||||
gitea migrate
|
||||
|
||||
echo '==== BEGIN GITEA CONFIGURATION ===='
|
||||
|
||||
{{- if or .Values.admin.existingSecret (and .Values.admin.username .Values.admin.password) }}
|
||||
function configure_admin_user() {
|
||||
local ACCOUNT_ID=$(gitea admin user list --admin | grep -e "\s\+${GITEA_ADMIN_USERNAME}\|{{ .Values.admin.email }}\s\+" | awk -F " " "{printf \$1}")
|
||||
if [[ -z "${ACCOUNT_ID}" ]]; then
|
||||
echo "No admin user '${GITEA_ADMIN_USERNAME}' found, neither email '{{ .Values.admin.email }}' is assigned to an admin. Creating now..."
|
||||
gitea admin user create --admin --username "${GITEA_ADMIN_USERNAME}" --password "${GITEA_ADMIN_PASSWORD}" --email {{ .Values.admin.email | quote }} --must-change-password=false
|
||||
echo '...created.'
|
||||
else
|
||||
echo "Admin account '${GITEA_ADMIN_USERNAME}' or email {{ .Values.admin.email }} already exist. Running update to sync password..."
|
||||
gitea admin user change-password --username "${GITEA_ADMIN_USERNAME}" --password "${GITEA_ADMIN_PASSWORD}"
|
||||
echo '...password sync done.'
|
||||
fi
|
||||
}
|
||||
|
||||
configure_admin_user
|
||||
{{- end }}
|
||||
|
||||
{{- if .Values.ldap.enabled }}
|
||||
function configure_ldap() {
|
||||
local LDAP_NAME={{ (printf "%s" .Values.ldap.name) | squote }}
|
||||
local GITEA_AUTH_ID=$(gitea admin auth list --vertical-bars | grep -E "\|${LDAP_NAME}\s+\|" | grep -iE '\|LDAP \(via BindDN\)\s+\|' | awk -F " " "{print \$1}")
|
||||
|
||||
if [[ -z "${GITEA_AUTH_ID}" ]]; then
|
||||
echo "No ldap configuration found with name '${LDAP_NAME}'. Installing it now..."
|
||||
gitea admin auth add-ldap {{- include "gitea.ldap_settings" . | indent 1 }}
|
||||
echo '...installed.'
|
||||
else
|
||||
echo "Existing ldap configuration with name '${LDAP_NAME}': '${GITEA_AUTH_ID}'. Running update to sync settings..."
|
||||
gitea admin auth update-ldap --id "${GITEA_AUTH_ID}" {{- include "gitea.ldap_settings" . | indent 1 }}
|
||||
echo '...sync settings done.'
|
||||
fi
|
||||
}
|
||||
|
||||
configure_ldap
|
||||
{{- end }}
|
||||
|
||||
{{- if .Values.oauth.enabled }}
|
||||
function configure_oauth() {
|
||||
local OAUTH_NAME={{ (printf "%s" .Values.oauth.name) | squote }}
|
||||
local AUTH_ID=$(gitea admin auth list --vertical-bars | grep -E "\|${OAUTH_NAME}\s+\|" | grep -iE '\|OAuth2\s+\|' | awk -F " " "{print \$1}")
|
||||
|
||||
if [[ -z "${AUTH_ID}" ]]; then
|
||||
echo "No oauth configuration found with name '${OAUTH_NAME}'. Installing it now..."
|
||||
gitea admin auth add-oauth {{- include "gitea.oauth_settings" . | indent 1 }}
|
||||
echo '...installed.'
|
||||
else
|
||||
echo "Existing oauth configuration with name '${OAUTH_NAME}': '${AUTH_ID}'. Running update to sync settings..."
|
||||
gitea admin auth update-oauth --id "${AUTH_ID}" {{- include "gitea.oauth_settings" . | indent 1 }}
|
||||
echo '...sync settings done.'
|
||||
fi
|
||||
}
|
||||
|
||||
configure_oauth
|
||||
{{- end }}
|
||||
|
||||
echo '==== END GITEA CONFIGURATION ===='
|
||||
|
||||
{{- end -}}
|
||||
52
stable/gitea/14.0.15/templates/common.yaml
Normal file
52
stable/gitea/14.0.15/templates/common.yaml
Normal file
@@ -0,0 +1,52 @@
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render secrets for gitea */}}
|
||||
{{- $secrets := include "gitea.secrets" . | fromYaml -}}
|
||||
{{- if $secrets -}}
|
||||
{{- $_ := mustMergeOverwrite .Values.secret $secrets -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render configmap for gitea */}}
|
||||
{{- $configmap := include "gitea.configmap" . | fromYaml -}}
|
||||
{{- if $configmap -}}
|
||||
{{- $_ := set .Values.configmap "gitea-env" $configmap -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Append the general secret volumes to the volumes */}}
|
||||
{{- define "gitea.initvolume" -}}
|
||||
enabled: true
|
||||
readOnly: true
|
||||
type: secret
|
||||
objectName: init
|
||||
defaultMode: "0777"
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: /secrets/ini
|
||||
1-init-directories:
|
||||
mountPath: "/usr/sbin"
|
||||
2-configure-gitea:
|
||||
mountPath: "/usr/sbin"
|
||||
{{- end -}}
|
||||
|
||||
{{/* Append the general secret volumes to the volumes */}}
|
||||
{{- define "gitea.configvolume" -}}
|
||||
enabled: true
|
||||
readOnly: true
|
||||
type: secret
|
||||
objectName: secret
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: /secrets/config
|
||||
1-init-directories:
|
||||
mountPath: /etc/gitea/conf
|
||||
{{- end -}}
|
||||
|
||||
{{- $_ := set .Values.persistence "init" (include "gitea.initvolume" . | fromYaml) -}}
|
||||
{{- $_ := set .Values.persistence "config" (include "gitea.configvolume" . | fromYaml) -}}
|
||||
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [metube-8.1.1](https://github.com/truecharts/charts/compare/metube-8.1.0...metube-8.1.1) (2023-12-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image alexta69/metube to v2023-12-10[@b7c4eb0](https://github.com/b7c4eb0) ([#15957](https://github.com/truecharts/charts/issues/15957))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [metube-8.1.2](https://github.com/truecharts/charts/compare/metube-8.1.1...metube-8.1.2) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image alexta69/metube to v2023-12-12[@b60a106](https://github.com/b60a106) ([#15992](https://github.com/truecharts/charts/issues/15992))
|
||||
|
||||
|
||||
|
||||
|
||||
## [metube-8.1.1](https://github.com/truecharts/charts/compare/metube-8.1.0...metube-8.1.1) (2023-12-11)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [metube-8.0.5](https://github.com/truecharts/charts/compare/metube-8.0.4...metube-8.0.5) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: metube
|
||||
version: 8.1.1
|
||||
appVersion: 2023.12.10
|
||||
version: 8.1.2
|
||||
appVersion: 2023.12.12
|
||||
description: Web GUI for youtube-dl.
|
||||
home: https://truecharts.org/charts/stable/metube
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/alexta69/metube
|
||||
- https://github.com/alexta69/metube
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/metube
|
||||
- https://hub.docker.com/r/alexta69/metube
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -34,3 +34,4 @@ annotations:
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
27
stable/metube/8.1.2/README.md
Normal file
27
stable/metube/8.1.2/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
||||
9
stable/metube/8.1.2/app-changelog.md
Normal file
9
stable/metube/8.1.2/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [metube-8.1.2](https://github.com/truecharts/charts/compare/metube-8.1.1...metube-8.1.2) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image alexta69/metube to v2023-12-12[@b60a106](https://github.com/b60a106) ([#15992](https://github.com/truecharts/charts/issues/15992))
|
||||
|
||||
|
||||
BIN
stable/metube/8.1.2/charts/common-14.3.5.tgz
Normal file
BIN
stable/metube/8.1.2/charts/common-14.3.5.tgz
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: alexta69/metube
|
||||
tag: 2023-12-10@sha256:b7c4eb0ab380559e47e6ced0eb8a18c6e35a7fdc65502b16b22c53669f111c45
|
||||
tag: 2023-12-12@sha256:b60a106ea749dafc4d79554c410721ce2c7b8a59e2521efb88c70a3bc965aa55
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
1
stable/metube/8.1.2/templates/NOTES.txt
Normal file
1
stable/metube/8.1.2/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
0
stable/metube/8.1.2/values.yaml
Normal file
0
stable/metube/8.1.2/values.yaml
Normal file
99
stable/omada-controller/10.1.4/CHANGELOG.md
Normal file
99
stable/omada-controller/10.1.4/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.1.4](https://github.com/truecharts/charts/compare/omada-controller-10.1.3...omada-controller-10.1.4) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mbentley/omada-controller to 5.13[@3250268](https://github.com/3250268) ([#15991](https://github.com/truecharts/charts/issues/15991))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.1.3](https://github.com/truecharts/charts/compare/omada-controller-10.1.2...omada-controller-10.1.3) (2023-12-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mbentley/omada-controller to 5.13[@940ab98](https://github.com/940ab98) ([#15945](https://github.com/truecharts/charts/issues/15945))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.1.2](https://github.com/truecharts/charts/compare/omada-controller-10.1.1...omada-controller-10.1.2) (2023-12-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mbentley/omada-controller to 5.13[@67a5e0f](https://github.com/67a5e0f) ([#15918](https://github.com/truecharts/charts/issues/15918))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.1.1](https://github.com/truecharts/charts/compare/omada-controller-10.1.0...omada-controller-10.1.1) (2023-12-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mbentley/omada-controller to 5.13[@ac059c3](https://github.com/ac059c3) ([#15880](https://github.com/truecharts/charts/issues/15880))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.1.0](https://github.com/truecharts/charts/compare/omada-controller-10.0.37...omada-controller-10.1.0) (2023-12-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mbentley/omada-controller to v5.13[@912007a](https://github.com/912007a) ([#15720](https://github.com/truecharts/charts/issues/15720))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.37](https://github.com/truecharts/charts/compare/omada-controller-10.0.36...omada-controller-10.0.37) (2023-12-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mbentley/omada-controller to v[@53fa3da](https://github.com/53fa3da) ([#15717](https://github.com/truecharts/charts/issues/15717))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.36](https://github.com/truecharts/charts/compare/omada-controller-10.0.35...omada-controller-10.0.36) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.35](https://github.com/truecharts/charts/compare/omada-controller-10.0.34...omada-controller-10.0.35) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image mbentley/omada-controller to 5.12[@b8dc108](https://github.com/b8dc108) ([#15216](https://github.com/truecharts/charts/issues/15216))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.34](https://github.com/truecharts/charts/compare/omada-controller-10.0.33...omada-controller-10.0.34) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.33](https://github.com/truecharts/charts/compare/omada-controller-10.0.32...omada-controller-10.0.33) (2023-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#14676](https://github.com/truecharts/charts/issues/14676))
|
||||
36
stable/omada-controller/10.1.4/Chart.yaml
Normal file
36
stable/omada-controller/10.1.4/Chart.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: omada-controller
|
||||
version: 10.1.4
|
||||
appVersion: "5.13"
|
||||
description: Omada is a SDN tool for TP-Link Omada hardware
|
||||
home: https://truecharts.org/charts/stable/omada-controller
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/mbentley/docker-omada-controller
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
|
||||
- https://hub.docker.com/r/mbentley/omada-controller
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- omada-controller
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
27
stable/omada-controller/10.1.4/README.md
Normal file
27
stable/omada-controller/10.1.4/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
||||
9
stable/omada-controller/10.1.4/app-changelog.md
Normal file
9
stable/omada-controller/10.1.4/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [omada-controller-10.1.4](https://github.com/truecharts/charts/compare/omada-controller-10.1.3...omada-controller-10.1.4) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mbentley/omada-controller to 5.13[@3250268](https://github.com/3250268) ([#15991](https://github.com/truecharts/charts/issues/15991))
|
||||
|
||||
|
||||
8
stable/omada-controller/10.1.4/app-readme.md
Normal file
8
stable/omada-controller/10.1.4/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Omada is a SDN tool for TP-Link Omada hardware
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/omada-controller](https://truecharts.org/charts/stable/omada-controller)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
BIN
stable/omada-controller/10.1.4/charts/common-14.3.5.tgz
Normal file
BIN
stable/omada-controller/10.1.4/charts/common-14.3.5.tgz
Normal file
Binary file not shown.
83
stable/omada-controller/10.1.4/ix_values.yaml
Normal file
83
stable/omada-controller/10.1.4/ix_values.yaml
Normal file
@@ -0,0 +1,83 @@
|
||||
image:
|
||||
repository: mbentley/omada-controller
|
||||
tag: 5.13@sha256:32502687695a026386f081172dd3d0c6b25d9f59ff832777007cfeca2560e266
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: https
|
||||
port: 8043
|
||||
comm:
|
||||
enabled: true
|
||||
ports:
|
||||
comm:
|
||||
protocol: https
|
||||
enabled: true
|
||||
port: 8843
|
||||
omada-tcp:
|
||||
enabled: true
|
||||
ports:
|
||||
omada-tcp1:
|
||||
enabled: true
|
||||
port: 29811
|
||||
targetPort: 29811
|
||||
omada-tcp2:
|
||||
enabled: true
|
||||
port: 29812
|
||||
targetPort: 29812
|
||||
omada-tcp3:
|
||||
enabled: true
|
||||
port: 29813
|
||||
targetPort: 29813
|
||||
omada-tcp4:
|
||||
enabled: true
|
||||
port: 29814
|
||||
targetPort: 29814
|
||||
omada-udp:
|
||||
enabled: true
|
||||
ports:
|
||||
omada-udp1:
|
||||
enabled: true
|
||||
protocol: udp
|
||||
port: 29810
|
||||
targetPort: 29810
|
||||
ingress:
|
||||
comm:
|
||||
autoLink: true
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /opt/tplink/EAPController/data
|
||||
work:
|
||||
enabled: true
|
||||
mountPath: /opt/tplink/EAPController/work
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}"
|
||||
probes:
|
||||
startup:
|
||||
path: /api/info
|
||||
httpHeaders:
|
||||
Host: kube.internal.health
|
||||
liveness:
|
||||
path: /api/info
|
||||
httpHeaders:
|
||||
Host: kube.internal.health
|
||||
readiness:
|
||||
path: /api/info
|
||||
httpHeaders:
|
||||
Host: kube.internal.health
|
||||
3300
stable/omada-controller/10.1.4/questions.yaml
Normal file
3300
stable/omada-controller/10.1.4/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/omada-controller/10.1.4/templates/NOTES.txt
Normal file
1
stable/omada-controller/10.1.4/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
24
stable/omada-controller/10.1.4/templates/common.yaml
Normal file
24
stable/omada-controller/10.1.4/templates/common.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/*
|
||||
Omada automatically redirects to that port.
|
||||
Instead of consuming the external 443 port, it's better to switch internal
|
||||
But still give user the ability to change it.
|
||||
When ingress is enabled, set this to 443, otherwise set it to whatever `port` is set to
|
||||
*/}}
|
||||
|
||||
{{- $port := .Values.service.main.ports.main.port -}}
|
||||
{{- if .Values.ingress.main.enabled -}}
|
||||
{{- $port = 443 -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- $_ := set .Values.workload.main.podSpec.containers.main.env "MANAGE_HTTPS_PORT" $port -}}
|
||||
|
||||
{{- $_ := set .Values.service.main.ports.main "targetPort" $port -}}
|
||||
|
||||
{{- $_ := set .Values.workload.main.podSpec.containers.main.probes.liveness "port" $port -}}
|
||||
{{- $_ := set .Values.workload.main.podSpec.containers.main.probes.readiness "port" $port -}}
|
||||
{{- $_ := set .Values.workload.main.podSpec.containers.main.probes.startup "port" $port -}}
|
||||
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
||||
0
stable/omada-controller/10.1.4/values.yaml
Normal file
0
stable/omada-controller/10.1.4/values.yaml
Normal file
Reference in New Issue
Block a user