Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
99
stable/metube/11.0.0/CHANGELOG.md
Normal file
99
stable/metube/11.0.0/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [metube-11.0.0](https://github.com/truecharts/charts/compare/metube-10.1.6...metube-11.0.0) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image alexta69/metube to v2024-01-02[@9fefa40](https://github.com/9fefa40) by renovate ([#16813](https://github.com/truecharts/charts/issues/16813))
|
||||
|
||||
|
||||
## [metube-10.1.6](https://github.com/truecharts/charts/compare/metube-10.1.5...metube-10.1.6) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [metube-10.1.5](https://github.com/truecharts/charts/compare/metube-10.1.4...metube-10.1.5) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [metube-10.1.4](https://github.com/truecharts/charts/compare/metube-10.1.1...metube-10.1.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
|
||||
## [metube-10.1.3](https://github.com/truecharts/charts/compare/metube-10.1.1...metube-10.1.3) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
## [metube-10.1.1](https://github.com/truecharts/charts/compare/metube-10.1.0...metube-10.1.1) (2023-12-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image alexta69/metube to v2023-12-31[@0a6de79](https://github.com/0a6de79) by renovate ([#16650](https://github.com/truecharts/charts/issues/16650))
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
|
||||
## [metube-10.1.0](https://github.com/truecharts/charts/compare/metube-10.0.1...metube-10.1.0) (2023-12-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general minor by renovate ([#16579](https://github.com/truecharts/charts/issues/16579))
|
||||
|
||||
## [metube-10.0.1](https://github.com/truecharts/charts/compare/metube-10.0.0...metube-10.0.1) (2023-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545))
|
||||
|
||||
## [metube-10.0.0](https://github.com/truecharts/charts/compare/metube-9.0.11...metube-10.0.0) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
|
||||
|
||||
## [metube-9.0.11](https://github.com/truecharts/charts/compare/metube-9.0.10...metube-9.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
37
stable/metube/11.0.0/Chart.yaml
Normal file
37
stable/metube/11.0.0/Chart.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: metube
|
||||
version: 11.0.0
|
||||
appVersion: "2024"
|
||||
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://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
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- metube
|
||||
- media
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
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
|
||||
28
stable/metube/11.0.0/README.md
Normal file
28
stable/metube/11.0.0/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: 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/metube)
|
||||
|
||||
**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/11.0.0/app-changelog.md
Normal file
9
stable/metube/11.0.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [metube-11.0.0](https://github.com/truecharts/charts/compare/metube-10.1.6...metube-11.0.0) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image alexta69/metube to v2024-01-02[@9fefa40](https://github.com/9fefa40) by renovate ([#16813](https://github.com/truecharts/charts/issues/16813))
|
||||
8
stable/metube/11.0.0/app-readme.md
Normal file
8
stable/metube/11.0.0/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Web GUI for youtube-dl.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/metube](https://truecharts.org/charts/stable/metube)
|
||||
|
||||
---
|
||||
|
||||
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!
|
||||
30
stable/metube/11.0.0/ix_values.yaml
Normal file
30
stable/metube/11.0.0/ix_values.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
image:
|
||||
repository: alexta69/metube
|
||||
tag: 2024-01-02@sha256:9fefa405ca592624223f47c5fe4a8661a7885a61b50adf86cfe1387096acc408
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10216
|
||||
targetPort: 8081
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
downloads:
|
||||
enabled: true
|
||||
mountPath: /downloads
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
STATE_DIR: /config
|
||||
DOWNLOAD_DIR: /downloads
|
||||
OUTPUT_TEMPLATE: "%(title)s.%(ext)s"
|
||||
YTDL_OPTIONS: "{}"
|
||||
3108
stable/metube/11.0.0/questions.yaml
Normal file
3108
stable/metube/11.0.0/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/metube/11.0.0/templates/NOTES.txt
Normal file
1
stable/metube/11.0.0/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [tasmoadmin-6.1.7](https://github.com/truecharts/charts/compare/tasmoadmin-6.1.6...tasmoadmin-6.1.7) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [tasmoadmin-6.2.0](https://github.com/truecharts/charts/compare/tasmoadmin-6.1.7...tasmoadmin-6.2.0) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/tasmoadmin/tasmoadmin to v3.3.1[@1077de2](https://github.com/1077de2) by renovate ([#16811](https://github.com/truecharts/charts/issues/16811))
|
||||
|
||||
|
||||
## [tasmoadmin-6.1.7](https://github.com/truecharts/charts/compare/tasmoadmin-6.1.6...tasmoadmin-6.1.7) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
|
||||
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
|
||||
|
||||
## [tasmoadmin-5.0.11](https://github.com/truecharts/charts/compare/tasmoadmin-5.0.10...tasmoadmin-5.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
## [tasmoadmin-5.0.10](https://github.com/truecharts/charts/compare/tasmoadmin-5.0.9...tasmoadmin-5.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
@@ -1,8 +1,8 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: tasmoadmin
|
||||
version: 6.1.7
|
||||
appVersion: 3.1.2
|
||||
version: 6.2.0
|
||||
appVersion: 3.3.1
|
||||
description: A administrative platform for devices flashed with Tasmota.
|
||||
home: https://truecharts.org/charts/incubator/tasmoadmin
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png
|
||||
9
stable/tasmoadmin/6.2.0/app-changelog.md
Normal file
9
stable/tasmoadmin/6.2.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [tasmoadmin-6.2.0](https://github.com/truecharts/charts/compare/tasmoadmin-6.1.7...tasmoadmin-6.2.0) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/tasmoadmin/tasmoadmin to v3.3.1[@1077de2](https://github.com/1077de2) by renovate ([#16811](https://github.com/truecharts/charts/issues/16811))
|
||||
BIN
stable/tasmoadmin/6.2.0/charts/common-17.2.21.tgz
Normal file
BIN
stable/tasmoadmin/6.2.0/charts/common-17.2.21.tgz
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/tasmoadmin/tasmoadmin
|
||||
tag: v3.1.2@0c50bda69ced49e8c1e6f765094434f4355a062fb61a5c3477e71d8ccc4b9bc9
|
||||
tag: v3.3.1@sha256:1077de22eb7c43286e56005360759ba896d156a81967cb54b986e26bc1a6d266
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
1
stable/tasmoadmin/6.2.0/templates/common.yaml
Normal file
1
stable/tasmoadmin/6.2.0/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/tasmoadmin/6.2.0/values.yaml
Normal file
0
stable/tasmoadmin/6.2.0/values.yaml
Normal file
99
stable/wekan/13.3.0/CHANGELOG.md
Normal file
99
stable/wekan/13.3.0/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [wekan-13.3.0](https://github.com/truecharts/charts/compare/wekan-13.2.8...wekan-13.3.0) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image wekanteam/wekan to v7.27[@d120ab6](https://github.com/d120ab6) by renovate ([#16812](https://github.com/truecharts/charts/issues/16812))
|
||||
|
||||
|
||||
## [wekan-13.2.8](https://github.com/truecharts/charts/compare/wekan-13.2.7...wekan-13.2.8) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820))
|
||||
|
||||
|
||||
## [wekan-13.2.7](https://github.com/truecharts/charts/compare/wekan-13.2.6...wekan-13.2.7) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [wekan-13.2.6](https://github.com/truecharts/charts/compare/wekan-13.2.5...wekan-13.2.6) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update helm general non-major by renovate ([#16743](https://github.com/truecharts/charts/issues/16743))
|
||||
|
||||
|
||||
## [wekan-13.2.5](https://github.com/truecharts/charts/compare/wekan-13.2.4...wekan-13.2.5) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
|
||||
## [wekan-13.2.4](https://github.com/truecharts/charts/compare/wekan-13.2.3...wekan-13.2.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update helm general non-major by renovate ([#16734](https://github.com/truecharts/charts/issues/16734))
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [wekan-13.2.3](https://github.com/truecharts/charts/compare/wekan-13.2.0...wekan-13.2.3) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
|
||||
## [wekan-13.2.2](https://github.com/truecharts/charts/compare/wekan-13.2.0...wekan-13.2.2) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
## [wekan-13.2.0](https://github.com/truecharts/charts/compare/wekan-13.1.0...wekan-13.2.0) (2023-12-31)
|
||||
|
||||
### Chore
|
||||
|
||||
45
stable/wekan/13.3.0/Chart.yaml
Normal file
45
stable/wekan/13.3.0/Chart.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: wekan
|
||||
version: 13.3.0
|
||||
appVersion: "7.27"
|
||||
description: WeKan - Open Source kanban
|
||||
home: https://truecharts.org/charts/stable/wekan
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://wekan.github.io/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wekan
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://github.com/wekan/wekan
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- wekan
|
||||
- kanban
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mongodb
|
||||
version: 11.1.7
|
||||
repository: https://deps.truecharts.org
|
||||
condition: mongodb.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
28
stable/wekan/13.3.0/README.md
Normal file
28
stable/wekan/13.3.0/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: 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/wekan)
|
||||
|
||||
**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/wekan/13.3.0/app-changelog.md
Normal file
9
stable/wekan/13.3.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [wekan-13.3.0](https://github.com/truecharts/charts/compare/wekan-13.2.8...wekan-13.3.0) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image wekanteam/wekan to v7.27[@d120ab6](https://github.com/d120ab6) by renovate ([#16812](https://github.com/truecharts/charts/issues/16812))
|
||||
8
stable/wekan/13.3.0/app-readme.md
Normal file
8
stable/wekan/13.3.0/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
WeKan - Open Source kanban
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/wekan](https://truecharts.org/charts/stable/wekan)
|
||||
|
||||
---
|
||||
|
||||
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/wekan/13.3.0/charts/common-17.2.21.tgz
Normal file
BIN
stable/wekan/13.3.0/charts/common-17.2.21.tgz
Normal file
Binary file not shown.
BIN
stable/wekan/13.3.0/charts/mongodb-11.1.7.tgz
Normal file
BIN
stable/wekan/13.3.0/charts/mongodb-11.1.7.tgz
Normal file
Binary file not shown.
159
stable/wekan/13.3.0/ix_values.yaml
Normal file
159
stable/wekan/13.3.0/ix_values.yaml
Normal file
@@ -0,0 +1,159 @@
|
||||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.27@sha256:d120ab6713eeda0ea1c587008a46408dec243a709c9d822408a6fd8e6f22c957
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10192
|
||||
targetPort: 8080
|
||||
mongodb:
|
||||
enabled: true
|
||||
mongodbUsername: wekan
|
||||
mongodbDatabase: wekan
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
WRITABLE_PATH: "/data"
|
||||
# User Defined
|
||||
ROOT_URL: "http://localhost:8080"
|
||||
# BROWSER_POLICY_ENABLED: false
|
||||
# TRUSTED_URL: ""
|
||||
# LOGOUT_WITH_TIMER: false
|
||||
# LOGOUT_IN: 0
|
||||
# LOGOUT_ON_HOURS: 0
|
||||
# LOGOUT_ON_MINUTES: 0
|
||||
# ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS: 90
|
||||
# ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE: 3
|
||||
# ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD: 60
|
||||
# ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW: 15
|
||||
# ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE: 3
|
||||
# ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD: 60
|
||||
# ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW: 15
|
||||
# MAX_IMAGE_PIXEL: 1024
|
||||
# IMAGE_COMPRESS_RATIO: 80
|
||||
# MAIL_URL: ""
|
||||
# MAIL_SERVICE_USER: ""
|
||||
# MAIL_SERVICE_PASSWORD: ""
|
||||
# MAIL_SERVICE: ""
|
||||
# BIGEVENTS_PATTERN: "NONE"
|
||||
# NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE: 90
|
||||
# EMAIL_NOTIFICATION_TIMEOUT: 30000
|
||||
# NOTIFY_DUE_DAYS_BEFORE_AND_AFTER: "2,0"
|
||||
# NOTIFY_DUE_AT_HOUR_OF_DAY: 8
|
||||
# RESULTS_PER_PAGE: 20
|
||||
# RICHER_CARD_COMMENT_EDITOR: false
|
||||
# CARD_OPENED_WEBHOOK_ENABLED: false
|
||||
# PASSWORD_LOGIN_ENABLED: false
|
||||
# WAIT_SPINNER: "Bounce"
|
||||
# WITH_API: true
|
||||
# WEBHOOKS_ATTRIBUTES: "cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue"
|
||||
# CORS: "*"
|
||||
# CORS_ALLOW_HEADERS: "Authorization,Content-Type"
|
||||
# CORS_EXPOSE_HEADERS: "*"
|
||||
# MATOMO_ADDRESS: ""
|
||||
# MATOMO_SITE_ID: 1
|
||||
# MATOMO_DO_NOT_TRACK: true
|
||||
# MATOMO_WITH_USERNAME: true
|
||||
# ORACLE_OIM_ENABLED: false
|
||||
# OAUTH2_ENABLED: false
|
||||
# OAUTH2_LOGIN_STYLE: "redirect"
|
||||
# OAUTH2_CLIENT_ID: ""
|
||||
# OAUTH2_SECRET: ""
|
||||
# OAUTH2_SERVER_URL: ""
|
||||
# OAUTH2_AUTH_ENDPOINT: ""
|
||||
# OAUTH2_USERINFO_ENDPOINT: ""
|
||||
# OAUTH2_TOKEN_ENDPOINT: ""
|
||||
# OAUTH2_ID_MAP: ""
|
||||
# OAUTH2_USERNAME_MAP: ""
|
||||
# OAUTH2_FULLNAME_MAP: ""
|
||||
# OAUTH2_EMAIL_MAP: ""
|
||||
# OAUTH2_ID_TOKEN_WHITELIST_FIELDS: ""
|
||||
# OAUTH2_REQUEST_PERMISSIONS: ""
|
||||
# OAUTH2_CA_CERT: ""
|
||||
# OAUTH2_ADFS_ENABLED: false
|
||||
# LDAP_ENABLE: false
|
||||
# DEFAULT_AUTHENTICATION_METHOD: "ldap"
|
||||
# LDAP_PORT: 389
|
||||
# LDAP_HOST: ""
|
||||
# LDAP_AD_SIMPLE_AUTH: false
|
||||
# LDAP_USER_AUTHENTICATION: false
|
||||
# LDAP_USER_AUTHENTICATION_FIELD: "uid"
|
||||
# LDAP_DEFAULT_DOMAIN: ""
|
||||
# LDAP_BASEDN: ""
|
||||
# LDAP_LOGIN_FALLBACK: false
|
||||
# LDAP_RECONNECT: true
|
||||
# LDAP_TIMEOUT: 10000
|
||||
# LDAP_IDLE_TIMEOUT: 10000
|
||||
# LDAP_CONNECT_TIMEOUT: 10000
|
||||
# LDAP_AUTHENTIFICATION: true
|
||||
# LDAP_AUTHENTIFICATION_USERDN: ""
|
||||
# LDAP_AUTHENTIFICATION_PASSWORD: ""
|
||||
# LDAP_LOG_ENABLED: true
|
||||
# LDAP_BACKGROUND_SYNC: true
|
||||
# LDAP_BACKGROUND_SYNC_INTERVAL: "every 1 hour"
|
||||
# LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED: false
|
||||
# LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS: false
|
||||
# LDAP_ENCRYPTION: "false"
|
||||
# LDAP_CA_CERT: ""
|
||||
# LDAP_REJECT_UNAUTHORIZED: false
|
||||
# LDAP_USER_SEARCH_FILTER: ""
|
||||
# LDAP_USER_SEARCH_SCOPE: "one"
|
||||
# LDAP_USER_SEARCH_FIELD: ""
|
||||
# LDAP_SEARCH_PAGE_SIZE: 0
|
||||
# LDAP_SEARCH_SIZE_LIMIT: 0
|
||||
# LDAP_GROUP_FILTER_ENABLE: false
|
||||
# LDAP_GROUP_FILTER_OBJECTCLASS: ""
|
||||
# LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE: ""
|
||||
# LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE: ""
|
||||
# LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT: ""
|
||||
# LDAP_GROUP_FILTER_GROUP_NAME: ""
|
||||
# LDAP_UNIQUE_IDENTIFIER_FIELD: ""
|
||||
# LDAP_UTF8_NAMES_SLUGIFY: true
|
||||
# LDAP_USERNAME_FIELD: ""
|
||||
# LDAP_FULLNAME_FIELD: "fullname"
|
||||
# LDAP_MERGE_EXISTING_USERS: false
|
||||
# LDAP_EMAIL_MATCH_ENABLE: true
|
||||
# LDAP_EMAIL_MATCH_REQUIRE: true
|
||||
# LDAP_EMAIL_MATCH_VERIFIED: true
|
||||
# LDAP_EMAIL_FIELD: "mail"
|
||||
# LDAP_SYNC_USER_DATA: false
|
||||
# LDAP_SYNC_USER_DATA_FIELDMAP: ""
|
||||
# LDAP_SYNC_GROUP_ROLES: ""
|
||||
# LDAP_SYNC_ADMIN_STATUS: true
|
||||
# LDAP_SYNC_ADMIN_GROUPS: ""
|
||||
# HEADER_LOGIN_ID: ""
|
||||
# HEADER_LOGIN_FIRSTNAME: ""
|
||||
# HEADER_LOGIN_LASTNAME: ""
|
||||
# HEADER_LOGIN_EMAIL: ""
|
||||
# CAS_ENABLED: false
|
||||
# CAS_BASE_URL: ""
|
||||
# CAS_LOGIN_URL: ""
|
||||
# CAS_VALIDATE_URL: ""
|
||||
# SAML_ENABLED: false
|
||||
# SAML_PROVIDER: ""
|
||||
# SAML_ENTRYPOINT: ""
|
||||
# SAML_ISSUER: ""
|
||||
# SAML_CERT: ""
|
||||
# SAML_IDPSLO_REDIRECTURL: ""
|
||||
# SAML_PRIVATE_KEYFILE: ""
|
||||
# SAML_PUBLIC_CERTFILE: ""
|
||||
# SAML_IDENTIFIER_FORMAT: ""
|
||||
# SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE: ""
|
||||
# SAML_ATTRIBUTES: ""
|
||||
MONGO_URL:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mongodbcreds" }}'
|
||||
key: url
|
||||
3815
stable/wekan/13.3.0/questions.yaml
Normal file
3815
stable/wekan/13.3.0/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/wekan/13.3.0/templates/NOTES.txt
Normal file
1
stable/wekan/13.3.0/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
stable/wekan/13.3.0/templates/common.yaml
Normal file
1
stable/wekan/13.3.0/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/wekan/13.3.0/values.yaml
Normal file
0
stable/wekan/13.3.0/values.yaml
Normal file
Reference in New Issue
Block a user