Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
aef2fdff3d
commit
8c77bcf92d
|
@ -0,0 +1,99 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [mealie-20.3.0](https://github.com/truecharts/charts/compare/mealie-20.2.1...mealie-20.3.0) (2024-01-29)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/mealie-recipes/mealie to v1.1.0[@2df89f8](https://github.com/2df89f8) by renovate ([#17692](https://github.com/truecharts/charts/issues/17692))
|
||||
|
||||
|
||||
## [mealie-20.2.1](https://github.com/truecharts/charts/compare/mealie-20.2.0...mealie-20.2.1) (2024-01-26)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
|
||||
|
||||
|
||||
## [mealie-20.2.0](https://github.com/truecharts/charts/compare/mealie-20.1.9...mealie-20.2.0) (2024-01-22)
|
||||
|
||||
|
||||
## [mealie-20.1.9](https://github.com/truecharts/charts/compare/mealie-20.1.8...mealie-20.1.9) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
|
||||
|
||||
|
||||
## [mealie-20.1.8](https://github.com/truecharts/charts/compare/mealie-20.1.7...mealie-20.1.8) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
|
||||
|
||||
|
||||
## [mealie-20.1.7](https://github.com/truecharts/charts/compare/mealie-20.1.6...mealie-20.1.7) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-20.1.6](https://github.com/truecharts/charts/compare/mealie-20.1.5...mealie-20.1.6) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
|
||||
|
||||
|
||||
## [mealie-20.1.5](https://github.com/truecharts/charts/compare/mealie-20.1.4...mealie-20.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [mealie-20.1.4](https://github.com/truecharts/charts/compare/mealie-20.1.3...mealie-20.1.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [mealie-20.1.3](https://github.com/truecharts/charts/compare/mealie-20.1.0...mealie-20.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.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
|
|
@ -0,0 +1,36 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.1.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.29
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
|
||||
home: https://truecharts.org/charts/stable/mealie
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png
|
||||
keywords:
|
||||
- grocy
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: mealie
|
||||
sources:
|
||||
- https://github.com/mealie-recipes/mealie
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mealie
|
||||
- https://ghcr.io/mealie-recipes/mealie
|
||||
type: application
|
||||
version: 20.3.0
|
|
@ -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.
|
|
@ -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/mealie)
|
||||
|
||||
**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_
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mealie-20.3.0](https://github.com/truecharts/charts/compare/mealie-20.2.1...mealie-20.3.0) (2024-01-29)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/mealie-recipes/mealie to v1.1.0[@2df89f8](https://github.com/2df89f8) by renovate ([#17692](https://github.com/truecharts/charts/issues/17692))
|
|
@ -0,0 +1,8 @@
|
|||
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/mealie](https://truecharts.org/charts/stable/mealie)
|
||||
|
||||
---
|
||||
|
||||
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!
|
Binary file not shown.
|
@ -0,0 +1,107 @@
|
|||
image:
|
||||
repository: ghcr.io/mealie-recipes/mealie
|
||||
tag: v1.1.0@sha256:2df89f8925675409230e7db7fcd6899bcad9a6557727f088d86b5ccaf8b0206d
|
||||
pullPolicy: IfNotPresent
|
||||
mealie:
|
||||
frontend:
|
||||
theme:
|
||||
light_primary: "#E58325"
|
||||
light_accent: "#007A99"
|
||||
light_secondary: "#973542"
|
||||
light_success: "#43A047"
|
||||
light_info: "#1976D2"
|
||||
light_warning: "#FF6D00"
|
||||
light_error: "#EF5350"
|
||||
dark_primary: "#E58325"
|
||||
dark_accent: "#007A99"
|
||||
dark_secondary: "#973542"
|
||||
dark_success: "#43A047"
|
||||
dark_info: "#1976D2"
|
||||
dark_warning: "#FF6D00"
|
||||
dark_error: "#EF5350"
|
||||
api:
|
||||
general:
|
||||
allow_signup: true
|
||||
default_group: Home
|
||||
base_url: ""
|
||||
token_time: 48
|
||||
security:
|
||||
max_login_attempts: 5
|
||||
user_lockout_time: 24
|
||||
smtp:
|
||||
user: ""
|
||||
password: ""
|
||||
host: ""
|
||||
port: 587
|
||||
from_name: Mealie
|
||||
from_email: ""
|
||||
# TLS | SSL | NONE
|
||||
auth_strategy: TLS
|
||||
webworkers:
|
||||
workers_per_core: 1
|
||||
max_workers: 1
|
||||
web_concurrency: 1
|
||||
ldap:
|
||||
auth_enabled: false
|
||||
server_url: ""
|
||||
tls_insecure: false
|
||||
enable_starttls: false
|
||||
tls_cacertfile: ""
|
||||
base_dn: ""
|
||||
query_bind: ""
|
||||
query_password: ""
|
||||
user_filter: ""
|
||||
admin_filter: ""
|
||||
id_attribute: uid
|
||||
name_attribute: name
|
||||
mail_attribute: mail
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: exec
|
||||
command:
|
||||
- python
|
||||
- /app/mealie/scripts/healthcheck.py
|
||||
readiness:
|
||||
enabled: true
|
||||
type: exec
|
||||
command:
|
||||
- python
|
||||
- /app/mealie/scripts/healthcheck.py
|
||||
startup:
|
||||
enabled: true
|
||||
type: exec
|
||||
command:
|
||||
- python
|
||||
- /app/mealie/scripts/healthcheck.py
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: frontend
|
||||
- secretRef:
|
||||
name: api
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10018
|
||||
protocol: http
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: /app/data
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: mealie
|
||||
database: mealie
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,97 @@
|
|||
{{/* Define the secrets */}}
|
||||
{{- define "mealie.secrets" -}}
|
||||
{{- $fullname := (include "tc.v1.common.lib.chart.names.fullname" $) -}}
|
||||
{{- $api := .Values.mealie.api -}}
|
||||
{{- $frontend := .Values.mealie.frontend }}
|
||||
|
||||
frontend:
|
||||
enabled: true
|
||||
data:
|
||||
{{/* Frontend */}}
|
||||
THEME_LIGHT_PRIMARY: {{ $frontend.theme.light_primary | default "#E58325" | quote }}
|
||||
THEME_LIGHT_ACCENT: {{ $frontend.theme.light_accent | default "#007A99" | quote }}
|
||||
THEME_LIGHT_SECONDARY: {{ $frontend.theme.light_secondary | default "#973542" | quote }}
|
||||
THEME_LIGHT_SUCCESS: {{ $frontend.theme.light_success | default "#43A047" | quote }}
|
||||
THEME_LIGHT_INFO: {{ $frontend.theme.light_info | default "#1976D2" | quote }}
|
||||
THEME_LIGHT_WARNING: {{ $frontend.theme.light_warning | default "#FF6D00" | quote }}
|
||||
THEME_LIGHT_ERROR: {{ $frontend.theme.light_error | default "#EF5350" | quote }}
|
||||
THEME_DARK_PRIMARY: {{ $frontend.theme.dark_primary | default "#E58325" | quote }}
|
||||
THEME_DARK_ACCENT: {{ $frontend.theme.dark_accent | default "#007A99" | quote }}
|
||||
THEME_DARK_SECONDARY: {{ $frontend.theme.dark_secondary | default "#973542" | quote }}
|
||||
THEME_DARK_SUCCESS: {{ $frontend.theme.dark_success | default "#43A047" | quote }}
|
||||
THEME_DARK_INFO: {{ $frontend.theme.dark_info | default "#1976D2" | quote }}
|
||||
THEME_DARK_WARNING: {{ $frontend.theme.dark_warning | default "#FF6D00" | quote }}
|
||||
THEME_DARK_ERROR: {{ $frontend.theme.dark_error | default "#EF5350" | quote }}
|
||||
|
||||
api:
|
||||
enabled: true
|
||||
data:
|
||||
API_PORT: {{ .Values.service.main.ports.main.port | quote }}
|
||||
{{/* Database */}}
|
||||
DB_ENGINE: "postgres"
|
||||
POSTGRES_PORT: "5432"
|
||||
POSTGRES_USER: {{ .Values.cnpg.main.user }}
|
||||
POSTGRES_PASSWORD: {{ .Values.cnpg.main.creds.password | trimAll "\"" }}
|
||||
POSTGRES_DB: {{ .Values.cnpg.main.database }}
|
||||
POSTGRES_SERVER: {{ .Values.cnpg.main.creds.host }}
|
||||
{{/* User Defined */}}
|
||||
{{/* General */}}
|
||||
ALLOW_SIGNUP: {{ $api.general.allow_signup | quote }}
|
||||
DEFAULT_GROUP: {{ $api.general.default_group }}
|
||||
DEFAULT_EMAIL: {{ $api.general.default_email }}
|
||||
BASE_URL: {{ $api.general.base_url }}
|
||||
TOKEN_TIME: {{ $api.general.token_time | quote }}
|
||||
{{/* Security */}}
|
||||
SECURITY_MAX_LOGIN_ATTEMPTS: {{ $api.security.max_login_attempts | quote }}
|
||||
SECURITY_USER_LOCKOUT_TIME: {{ $api.security.user_lockout_time | quote }}
|
||||
{{/* SMTP */}}
|
||||
{{- if $api.smtp.host }}
|
||||
SMTP_PORT: {{ $api.smtp.port | quote }}
|
||||
SMTP_HOST: {{ $api.smtp.host | quote }}
|
||||
SMTP_USER: {{ $api.smtp.user | quote }}
|
||||
SMTP_PASSWORD: {{ $api.smtp.password | quote }}
|
||||
SMTP_FROM_NAME: {{ $api.smtp.from_name | quote }}
|
||||
SMTP_AUTH_STRATEGY: {{ $api.smtp.auth_strategy | quote }}
|
||||
SMTP_FROM_EMAIL: {{ $api.smtp.from_email | quote }}
|
||||
{{- end }}
|
||||
{{/* Workers */}}
|
||||
WORKERS_PER_CORE: {{ $api.webworkers.workers_per_core | quote }}
|
||||
MAX_WORKERS: {{ $api.webworkers.max_workers | quote }}
|
||||
WEB_CONCURRENCY: {{ $api.webworkers.web_concurrency | quote }}
|
||||
{{/* LDAP */}}
|
||||
{{- if $api.ldap.auth_enabled }}
|
||||
LDAP_AUTH_ENABLED: {{ $api.ldap.auth_enabled | quote }}
|
||||
{{- with $api.ldap.server_url }}
|
||||
LDAP_SERVER_URL: {{ . }}
|
||||
{{- end }}
|
||||
LDAP_TLS_INSECURE: {{ $api.ldap.tls_insecure | quote }}
|
||||
LDAP_ENABLE_STARTTLS: {{ $api.ldap.enable_starttls | quote }}
|
||||
{{- with $api.ldap.tls_cacertfile }}
|
||||
LDAP_TLS_CACERTFILE: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.base_dn }}
|
||||
LDAP_BASE_DN: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.query_bind }}
|
||||
LDAP_QUERY_BIND: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.query_password }}
|
||||
LDAP_QUERY_PASSWORD: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.user_filter }}
|
||||
LDAP_USER_FILTER: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.admin_filter }}
|
||||
LDAP_ADMIN_FILTER: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.id_attribute }}
|
||||
LDAP_ID_ATTRIBUTE: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.name_attribute }}
|
||||
LDAP_NAME_ATTRIBUTE: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.mail_attribute }}
|
||||
LDAP_MAIL_ATTRIBUTE: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
|
@ -0,0 +1,11 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render secrets for mealie */}}
|
||||
{{- $secrets := include "mealie.secrets" . | fromYaml -}}
|
||||
{{- if $secrets -}}
|
||||
{{- $_ := mustMergeOverwrite .Values.secret $secrets -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
|
@ -0,0 +1,99 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [n8n-12.5.0](https://github.com/truecharts/charts/compare/n8n-12.4.6...n8n-12.5.0) (2024-01-29)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image n8nio/n8n to v1.26.0[@6caf4a6](https://github.com/6caf4a6) by renovate ([#17698](https://github.com/truecharts/charts/issues/17698))
|
||||
|
||||
|
||||
## [n8n-12.4.6](https://github.com/truecharts/charts/compare/n8n-12.4.5...n8n-12.4.6) (2024-01-27)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525))
|
||||
|
||||
|
||||
## [n8n-12.4.5](https://github.com/truecharts/charts/compare/n8n-12.4.4...n8n-12.4.5) (2024-01-26)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
|
||||
|
||||
|
||||
## [n8n-12.4.4](https://github.com/truecharts/charts/compare/n8n-12.4.3...n8n-12.4.4) (2024-01-22)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image n8nio/n8n to v1.25.1[@d43a180](https://github.com/d43a180) by renovate ([#17518](https://github.com/truecharts/charts/issues/17518))
|
||||
|
||||
|
||||
## [n8n-12.4.3](https://github.com/truecharts/charts/compare/n8n-12.4.2...n8n-12.4.3) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
|
||||
|
||||
|
||||
## [n8n-12.4.2](https://github.com/truecharts/charts/compare/n8n-12.4.1...n8n-12.4.2) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
|
||||
|
||||
|
||||
## [n8n-12.4.1](https://github.com/truecharts/charts/compare/n8n-12.4.0...n8n-12.4.1) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
## [n8n-12.4.0](https://github.com/truecharts/charts/compare/n8n-12.3.1...n8n-12.4.0) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image n8nio/n8n to v1.25.0[@59e6239](https://github.com/59e6239) by renovate ([#17451](https://github.com/truecharts/charts/issues/17451))
|
||||
|
||||
|
||||
## [n8n-12.3.1](https://github.com/truecharts/charts/compare/n8n-12.3.0...n8n-12.3.1) (2024-01-19)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image n8nio/n8n to v1.24.1[@bf32c06](https://github.com/bf32c06) by renovate ([#17305](https://github.com/truecharts/charts/issues/17305))
|
||||
|
||||
|
||||
## [n8n-12.3.0](https://github.com/truecharts/charts/compare/n8n-12.2.1...n8n-12.3.0) (2024-01-14)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image n8nio/n8n to v1.24.0[@42867dd](https://github.com/42867dd) by renovate ([#17205](https://github.com/truecharts/charts/issues/17205))
|
||||
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
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.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.26.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.29
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 11.1.16
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: n8n is an extendable workflow automation tool.
|
||||
home: https://truecharts.org/charts/stable/n8n
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png
|
||||
keywords:
|
||||
- workflows
|
||||
- automation
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: n8n
|
||||
sources:
|
||||
- https://github.com/n8n-io/n8n
|
||||
- https://docs.n8n.io/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
|
||||
- https://hub.docker.com/r/n8nio/n8n
|
||||
type: application
|
||||
version: 12.5.0
|
|
@ -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.
|
|
@ -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/n8n)
|
||||
|
||||
**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_
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [n8n-12.5.0](https://github.com/truecharts/charts/compare/n8n-12.4.6...n8n-12.5.0) (2024-01-29)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image n8nio/n8n to v1.26.0[@6caf4a6](https://github.com/6caf4a6) by renovate ([#17698](https://github.com/truecharts/charts/issues/17698))
|
|
@ -0,0 +1,8 @@
|
|||
n8n is an extendable workflow automation tool.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/n8n](https://truecharts.org/charts/stable/n8n)
|
||||
|
||||
---
|
||||
|
||||
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!
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,154 @@
|
|||
image:
|
||||
repository: n8nio/n8n
|
||||
tag: 1.26.0@sha256:6caf4a6cbcbc09736ccadc2c6081702c3650ab50692662a55662a8a86bdef651
|
||||
pullPolicy: IfNotPresent
|
||||
timezoneandlocale: {}
|
||||
# N8N_DEFAULT_LOCALE: "en"
|
||||
credentials: {}
|
||||
# CREDENTIALS_OVERWRITE_DATA: ""
|
||||
# CREDENTIALS_OVERWRITE_ENDPOINT: ""
|
||||
# CREDENTIALS_DEFAULT_NAME: "My credentials"
|
||||
deployment:
|
||||
N8N_HOST: "localhost"
|
||||
# N8N_EDITOR_BASE_URL: ""
|
||||
# N8N_CONFIG_FILES: ""
|
||||
# N8N_ENCRYPTION_KEY: ""
|
||||
# N8N_DIAGNOSTICS_ENABLED: true
|
||||
# N8N_DISABLE_UI: false
|
||||
# N8N_TEMPLATES_ENABLED: false
|
||||
# N8N_TEMPLATES_HOST: ""
|
||||
# N8N_PERSONALIZATION_ENABLED: true
|
||||
# N8N_VERSION_NOTIFICATIONS_ENABLED: true
|
||||
# N8N_DIAGNOSTICS_ENABLED: false
|
||||
# N8N_HIRING_BANNER_ENABLED: false
|
||||
endpoints: {}
|
||||
# WEBHOOK_URL: ""
|
||||
# N8N_PAYLOAD_SIZE_MAX: 16
|
||||
# N8N_METRICS: false
|
||||
# N8N_METRICS_PREFIX: "n8n_"
|
||||
# N8N_ENDPOINT_REST: "rest"
|
||||
# N8N_ENDPOINT_WEBHOOK: "webhook"
|
||||
# N8N_ENDPOINT_WEBHOOK_TEST: "webhook-test"
|
||||
# N8N_ENDPOINT_WEBHOOK_WAIT: "webhook-waiting"
|
||||
# N8N_DISABLE_PRODUCTION_MAIN_PROCESS: false
|
||||
# N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: false
|
||||
executions: {}
|
||||
# EXECUTIONS_PROCESS: "own"
|
||||
# EXECUTIONS_MODE: "regular"
|
||||
# EXECUTIONS_TIMEOUT: "-1"
|
||||
# EXECUTIONS_TIMEOUT_MAX: 3600
|
||||
# EXECUTIONS_DATA_SAVE_ON_ERROR: "all"
|
||||
# EXECUTIONS_DATA_SAVE_ON_SUCCESS: "all"
|
||||
# EXECUTIONS_DATA_SAVE_ON_PROGRESS: false
|
||||
# EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: false
|
||||
# EXECUTIONS_DATA_PRUNE: false
|
||||
# EXECUTIONS_DATA_MAX_AGE: 336
|
||||
# EXECUTIONS_DATA_PRUNE_TIMEOUT: 3600
|
||||
logs:
|
||||
# N8N_LOG_LEVEL: "info"
|
||||
# N8N_LOG_OUTPUT: "console"
|
||||
# N8N_LOG_FILE_COUNT_MAX: 100
|
||||
# N8N_LOG_FILE_SIZE_MAX: 16
|
||||
N8N_LOG_FILE_LOCATION: "/data/logs"
|
||||
n8n_security: {}
|
||||
# N8N_BLOCK_ENV_ACCESS_IN_NODE: false
|
||||
# N8N_BASIC_AUTH_ACTIVE: false
|
||||
# N8N_BASIC_AUTH_USER: ""
|
||||
# N8N_BASIC_AUTH_PASSWORD: ""
|
||||
# N8N_BASIC_AUTH_HASH: false
|
||||
# N8N_JWT_AUTH_ACTIVE: false
|
||||
# N8N_JWT_AUTH_HEADER: ""
|
||||
# N8N_JWT_AUTH_HEADER_VALUE_PREFIX: ""
|
||||
# N8N_JWKS_URI: ""
|
||||
# N8N_JWT_ISSUER: ""
|
||||
# N8N_JWT_NAMESPACE: ""
|
||||
# N8N_JWT_ALLOWED_TENANT: ""
|
||||
# N8N_JWT_ALLOWED_TENANT_KEY: ""
|
||||
# N8N_AUTH_EXCLUDE_ENDPOINTS: ""
|
||||
workflows: {}
|
||||
# WORKFLOWS_DEFAULT_NAME: "My workflow"
|
||||
# N8N_ONBOARDING_FLOW_DISABLED: false
|
||||
# N8N_WORKFLOW_TAGS_DISABLED: false
|
||||
externalhooks: {}
|
||||
# EXTERNAL_HOOK_FILES: ""
|
||||
usermanagement: {}
|
||||
# N8N_USER_MANAGEMENT_DISABLED: false
|
||||
# N8N_EMAIL_MODE: "smtp"
|
||||
# N8N_SMTP_HOST: ""
|
||||
# N8N_SMTP_PORT: 0
|
||||
# N8N_SMTP_USER: ""
|
||||
# N8N_SMTP_PASS: ""
|
||||
# N8N_SMTP_SENDER: ""
|
||||
# N8N_SMTP_SSL: true
|
||||
# N8N_UM_EMAIL_TEMPLATES_INVITE: ""
|
||||
# N8N_UM_EMAIL_TEMPLATES_PWRESET: ""
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 5678
|
||||
targetPort: 5678
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
# Enabled redis
|
||||
redis:
|
||||
enabled: true
|
||||
# Enabled postgres
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: n8n
|
||||
database: n8n
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
fsGroup: 1000
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
path: "/healthz"
|
||||
readiness:
|
||||
path: "/healthz"
|
||||
startup:
|
||||
path: "/healthz"
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: n8n-config
|
||||
env:
|
||||
GENERIC_TIMEZONE: "{{ .Values.TZ }}"
|
||||
DB_TYPE: "postgresdb"
|
||||
DB_POSTGRESDB_USER: "{{ .Values.cnpg.main.user }}"
|
||||
DB_POSTGRESDB_DATABASE: "{{ .Values.cnpg.main.database }}"
|
||||
DB_POSTGRESDB_PORT: 5432
|
||||
QUEUE_BULL_REDIS_PORT: 6379
|
||||
N8N_USER_FOLDER: "/data"
|
||||
DB_POSTGRESDB_HOST:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-urls
|
||||
key: host
|
||||
DB_POSTGRESDB_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-user
|
||||
key: password
|
||||
QUEUE_BULL_REDIS_HOST:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: plainhost
|
||||
QUEUE_BULL_REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: redis-password
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,232 @@
|
|||
{{/* Define the configmap */}}
|
||||
{{- define "n8n.configmap" -}}
|
||||
enabled: true
|
||||
data:
|
||||
{{/* External Hooks */}}
|
||||
{{- if .Values.externalhooks.EXTERNAL_HOOK_FILES }}
|
||||
EXTERNAL_HOOK_FILES: {{ .Values.externalhooks.EXTERNAL_HOOK_FILES | quote }}
|
||||
{{- end }}
|
||||
{{/* User Management */}}
|
||||
{{- if .Values.usermanagement.N8N_USER_MANAGEMENT_DISABLED }}
|
||||
N8N_USER_MANAGEMENT_DISABLED: {{ .Values.usermanagement.N8N_USER_MANAGEMENT_DISABLED | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.usermanagement.N8N_EMAIL_MODE }}
|
||||
N8N_EMAIL_MODE: {{ .Values.usermanagement.N8N_EMAIL_MODE | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.usermanagement.N8N_SMTP_HOST }}
|
||||
N8N_SMTP_HOST: {{ .Values.usermanagement.N8N_SMTP_HOST | quote }}
|
||||
{{- end }}
|
||||
{{- if hasKey .Values.usermanagement "N8N_SMTP_PORT" }}
|
||||
{{- if or .Values.usermanagement.N8N_SMTP_PORT (eq 0 (int .Values.usermanagement.N8N_SMTP_PORT)) }}
|
||||
N8N_SMTP_PORT: {{ .Values.usermanagement.N8N_SMTP_PORT | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.usermanagement.N8N_SMTP_USER }}
|
||||
N8N_SMTP_USER: {{ .Values.usermanagement.N8N_SMTP_USER | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.usermanagement.N8N_SMTP_PASS }}
|
||||
N8N_SMTP_PASS: {{ .Values.usermanagement.N8N_SMTP_PASS | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.usermanagement.N8N_SMTP_SENDER }}
|
||||
N8N_SMTP_SENDER: {{ .Values.usermanagement.N8N_SMTP_SENDER | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.usermanagement.N8N_SMTP_SSL }}
|
||||
N8N_SMTP_SSL: {{ .Values.usermanagement.N8N_SMTP_SSL | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.usermanagement.N8N_UM_EMAIL_TEMPLATES_INVITE }}
|
||||
N8N_UM_EMAIL_TEMPLATES_INVITE: {{ .Values.usermanagement.N8N_UM_EMAIL_TEMPLATES_INVITE | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.usermanagement.N8N_UM_EMAIL_TEMPLATES_PWRESET }}
|
||||
N8N_UM_EMAIL_TEMPLATES_PWRESET: {{ .Values.usermanagement.N8N_UM_EMAIL_TEMPLATES_PWRESET | quote }}
|
||||
{{- end }}
|
||||
{{/* Timezone and Locale */}}
|
||||
{{- if .Values.timezoneandlocale.N8N_DEFAULT_LOCALE }}
|
||||
N8N_DEFAULT_LOCALE: {{ .Values.timezoneandlocale.N8N_DEFAULT_LOCALE | quote }}
|
||||
{{- end }}
|
||||
{{/* Workflows */}}
|
||||
{{- if .Values.workflows.WORKFLOWS_DEFAULT_NAME }}
|
||||
WORKFLOWS_DEFAULT_NAME: {{ .Values.workflows.WORKFLOWS_DEFAULT_NAME | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.workflows.N8N_ONBOARDING_FLOW_DISABLED }}
|
||||
N8N_ONBOARDING_FLOW_DISABLED: {{ .Values.workflows.N8N_ONBOARDING_FLOW_DISABLED | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.workflows.N8N_WORKFLOW_TAGS_DISABLED }}
|
||||
N8N_WORKFLOW_TAGS_DISABLED: {{ .Values.workflows.N8N_WORKFLOW_TAGS_DISABLED | quote }}
|
||||
{{- end }}
|
||||
{{/* Security */}}
|
||||
{{- if .Values.n8n_security.N8N_BLOCK_ENV_ACCESS_IN_NODE }}
|
||||
N8N_BLOCK_ENV_ACCESS_IN_NODE: {{ .Values.n8n_security.N8N_BLOCK_ENV_ACCESS_IN_NODE | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_AUTH_EXCLUDE_ENDPOINTS }}
|
||||
N8N_AUTH_EXCLUDE_ENDPOINTS: {{ .Values.n8n_security.N8N_AUTH_EXCLUDE_ENDPOINTS | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_BASIC_AUTH_ACTIVE }}
|
||||
N8N_BASIC_AUTH_ACTIVE: {{ .Values.n8n_security.N8N_BASIC_AUTH_ACTIVE | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_BASIC_AUTH_USER }}
|
||||
N8N_BASIC_AUTH_USER: {{ .Values.n8n_security.N8N_BASIC_AUTH_USER | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_BASIC_AUTH_PASSWORD }}
|
||||
N8N_BASIC_AUTH_PASSWORD: {{ .Values.n8n_security.N8N_BASIC_AUTH_PASSWORD | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_BASIC_AUTH_HASH }}
|
||||
N8N_BASIC_AUTH_HASH: {{ .Values.n8n_security.N8N_BASIC_AUTH_HASH | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_JWT_AUTH_ACTIVE }}
|
||||
N8N_JWT_AUTH_ACTIVE: {{ .Values.n8n_security.N8N_JWT_AUTH_ACTIVE | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_JWT_AUTH_HEADER }}
|
||||
N8N_JWT_AUTH_HEADER: {{ .Values.n8n_security.N8N_JWT_AUTH_HEADER | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_JWT_AUTH_HEADER_VALUE_PREFIX }}
|
||||
N8N_JWT_AUTH_HEADER_VALUE_PREFIX: {{ .Values.n8n_security.N8N_JWT_AUTH_HEADER_VALUE_PREFIX | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_JWKS_URI }}
|
||||
N8N_JWKS_URI: {{ .Values.n8n_security.N8N_JWKS_URI | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_JWT_ISSUER }}
|
||||
N8N_JWT_ISSUER: {{ .Values.n8n_security.N8N_JWT_ISSUER | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_JWT_NAMESPACE }}
|
||||
N8N_JWT_NAMESPACE: {{ .Values.n8n_security.N8N_JWT_NAMESPACE | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_JWT_ALLOWED_TENANT }}
|
||||
N8N_JWT_ALLOWED_TENANT: {{ .Values.n8n_security.N8N_JWT_ALLOWED_TENANT | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.n8n_security.N8N_JWT_ALLOWED_TENANT_KEY }}
|
||||
N8N_JWT_ALLOWED_TENANT_KEY: {{ .Values.n8n_security.N8N_JWT_ALLOWED_TENANT_KEY | quote }}
|
||||
{{- end }}
|
||||
{{/* Logs */}}
|
||||
{{- if .Values.logs.N8N_LOG_LEVEL }}
|
||||
N8N_LOG_LEVEL: {{ .Values.logs.N8N_LOG_LEVEL | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.logs.N8N_LOG_OUTPUT }}
|
||||
N8N_LOG_OUTPUT: {{ .Values.logs.N8N_LOG_OUTPUT | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.logs.N8N_LOG_FILE_COUNT_MAX }}
|
||||
N8N_LOG_FILE_COUNT_MAX: {{ .Values.logs.N8N_LOG_FILE_COUNT_MAX | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.logs.N8N_LOG_FILE_SIZE_MAX }}
|
||||
N8N_LOG_FILE_SIZE_MAX: {{ .Values.logs.N8N_LOG_FILE_SIZE_MAX | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.logs.N8N_LOG_FILE_LOCATION }}
|
||||
N8N_LOG_FILE_LOCATION: {{ .Values.logs.N8N_LOG_FILE_LOCATION | quote }}
|
||||
{{- end }}
|
||||
{{/* Executions */}}
|
||||
{{- if .Values.executions.EXECUTIONS_PROCESS }}
|
||||
EXECUTIONS_PROCESS: {{ .Values.executions.EXECUTIONS_PROCESS | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.executions.EXECUTIONS_MODE }}
|
||||
EXECUTIONS_MODE: {{ .Values.executions.EXECUTIONS_MODE | quote }}
|
||||
{{- end }}
|
||||
{{- if hasKey .Values.executions "EXECUTIONS_TIMEOUT" }}
|
||||
{{- if or .Values.executions.EXECUTIONS_TIMEOUT (eq 0 (int .Values.executions.EXECUTIONS_TIMEOUT)) }}
|
||||
EXECUTIONS_TIMEOUT: {{ .Values.executions.EXECUTIONS_TIMEOUT | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if hasKey .Values.executions "EXECUTIONS_TIMEOUT" }}
|
||||
{{- if or .Values.executions.EXECUTIONS_TIMEOUT_MAX (eq 0 (int .Values.executions.EXECUTIONS_TIMEOUT_MAX)) }}
|
||||
EXECUTIONS_TIMEOUT_MAX: {{ .Values.executions.EXECUTIONS_TIMEOUT_MAX | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.executions.EXECUTIONS_DATA_SAVE_ON_ERROR }}
|
||||
EXECUTIONS_DATA_SAVE_ON_ERROR: {{ .Values.executions.EXECUTIONS_DATA_SAVE_ON_ERROR | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.executions.EXECUTIONS_DATA_SAVE_ON_SUCCESS }}
|
||||
EXECUTIONS_DATA_SAVE_ON_SUCCESS: {{ .Values.executions.EXECUTIONS_DATA_SAVE_ON_SUCCESS | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.executions.EXECUTIONS_DATA_SAVE_ON_PROGRESS }}
|
||||
EXECUTIONS_DATA_SAVE_ON_PROGRESS: {{ .Values.executions.EXECUTIONS_DATA_SAVE_ON_PROGRESS | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.executions.EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS }}
|
||||
EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: {{ .Values.executions.EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.executions.EXECUTIONS_DATA_PRUNE }}
|
||||
EXECUTIONS_DATA_PRUNE: {{ .Values.executions.EXECUTIONS_DATA_PRUNE | quote }}
|
||||
{{- end }}
|
||||
{{- if hasKey .Values.executions "EXECUTIONS_TIMEOUT" }}
|
||||
{{- if or .Values.executions.EXECUTIONS_DATA_MAX_AGE (eq 0 (int .Values.executions.EXECUTIONS_DATA_MAX_AGE)) }}
|
||||
EXECUTIONS_DATA_MAX_AGE: {{ .Values.executions.EXECUTIONS_DATA_MAX_AGE | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if hasKey .Values.executions "EXECUTIONS_TIMEOUT" }}
|
||||
{{- if or .Values.executions.EXECUTIONS_DATA_PRUNE_TIMEOUT ( eq 0 (int .Values.executions.EXECUTIONS_DATA_PRUNE_TIMEOUT)) }}
|
||||
EXECUTIONS_DATA_PRUNE_TIMEOUT: {{ .Values.executions.EXECUTIONS_DATA_PRUNE_TIMEOUT | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{/* Endpoints */}}
|
||||
{{- if .Values.endpoints.WEBHOOK_URL }}
|
||||
WEBHOOK_URL: {{ .Values.endpoints.WEBHOOK_URL | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.endpoints.N8N_PAYLOAD_SIZE_MAX }}
|
||||
N8N_PAYLOAD_SIZE_MAX: {{ .Values.endpoints.N8N_PAYLOAD_SIZE_MAX | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.endpoints.N8N_METRICS }}
|
||||
N8N_METRICS: {{ .Values.endpoints.N8N_METRICS | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.endpoints.N8N_METRICS_PREFIX }}
|
||||
N8N_METRICS_PREFIX: {{ .Values.endpoints.N8N_METRICS_PREFIX | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.endpoints.N8N_ENDPOINT_REST }}
|
||||
N8N_ENDPOINT_REST: {{ .Values.endpoints.N8N_ENDPOINT_REST | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.endpoints.N8N_ENDPOINT_WEBHOOK }}
|
||||
N8N_ENDPOINT_WEBHOOK: {{ .Values.endpoints.N8N_ENDPOINT_WEBHOOK | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.endpoints.N8N_ENDPOINT_WEBHOOK_TEST }}
|
||||
N8N_ENDPOINT_WEBHOOK_TEST: {{ .Values.endpoints.N8N_ENDPOINT_WEBHOOK_TEST | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.endpoints.N8N_ENDPOINT_WEBHOOK_WAIT }}
|
||||
N8N_ENDPOINT_WEBHOOK_WAIT: {{ .Values.endpoints.N8N_ENDPOINT_WEBHOOK_WAIT | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.endpoints.N8N_DISABLE_PRODUCTION_MAIN_PROCESS }}
|
||||
N8N_DISABLE_PRODUCTION_MAIN_PROCESS: {{ .Values.endpoints.N8N_DISABLE_PRODUCTION_MAIN_PROCESS | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.endpoints.N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN }}
|
||||
N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: {{ .Values.endpoints.N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN | quote }}
|
||||
{{- end }}
|
||||
{{/* Credentials */}}
|
||||
{{- if .Values.credentials.CREDENTIALS_OVERWRITE_DATA }}
|
||||
CREDENTIALS_OVERWRITE_DATA: {{ .Values.credentials.CREDENTIALS_OVERWRITE_DATA | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.credentials.CREDENTIALS_OVERWRITE_ENDPOINT }}
|
||||
CREDENTIALS_OVERWRITE_ENDPOINT: {{ .Values.credentials.CREDENTIALS_OVERWRITE_ENDPOINT | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.credentials.CREDENTIALS_DEFAULT_NAME }}
|
||||
CREDENTIALS_DEFAULT_NAME: {{ .Values.credentials.CREDENTIALS_DEFAULT_NAME | quote }}
|
||||
{{- end }}
|
||||
{{/* Deployment */}}
|
||||
{{- if .Values.deployment.N8N_HOST }}
|
||||
N8N_HOST: {{ .Values.deployment.N8N_HOST | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployment.N8N_EDITOR_BASE_URL }}
|
||||
N8N_EDITOR_BASE_URL: {{ .Values.deployment.N8N_EDITOR_BASE_URL | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployment.N8N_CONFIG_FILES }}
|
||||
N8N_CONFIG_FILES: {{ .Values.deployment.N8N_CONFIG_FILES | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployment.N8N_DISABLE_UI }}
|
||||
N8N_DISABLE_UI: {{ .Values.deployment.N8N_DISABLE_UI | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployment.N8N_ENCRYPTION_KEY }}
|
||||
N8N_ENCRYPTION_KEY: {{ .Values.deployment.N8N_ENCRYPTION_KEY | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployment.N8N_PERSONALIZATION_ENABLED }}
|
||||
N8N_PERSONALIZATION_ENABLED: {{ .Values.deployment.N8N_PERSONALIZATION_ENABLED | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployment.N8N_VERSION_NOTIFICATIONS_ENABLED }}
|
||||
N8N_VERSION_NOTIFICATIONS_ENABLED: {{ .Values.deployment.N8N_VERSION_NOTIFICATIONS_ENABLED | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployment.N8N_TEMPLATES_ENABLED }}
|
||||
N8N_TEMPLATES_ENABLED: {{ .Values.deployment.N8N_TEMPLATES_ENABLED | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployment.N8N_TEMPLATES_HOST }}
|
||||
N8N_TEMPLATES_HOST: {{ .Values.deployment.N8N_TEMPLATES_HOST | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployment.N8N_DIAGNOSTICS_ENABLED }}
|
||||
N8N_DIAGNOSTICS_ENABLED: {{ .Values.deployment.N8N_DIAGNOSTICS_ENABLED | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployment.N8N_HIRING_BANNER_ENABLED }}
|
||||
N8N_HIRING_BANNER_ENABLED: {{ .Values.deployment.N8N_HIRING_BANNER_ENABLED | quote }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
|
@ -0,0 +1,11 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render configmap for n8n */}}
|
||||
{{- $configmap := include "n8n.configmap" . | fromYaml -}}
|
||||
{{- if $configmap -}}
|
||||
{{- $_ := set .Values.configmap "n8n-config" $configmap -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
|
@ -0,0 +1,99 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [wekan-13.4.0](https://github.com/truecharts/charts/compare/wekan-13.3.6...wekan-13.4.0) (2024-01-29)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image wekanteam/wekan to v7.30[@99e9d9b](https://github.com/99e9d9b) by renovate ([#17702](https://github.com/truecharts/charts/issues/17702))
|
||||
|
||||
|
||||
## [wekan-13.3.6](https://github.com/truecharts/charts/compare/wekan-13.3.5...wekan-13.3.6) (2024-01-27)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525))
|
||||
|
||||
|
||||
## [wekan-13.3.5](https://github.com/truecharts/charts/compare/wekan-13.3.4...wekan-13.3.5) (2024-01-26)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
|
||||
|
||||
|
||||
## [wekan-13.3.4](https://github.com/truecharts/charts/compare/wekan-13.3.3...wekan-13.3.4) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
|
||||
|
||||
|
||||
## [wekan-13.3.3](https://github.com/truecharts/charts/compare/wekan-13.3.2...wekan-13.3.3) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
|
||||
|
||||
|
||||
## [wekan-13.3.2](https://github.com/truecharts/charts/compare/wekan-13.3.1...wekan-13.3.2) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [wekan-13.3.1](https://github.com/truecharts/charts/compare/wekan-13.3.0...wekan-13.3.1) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
|
||||
|
||||
- update helm general non-major by renovate ([#17057](https://github.com/truecharts/charts/issues/17057))
|
||||
|
||||
|
||||
## [wekan-13.3.1](https://github.com/truecharts/charts/compare/wekan-13.3.0...wekan-13.3.1) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update helm general non-major by renovate ([#17057](https://github.com/truecharts/charts/issues/17057))
|
||||
|
||||
|
||||
## [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
|
||||
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
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.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.30.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.29
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mongodb
|
||||
version: 11.1.17
|
||||
repository: https://deps.truecharts.org
|
||||
condition: mongodb.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: WeKan - Open Source kanban
|
||||
home: https://truecharts.org/charts/stable/wekan
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png
|
||||
keywords:
|
||||
- wekan
|
||||
- kanban
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: wekan
|
||||
sources:
|
||||
- https://wekan.github.io/
|
||||
- https://github.com/wekan/wekan
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wekan
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
type: application
|
||||
version: 13.4.0
|
|
@ -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_
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [wekan-13.4.0](https://github.com/truecharts/charts/compare/wekan-13.3.6...wekan-13.4.0) (2024-01-29)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image wekanteam/wekan to v7.30[@99e9d9b](https://github.com/99e9d9b) by renovate ([#17702](https://github.com/truecharts/charts/issues/17702))
|
|
@ -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!
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,159 @@
|
|||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.30@sha256:99e9d9b25b9a1eb01c0fd9ef3e83c538809b62607d8a693d26c0ba9d6d478af6
|
||||
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
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
Loading…
Reference in New Issue