diff --git a/dependency/kube-state-metrics/1.0.2/app-changelog.md b/dependency/kube-state-metrics/1.0.2/app-changelog.md deleted file mode 100644 index fd8c4c1e0f..0000000000 --- a/dependency/kube-state-metrics/1.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [kube-state-metrics-1.0.2](https://github.com/truecharts/charts/compare/kube-state-metrics-1.0.1...kube-state-metrics-1.0.2) (2023-05-22) - -### Chore - -- bump common - - \ No newline at end of file diff --git a/dependency/kube-state-metrics/1.0.2/CHANGELOG.md b/dependency/kube-state-metrics/1.0.3/CHANGELOG.md similarity index 72% rename from dependency/kube-state-metrics/1.0.2/CHANGELOG.md rename to dependency/kube-state-metrics/1.0.3/CHANGELOG.md index 61c92a00d2..3d52decbb8 100644 --- a/dependency/kube-state-metrics/1.0.2/CHANGELOG.md +++ b/dependency/kube-state-metrics/1.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [kube-state-metrics-1.0.3](https://github.com/truecharts/charts/compare/kube-state-metrics-1.0.2...kube-state-metrics-1.0.3) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [kube-state-metrics-1.0.2](https://github.com/truecharts/charts/compare/kube-state-metrics-1.0.1...kube-state-metrics-1.0.2) (2023-05-22) ### Chore diff --git a/dependency/kube-state-metrics/1.0.2/Chart.yaml b/dependency/kube-state-metrics/1.0.3/Chart.yaml similarity index 98% rename from dependency/kube-state-metrics/1.0.2/Chart.yaml rename to dependency/kube-state-metrics/1.0.3/Chart.yaml index 9796874ddc..293852f5b0 100644 --- a/dependency/kube-state-metrics/1.0.2/Chart.yaml +++ b/dependency/kube-state-metrics/1.0.3/Chart.yaml @@ -21,7 +21,7 @@ name: kube-state-metrics sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics type: application -version: 1.0.2 +version: 1.0.3 annotations: truecharts.org/catagories: | - metrics diff --git a/dependency/kube-state-metrics/1.0.2/LICENSE b/dependency/kube-state-metrics/1.0.3/LICENSE similarity index 100% rename from dependency/kube-state-metrics/1.0.2/LICENSE rename to dependency/kube-state-metrics/1.0.3/LICENSE diff --git a/dependency/kube-state-metrics/1.0.2/README.md b/dependency/kube-state-metrics/1.0.3/README.md similarity index 100% rename from dependency/kube-state-metrics/1.0.2/README.md rename to dependency/kube-state-metrics/1.0.3/README.md diff --git a/dependency/kube-state-metrics/1.0.3/app-changelog.md b/dependency/kube-state-metrics/1.0.3/app-changelog.md new file mode 100644 index 0000000000..1994d14c82 --- /dev/null +++ b/dependency/kube-state-metrics/1.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kube-state-metrics-1.0.3](https://github.com/truecharts/charts/compare/kube-state-metrics-1.0.2...kube-state-metrics-1.0.3) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/dependency/kube-state-metrics/1.0.2/app-readme.md b/dependency/kube-state-metrics/1.0.3/app-readme.md similarity index 100% rename from dependency/kube-state-metrics/1.0.2/app-readme.md rename to dependency/kube-state-metrics/1.0.3/app-readme.md diff --git a/dependency/kube-state-metrics/1.0.2/charts/common-12.9.2.tgz b/dependency/kube-state-metrics/1.0.3/charts/common-12.9.2.tgz similarity index 100% rename from dependency/kube-state-metrics/1.0.2/charts/common-12.9.2.tgz rename to dependency/kube-state-metrics/1.0.3/charts/common-12.9.2.tgz diff --git a/dependency/kube-state-metrics/1.0.2/ix_values.yaml b/dependency/kube-state-metrics/1.0.3/ix_values.yaml similarity index 62% rename from dependency/kube-state-metrics/1.0.2/ix_values.yaml rename to dependency/kube-state-metrics/1.0.3/ix_values.yaml index f376854cb5..271e339b69 100644 --- a/dependency/kube-state-metrics/1.0.2/ix_values.yaml +++ b/dependency/kube-state-metrics/1.0.3/ix_values.yaml @@ -79,118 +79,206 @@ rbac: primary: true clusterWide: true rules: - - apiGroups: ["certificates.k8s.io"] + - apiGroups: + - certificates.k8s.io resources: - certificatesigningrequests - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - configmaps - verbs: ["list", "watch"] - - apiGroups: ["batch"] + verbs: + - list + - watch + - apiGroups: + - batch resources: - cronjobs - verbs: ["list", "watch"] - - apiGroups: ["extensions", "apps"] + verbs: + - list + - watch + - apiGroups: + - extensions + - apps resources: - daemonsets - verbs: ["list", "watch"] - - apiGroups: ["extensions", "apps"] + verbs: + - list + - watch + - apiGroups: + - extensions + - apps resources: - deployments - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - endpoints - verbs: ["list", "watch"] - - apiGroups: ["autoscaling"] + verbs: + - list + - watch + - apiGroups: + - autoscaling resources: - horizontalpodautoscalers - verbs: ["list", "watch"] - - apiGroups: ["extensions", "networking.k8s.io"] + verbs: + - list + - watch + - apiGroups: + - extensions + - networking.k8s.io resources: - ingresses - verbs: ["list", "watch"] - - apiGroups: ["batch"] + verbs: + - list + - watch + - apiGroups: + - batch resources: - jobs - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - limitranges - verbs: ["list", "watch"] - - apiGroups: ["admissionregistration.k8s.io"] + verbs: + - list + - watch + - apiGroups: + - admissionregistration.k8s.io resources: - mutatingwebhookconfigurations - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - namespaces - verbs: ["list", "watch"] - - apiGroups: ["networking.k8s.io"] + verbs: + - list + - watch + - apiGroups: + - networking.k8s.io resources: - networkpolicies - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - nodes - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - persistentvolumeclaims - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - persistentvolumes - verbs: ["list", "watch"] - - apiGroups: ["policy"] + verbs: + - list + - watch + - apiGroups: + - policy resources: - poddisruptionbudgets - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - pods - verbs: ["list", "watch"] - - apiGroups: ["extensions", "apps"] + verbs: + - list + - watch + - apiGroups: + - extensions + - apps resources: - replicasets - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - replicationcontrollers - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - resourcequotas - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - secrets - verbs: ["list", "watch"] - - apiGroups: [""] + verbs: + - list + - watch + - apiGroups: + - "" resources: - services - verbs: ["list", "watch"] - - apiGroups: ["apps"] + verbs: + - list + - watch + - apiGroups: + - apps resources: - statefulsets - verbs: ["list", "watch"] - - apiGroups: ["storage.k8s.io"] + verbs: + - list + - watch + - apiGroups: + - storage.k8s.io resources: - storageclasses - verbs: ["list", "watch"] - - apiGroups: ["autoscaling.k8s.io"] + verbs: + - list + - watch + - apiGroups: + - autoscaling.k8s.io resources: - verticalpodautoscalers - verbs: ["list", "watch"] - - apiGroups: ["admissionregistration.k8s.io"] + verbs: + - list + - watch + - apiGroups: + - admissionregistration.k8s.io resources: - validatingwebhookconfigurations - verbs: ["list", "watch"] - - apiGroups: ["storage.k8s.io"] + verbs: + - list + - watch + - apiGroups: + - storage.k8s.io resources: - volumeattachments - verbs: ["list", "watch"] + verbs: + - list + - watch metrics: main: diff --git a/dependency/kube-state-metrics/1.0.2/questions.yaml b/dependency/kube-state-metrics/1.0.3/questions.yaml similarity index 100% rename from dependency/kube-state-metrics/1.0.2/questions.yaml rename to dependency/kube-state-metrics/1.0.3/questions.yaml diff --git a/dependency/kube-state-metrics/1.0.2/templates/NOTES.txt b/dependency/kube-state-metrics/1.0.3/templates/NOTES.txt similarity index 100% rename from dependency/kube-state-metrics/1.0.2/templates/NOTES.txt rename to dependency/kube-state-metrics/1.0.3/templates/NOTES.txt diff --git a/dependency/kube-state-metrics/1.0.2/templates/common.yaml b/dependency/kube-state-metrics/1.0.3/templates/common.yaml similarity index 100% rename from dependency/kube-state-metrics/1.0.2/templates/common.yaml rename to dependency/kube-state-metrics/1.0.3/templates/common.yaml diff --git a/dependency/kube-state-metrics/1.0.2/values.yaml b/dependency/kube-state-metrics/1.0.3/values.yaml similarity index 100% rename from dependency/kube-state-metrics/1.0.2/values.yaml rename to dependency/kube-state-metrics/1.0.3/values.yaml diff --git a/enterprise/authelia/15.1.19/CHANGELOG.md b/enterprise/authelia/15.1.19/CHANGELOG.md new file mode 100644 index 0000000000..40971c2b64 --- /dev/null +++ b/enterprise/authelia/15.1.19/CHANGELOG.md @@ -0,0 +1,99 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [authelia-15.1.19](https://github.com/truecharts/charts/compare/authelia-15.1.17...authelia-15.1.19) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + +## [authelia-15.1.17](https://github.com/truecharts/charts/compare/authelia-15.1.16...authelia-15.1.17) (2023-05-22) + +### Chore + +- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) + + ### Fix + +- fix mistakes on questions.yaml + + + + +## [authelia-15.1.16](https://github.com/truecharts/charts/compare/authelia-15.1.15...authelia-15.1.16) (2023-05-16) + +### Chore + +- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979)) + + + + +## [authelia-15.1.15](https://github.com/truecharts/charts/compare/authelia-15.1.14...authelia-15.1.15) (2023-05-05) + +### Chore + +- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782)) + + + + +## [authelia-15.1.14](https://github.com/truecharts/charts/compare/authelia-15.1.13...authelia-15.1.14) (2023-05-05) + + + + +## [authelia-15.1.13](https://github.com/truecharts/charts/compare/authelia-15.1.12...authelia-15.1.13) (2023-05-03) + +### Chore + +- update helm general non-major ([#8739](https://github.com/truecharts/charts/issues/8739)) + + + + +## [authelia-15.1.12](https://github.com/truecharts/charts/compare/authelia-15.1.11...authelia-15.1.12) (2023-04-25) + +### Chore + +- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) + + + + +## [authelia-15.1.11](https://github.com/truecharts/charts/compare/authelia-15.1.10...authelia-15.1.11) (2023-04-25) + +### Chore + +- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145)) + + + + +## [authelia-15.1.10](https://github.com/truecharts/charts/compare/authelia-15.1.9...authelia-15.1.10) (2023-04-21) + + + + +## [authelia-15.1.9](https://github.com/truecharts/charts/compare/authelia-15.1.8...authelia-15.1.9) (2023-04-20) + +### Chore + +- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087)) + + + + +## [authelia-15.1.8](https://github.com/truecharts/charts/compare/authelia-15.1.7...authelia-15.1.8) (2023-04-16) + +### Chore + +- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071)) + + diff --git a/enterprise/authelia/15.1.19/Chart.yaml b/enterprise/authelia/15.1.19/Chart.yaml new file mode 100644 index 0000000000..e11fac93c0 --- /dev/null +++ b/enterprise/authelia/15.1.19/Chart.yaml @@ -0,0 +1,43 @@ +apiVersion: v2 +appVersion: "4.37.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 12.9.2 + - condition: redis.enabled + name: redis + repository: https://deps.truecharts.org + version: 6.0.43 +deprecated: false +description: Authelia is a Single Sign-On Multi-Factor portal for web apps +home: https://truecharts.org/charts/enterprise/authelia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png +keywords: + - authelia + - authentication + - login + - SSO + - Authentication + - Security + - Two-Factor + - U2F + - YubiKey + - Push Notifications + - LDAP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: authelia +sources: + - https://github.com/truecharts/charts/tree/master/charts/enterprise/authelia + - https://github.com/authelia/chartrepo + - https://github.com/authelia/authelia +type: application +version: 15.1.19 +annotations: + truecharts.org/catagories: | + - security + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/enterprise/authelia/15.1.19/LICENSE b/enterprise/authelia/15.1.19/LICENSE new file mode 100644 index 0000000000..80e4ab93f9 --- /dev/null +++ b/enterprise/authelia/15.1.19/LICENSE @@ -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 "Cert-Manager" 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. diff --git a/enterprise/prometheus/9.0.6/README.md b/enterprise/authelia/15.1.19/README.md similarity index 100% rename from enterprise/prometheus/9.0.6/README.md rename to enterprise/authelia/15.1.19/README.md diff --git a/enterprise/authelia/15.1.19/app-changelog.md b/enterprise/authelia/15.1.19/app-changelog.md new file mode 100644 index 0000000000..4f6e087295 --- /dev/null +++ b/enterprise/authelia/15.1.19/app-changelog.md @@ -0,0 +1,9 @@ + + +## [authelia-15.1.19](https://github.com/truecharts/charts/compare/authelia-15.1.17...authelia-15.1.19) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/enterprise/authelia/15.1.19/app-readme.md b/enterprise/authelia/15.1.19/app-readme.md new file mode 100644 index 0000000000..9417c0c13d --- /dev/null +++ b/enterprise/authelia/15.1.19/app-readme.md @@ -0,0 +1,8 @@ +Authelia is a Single Sign-On Multi-Factor portal for web apps + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/enterprise/authelia](https://truecharts.org/charts/enterprise/authelia) + +--- + +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! diff --git a/enterprise/prometheus/9.0.6/charts/common-12.9.2.tgz b/enterprise/authelia/15.1.19/charts/common-12.9.2.tgz similarity index 100% rename from enterprise/prometheus/9.0.6/charts/common-12.9.2.tgz rename to enterprise/authelia/15.1.19/charts/common-12.9.2.tgz diff --git a/enterprise/authelia/15.1.19/charts/redis-6.0.43.tgz b/enterprise/authelia/15.1.19/charts/redis-6.0.43.tgz new file mode 100644 index 0000000000..458131b9e1 Binary files /dev/null and b/enterprise/authelia/15.1.19/charts/redis-6.0.43.tgz differ diff --git a/enterprise/authelia/15.1.19/ix_values.yaml b/enterprise/authelia/15.1.19/ix_values.yaml new file mode 100644 index 0000000000..323b09a195 --- /dev/null +++ b/enterprise/authelia/15.1.19/ix_values.yaml @@ -0,0 +1,632 @@ +image: + repository: tccr.io/truecharts/authelia + pullPolicy: IfNotPresent + tag: 4.37.5@sha256:76a4617539534cec140fd98a12f721b878524f2df3a3653f3df8ff2b7eaab586 + +workload: + main: + replicas: 2 + strategy: RollingUpdate + podSpec: + containers: + main: + command: + - authelia + args: + - --config=/configuration.yaml + envFrom: + - configMapRef: + name: authelia-paths + probes: + liveness: + type: http + path: "/api/health" + + readiness: + type: http + path: "/api/health" + + startup: + type: http + path: "/api/health" + +service: + main: + ports: + main: + port: 9091 + targetPort: 9091 + +persistence: + config: + enabled: true + mountPath: "/config" + +cnpg: + main: + enabled: true + user: authelia + database: authelia + +# Enabled redis +# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/redis +redis: + enabled: true + +domain: example.com + +## +## Server Configuration +## +server: + ## + ## Port sets the configured port for the daemon, service, and the probes. + ## Default is 9091 and should not need to be changed. + ## + port: 9091 + + ## Buffers usually should be configured to be the same value. + ## Explanation at https://www.authelia.com/docs/configuration/server.html + ## Read buffer size adjusts the server's max incoming request size in bytes. + ## Write buffer size does the same for outgoing responses. + read_buffer_size: 4096 + write_buffer_size: 4096 + ## Set the single level path Authelia listens on. + ## Must be alphanumeric chars and should not contain any slashes. + path: "" + +log: + ## Level of verbosity for logs: info, debug, trace. + level: trace + + ## Format the logs are written as: json, text. + format: text + + ## TODO: Statefulness check should check if this is set, and the configMap should enable it. + ## File path where the logs will be written. If not set logs are written to stdout. + # file_path: /config/authelia.log + +## Default redirection URL +## +## If user tries to authenticate without any referer, Authelia does not know where to redirect the user to at the end +## of the authentication process. This parameter allows you to specify the default redirection URL Authelia will use +## in such a case. +## +## Note: this parameter is optional. If not provided, user won't be redirected upon successful authentication. +## Default is https://www. (value at the top of the values.yaml). +default_redirection_url: "" +# default_redirection_url: https://example.com + +theme: light + +## +## TOTP Configuration +## +## Parameters used for TOTP generation +totp: + ## The issuer name displayed in the Authenticator application of your choice + ## See: https://github.com/google/google-authenticator/wiki/Key-Uri-Format for more info on issuer names + ## Defaults to . + issuer: "" + ## The period in seconds a one-time password is current for. Changing this will require all users to register + ## their TOTP applications again. Warning: before changing period read the docs link below. + period: 30 + ## The skew controls number of one-time passwords either side of the current one that are valid. + ## Warning: before changing skew read the docs link below. + ## See: https://www.authelia.com/docs/configuration/one-time-password.html#period-and-skew to read the documentation. + skew: 1 + +## +## Duo Push API Configuration +## +## Parameters used to contact the Duo API. Those are generated when you protect an application of type +## "Partner Auth API" in the management panel. +duo_api: + enabled: false + hostname: api-123456789.example.com + integration_key: ABCDEF + plain_api_key: "" + +## NTP settings + +ntp: + address: "time.cloudflare.com:123" + version: 4 + max_desync: 3s + disable_startup_check: false + disable_failure: true + +## +## Authentication Backend Provider Configuration +## +## Used for verifying user passwords and retrieve information such as email address and groups users belong to. +## +## The available providers are: `file`, `ldap`. You must use one and only one of these providers. +authentication_backend: + ## Disable both the HTML element and the API for reset password functionality + disable_reset_password: false + + ## The amount of time to wait before we refresh data from the authentication backend. Uses duration notation. + ## To disable this feature set it to 'disable', this will slightly reduce security because for Authelia, users will + ## always belong to groups they belonged to at the time of login even if they have been removed from them in LDAP. + ## To force update on every request you can set this to '0' or 'always', this will increase processor demand. + ## See the below documentation for more information. + ## Duration Notation docs: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + ## Refresh Interval docs: https://www.authelia.com/docs/configuration/authentication/ldap.html#refresh-interval + refresh_interval: 5m + + ## LDAP backend configuration. + ## + ## This backend allows Authelia to be scaled to more + ## than one instance and therefore is recommended for + ## production. + ldap: + ## Enable LDAP Backend. + enabled: false + + ## The LDAP implementation, this affects elements like the attribute utilised for resetting a password. + ## Acceptable options are as follows: + ## - 'activedirectory' - For Microsoft Active Directory. + ## - 'custom' - For custom specifications of attributes and filters. + ## This currently defaults to 'custom' to maintain existing behaviour. + ## + ## Depending on the option here certain other values in this section have a default value, notably all of the + ## attribute mappings have a default value that this config overrides, you can read more about these default values + ## at https://www.authelia.com/docs/configuration/authentication/ldap.html#defaults + implementation: activedirectory + + ## The url to the ldap server. Format: ://
[:]. + ## Scheme can be ldap or ldaps in the format (port optional). + url: ldap://openldap.default.svc.cluster.local + + ## Connection Timeout. + timeout: 5s + + ## Use StartTLS with the LDAP connection. + start_tls: false + + tls: + ## Server Name for certificate validation (in case it's not set correctly in the URL). + server_name: "" + + ## Skip verifying the server certificate (to allow a self-signed certificate). + ## In preference to setting this we strongly recommend you add the public portion of the certificate to the + ## certificates directory which is defined by the `certificates_directory` option at the top of the config. + skip_verify: false + + ## Minimum TLS version for either Secure LDAP or LDAP StartTLS. + minimum_version: TLS1.2 + + ## The base dn for every LDAP query. + base_dn: DC=example,DC=com + + ## The attribute holding the username of the user. This attribute is used to populate the username in the session + ## information. It was introduced due to #561 to handle case insensitive search queries. For you information, + ## Microsoft Active Directory usually uses 'sAMAccountName' and OpenLDAP usually uses 'uid'. Beware that this + ## attribute holds the unique identifiers for the users binding the user and the configuration stored in database. + ## Therefore only single value attributes are allowed and the value must never be changed once attributed to a user + ## otherwise it would break the configuration for that user. Technically, non-unique attributes like 'mail' can also + ## be used but we don't recommend using them, we instead advise to use the attributes mentioned above + ## (sAMAccountName and uid) to follow https://www.ietf.org/rfc/rfc2307.txt. + username_attribute: "" + + ## An additional dn to define the scope to all users. + additional_users_dn: OU=Users + + ## The users filter used in search queries to find the user profile based on input filled in login form. + ## Various placeholders are available in the user filter: + ## - {input} is a placeholder replaced by what the user inputs in the login form. + ## - {username_attribute} is a mandatory placeholder replaced by what is configured in `username_attribute`. + ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`. + ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later + ## versions, so please don't use it. + ## + ## Recommended settings are as follows: + ## - Microsoft Active Directory: (&({username_attribute}={input})(objectCategory=person)(objectClass=user)) + ## - OpenLDAP: + ## - (&({username_attribute}={input})(objectClass=person)) + ## - (&({username_attribute}={input})(objectClass=inetOrgPerson)) + ## + ## To allow sign in both with username and email, one can use a filter like + ## (&(|({username_attribute}={input})({mail_attribute}={input}))(objectClass=person)) + users_filter: "" + + ## An additional dn to define the scope of groups. + additional_groups_dn: OU=Groups + + ## The groups filter used in search queries to find the groups of the user. + ## - {input} is a placeholder replaced by what the user inputs in the login form. + ## - {username} is a placeholder replace by the username stored in LDAP (based on `username_attribute`). + ## - {dn} is a matcher replaced by the user distinguished name, aka, user DN. + ## - {username_attribute} is a placeholder replaced by what is configured in `username_attribute`. + ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`. + ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later + ## versions, so please don't use it. + ## - DON'T USE - {1} is an alias for {username} supported for backward compatibility but it will be deprecated in + ## later version, so please don't use it. + ## + ## If your groups use the `groupOfUniqueNames` structure use this instead: + ## (&(uniquemember={dn})(objectclass=groupOfUniqueNames)) + groups_filter: "" + + ## The attribute holding the name of the group + group_name_attribute: "" + + ## The attribute holding the mail address of the user. If multiple email addresses are defined for a user, only the + ## first one returned by the LDAP server is used. + mail_attribute: "" + + ## The attribute holding the display name of the user. This will be used to greet an authenticated user. + display_name_attribute: "" + + ## The username of the admin user. + user: CN=Authelia,DC=example,DC=com + plain_password: "" + + ## + ## File (Authentication Provider) + ## + ## With this backend, the users database is stored in a file which is updated when users reset their passwords. + ## Therefore, this backend is meant to be used in a dev environment and not in production since it prevents Authelia + ## to be scaled to more than one instance. The options under 'password' have sane defaults, and as it has security + ## implications it is highly recommended you leave the default values. Before considering changing these settings + ## please read the docs page below: + ## https://www.authelia.com/docs/configuration/authentication/file.html#password-hash-algorithm-tuning + ## + ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html + ## + file: + enabled: true + path: /config/users_database.yml + password: + algorithm: argon2id + iterations: 1 + key_length: 32 + salt_length: 16 + memory: 1024 + parallelism: 8 + +## +## Access Control Configuration +## +## Access control is a list of rules defining the authorizations applied for one resource to users or group of users. +## +## If 'access_control' is not defined, ACL rules are disabled and the 'bypass' rule is applied, i.e., access is allowed +## to anyone. Otherwise restrictions follow the rules defined. +## +## Note: One can use the wildcard * to match any subdomain. +## It must stand at the beginning of the pattern. (example: *.mydomain.com) +## +## Note: You must put patterns containing wildcards between simple quotes for the YAML to be syntactically correct. +## +## Definition: A 'rule' is an object with the following keys: 'domain', 'subject', 'policy' and 'resources'. +## +## - 'domain' defines which domain or set of domains the rule applies to. +## +## - 'subject' defines the subject to apply authorizations to. This parameter is optional and matching any user if not +## provided. If provided, the parameter represents either a user or a group. It should be of the form +## 'user:' or 'group:'. +## +## - 'policy' is the policy to apply to resources. It must be either 'bypass', 'one_factor', 'two_factor' or 'deny'. +## +## - 'resources' is a list of regular expressions that matches a set of resources to apply the policy to. This parameter +## is optional and matches any resource if not provided. +## +## Note: the order of the rules is important. The first policy matching (domain, resource, subject) applies. +access_control: + ## Default policy can either be 'bypass', 'one_factor', 'two_factor' or 'deny'. It is the policy applied to any + ## resource if there is no policy to be applied to the user. + default_policy: deny + + networks: [] + # networks: + # - name: private + # networks: + # - 10.0.0.0/8 + # - 172.16.0.0/12 + # - 192.168.0.0/16 + # - name: vpn + # networks: + # - 10.9.0.0/16 + + rules: [] + # rules: + # - domain: public.example.com + # policy: bypass + # - domain: "*.example.com" + # policy: bypass + # methods: + # - OPTIONS + # - domain: secure.example.com + # policy: one_factor + # networks: + # - private + # - vpn + # - 192.168.1.0/24 + # - 10.0.0.1 + # - domain: + # - secure.example.com + # - private.example.com + # policy: two_factor + # - domain: singlefactor.example.com + # policy: one_factor + # - domain: "mx2.mail.example.com" + # subject: "group:admins" + # policy: deny + # - domain: "*.example.com" + # subject: + # - "group:admins" + # - "group:moderators" + # policy: two_factor + # - domain: dev.example.com + # resources: + # - "^/groups/dev/.*$" + # subject: "group:dev" + # policy: two_factor + # - domain: dev.example.com + # resources: + # - "^/users/john/.*$" + # subject: + # - ["group:dev", "user:john"] + # - "group:admins" + # policy: two_factor + # - domain: "{user}.example.com" + # policy: bypass + +## +## Session Provider Configuration +## +## The session cookies identify the user once logged in. +## The available providers are: `memory`, `redis`. Memory is the provider unless redis is defined. +session: + ## The name of the session cookie. (default: authelia_session). + name: authelia_session + + ## Sets the Cookie SameSite value. Possible options are none, lax, or strict. + ## Please read https://www.authelia.com/docs/configuration/session.html#same_site + same_site: lax + + ## The time in seconds before the cookie expires and session is reset. + expiration: 1h + + ## The inactivity time in seconds before the session is reset. + inactivity: 5m + + ## The remember me duration. + ## Value is in seconds, or duration notation. Value of 0 disables remember me. + ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + ## Longer periods are considered less secure because a stolen cookie will last longer giving attackers more time to + ## spy or attack. Currently the default is 1M or 1 month. + remember_me_duration: 1M + +## +## Redis Provider +## +## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html +## +## The redis connection details +redisProvider: + port: 6379 + + ## Optional username to be used with authentication. + # username: authelia + username: "" + + ## This is the Redis DB Index https://redis.io/commands/select (sometimes referred to as database number, DB, etc). + database_index: 0 + + ## The maximum number of concurrent active connections to Redis. + maximum_active_connections: 8 + + ## The target number of idle connections to have open ready for work. Useful when opening connections is slow. + minimum_idle_connections: 0 + + ## The Redis TLS configuration. If defined will require a TLS connection to the Redis instance(s). + tls: + enabled: false + + ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option). + server_name: "" + + ## Skip verifying the server certificate (to allow a self-signed certificate). + ## In preference to setting this we strongly recommend you add the public portion of the certificate to the + ## certificates directory which is defined by the `certificates_directory` option at the top of the config. + skip_verify: false + + ## Minimum TLS version for the connection. + minimum_version: TLS1.2 + + ## The Redis HA configuration options. + ## This provides specific options to Redis Sentinel, sentinel_name must be defined (Master Name). + high_availability: + enabled: false + enabledSecret: false + ## Sentinel Name / Master Name + sentinel_name: mysentinel + + ## The additional nodes to pre-seed the redis provider with (for sentinel). + ## If the host in the above section is defined, it will be combined with this list to connect to sentinel. + ## For high availability to be used you must have either defined; the host above or at least one node below. + nodes: [] + # nodes: + # - host: sentinel-0.databases.svc.cluster.local + # port: 26379 + # - host: sentinel-1.databases.svc.cluster.local + # port: 26379 + + ## Choose the host with the lowest latency. + route_by_latency: false + + ## Choose the host randomly. + route_randomly: false + +## +## Regulation Configuration +## +## This mechanism prevents attackers from brute forcing the first factor. It bans the user if too many attempts are done +## in a short period of time. +regulation: + ## The number of failed login attempts before user is banned. Set it to 0 to disable regulation. + max_retries: 3 + + ## The time range during which the user can attempt login before being banned. The user is banned if the + ## authentication failed 'max_retries' times in a 'find_time' seconds window. Find Time accepts duration notation. + ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + find_time: 2m + + ## The length of time before a banned user can login again. Ban Time accepts duration notation. + ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + ban_time: 5m + +## +## Storage Provider Configuration +## +## The available providers are: `local`, `mysql`, `postgres`. You must use one and only one of these providers. +storage: + ## + ## PostgreSQL (Storage Provider) + ## + postgres: + port: 5432 + database: authelia + username: authelia + sslmode: disable + timeout: 5s + +## +## Notification Provider +## +## +## Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration. +## The available providers are: filesystem, smtp. You must use one and only one of these providers. +notifier: + ## You can disable the notifier startup check by setting this to true. + disable_startup_check: false + + ## + ## File System (Notification Provider) + ## + ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html + ## + filesystem: + enabled: true + filename: /config/notification.txt + + ## + ## SMTP (Notification Provider) + ## + ## Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate. + ## [Security] By default Authelia will: + ## - force all SMTP connections over TLS including unauthenticated connections + ## - use the disable_require_tls boolean value to disable this requirement + ## (only works for unauthenticated connections) + ## - validate the SMTP server x509 certificate during the TLS handshake against the hosts trusted certificates + ## (configure in tls section) + smtp: + enabled: false + enabledSecret: false + host: smtp.mail.svc.cluster.local + port: 25 + timeout: 5s + username: test + plain_password: test + sender: admin@example.com + ## HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost. + identifier: localhost + ## Subject configuration of the emails sent. + ## {title} is replaced by the text from the notifier + subject: "[Authelia] {title}" + ## This address is used during the startup check to verify the email configuration is correct. + ## It's not important what it is except if your email server only allows local delivery. + startup_check_address: test@authelia.com + disable_require_tls: false + disable_html_emails: false + + tls: + ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option). + server_name: "" + + ## Skip verifying the server certificate (to allow a self-signed certificate). + ## In preference to setting this we strongly recommend you add the public portion of the certificate to the + ## certificates directory which is defined by the `certificates_directory` option at the top of the config. + skip_verify: false + + ## Minimum TLS version for either StartTLS or SMTPS. + minimum_version: TLS1.2 + +identity_providers: + oidc: + ## Enables this in the config map. Currently in beta stage. + ## See https://www.authelia.com/docs/configuration/identity-providers/oidc.html#roadmap + enabled: false + + access_token_lifespan: 1h + authorize_code_lifespan: 1m + id_token_lifespan: 1h + refresh_token_lifespan: 90m + + enable_client_debug_messages: false + + ## SECURITY NOTICE: It's not recommended changing this option, and highly discouraged to have it below 8 for + ## security reasons. + minimum_parameter_entropy: 8 + + clients: [] + # clients: + # - + ## The ID is the OpenID Connect ClientID which is used to link an application to a configuration. + # id: myapp + + ## The description to show to users when they end up on the consent screen. Defaults to the ID above. + # description: My Application + + ## The client secret is a shared secret between Authelia and the consumer of this client. + # secret: apple123 + + ## Sets the client to public. This should typically not be set, please see the documentation for usage. + # public: false + + ## The policy to require for this client; one_factor or two_factor. + # authorization_policy: two_factor + + ## Configures the consent mode; auto, explicit or implicit + # consent_mode: auto + + ## Audience this client is allowed to request. + # audience: [] + + ## Scopes this client is allowed to request. + # scopes: + # - openid + # - profile + # - email + # - groups + + ## Redirect URI's specifies a list of valid case-sensitive callbacks for this client. + # redirect_uris: + # - https://oidc.example.com/oauth2/callback + + ## Grant Types configures which grants this client can obtain. + ## It's not recommended to configure this unless you know what you're doing. + # grant_types: + # - refresh_token + # - authorization_code + + ## Response Types configures which responses this client can be sent. + ## It's not recommended to configure this unless you know what you're doing. + # response_types: + # - code + + ## Response Modes configures which response modes this client supports. + ## It's not recommended to configure this unless you know what you're doing. + # response_modes: + # - form_post + # - query + # - fragment + + ## The algorithm used to sign userinfo endpoint responses for this client, either none or RS256. + # userinfo_signing_algorithm: none + +portal: + open: + enabled: true diff --git a/enterprise/authelia/15.1.19/questions.yaml b/enterprise/authelia/15.1.19/questions.yaml new file mode 100644 index 0000000000..3205bce5d7 --- /dev/null +++ b/enterprise/authelia/15.1.19/questions.yaml @@ -0,0 +1,2892 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 2 + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "2"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + - variable: domain + group: "App Configuration" + label: "Domain" + description: "The highest domain level possible, for example: domain.com when using app.domain.com" + schema: + type: string + default: "" + required: true + - variable: default_redirection_url + group: "App Configuration" + label: "Default Redirection URL" + description: "If user tries to authenticate without any referrer, this is used" + schema: + type: string + default: "" + - variable: theme + group: "App Configuration" + label: "Theme" + schema: + type: string + default: "auto" + enum: + - value: "auto" + description: "auto" + - value: "light" + description: "light" + - value: "grey" + description: "grey" + - value: "dark" + description: "dark" + - variable: log + group: "App Configuration" + label: "Log Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: level + label: "Log Level" + schema: + type: string + default: "info" + enum: + - value: "info" + description: "info" + - value: "debug" + description: "debug" + - value: "trace" + description: "trace" + - variable: format + label: "Log Format" + schema: + type: string + default: "text" + enum: + - value: "json" + description: "json" + - value: "text" + description: "text" + - variable: totp + group: "App Configuration" + label: "TOTP Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: issuer + label: "Issuer" + description: "The issuer name displayed in the Authenticator application of your choice" + schema: + type: string + default: "" + - variable: period + label: "Period" + description: "The period in seconds a one-time password is current for" + schema: + type: int + default: 30 + - variable: skew + label: "skew" + description: "Controls number of one-time passwords either side of the current one that are valid." + schema: + type: int + default: 1 + - variable: duo_api + group: "App Configuration" + label: "DUO API Configuration" + description: "Parameters used to contact the Duo API." + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostname + label: "Hostname" + schema: + type: string + required: true + default: "" + - variable: integration_key + label: "integration_key" + schema: + type: string + default: "" + required: true + - variable: plain_api_key + label: "plain_api_key" + schema: + type: string + default: "" + required: true + - variable: session + group: "App Configuration" + label: "Session Provider" + description: "The session cookies identify the user once logged in." + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Cookie Name" + description: "The name of the session cookie." + schema: + type: string + required: true + default: "authelia_session" + - variable: same_site + label: "SameSite Value" + description: "Sets the Cookie SameSite value" + schema: + type: string + default: "lax" + enum: + - value: "lax" + description: "lax" + - value: "strict" + description: "strict" + - variable: expiration + label: "Expiration Time" + description: "The time in seconds before the cookie expires and session is reset." + schema: + type: string + default: "1h" + required: true + - variable: inactivity + label: "Inactivity Time" + description: "The inactivity time in seconds before the session is reset." + schema: + type: string + default: "5m" + required: true + - variable: remember_me_duration + label: "Remember-Me duration" + description: "The remember me duration" + schema: + type: string + default: "5M" + required: true + - variable: regulation + group: "App Configuration" + label: "Regulation Configuration" + description: "This mechanism prevents attackers from brute forcing the first factor." + schema: + additional_attrs: true + type: dict + attrs: + - variable: max_retries + label: "Maximum Retries" + description: "The number of failed login attempts before user is banned. Set it to 0 to disable regulation." + schema: + type: int + default: 3 + - variable: find_time + label: "Find Time" + description: "The time range during which the user can attempt login before being banned." + schema: + type: string + default: "2m" + required: true + - variable: ban_time + label: "Ban Duration" + description: "The length of time before a banned user can login again" + schema: + type: string + default: "5m" + required: true + - variable: authentication_backend + group: "App Configuration" + label: "Authentication Backend Provider" + description: "sed for verifying user passwords and retrieve information such as email address and groups users belong to." + schema: + additional_attrs: true + type: dict + attrs: + - variable: disable_reset_password + label: "Disable Reset Password" + description: "Disable both the HTML element and the API for reset password functionality" + schema: + type: boolean + default: false + - variable: refresh_interval + label: "Reset Interval" + description: "The amount of time to wait before we refresh data from the authentication backend" + schema: + type: string + default: "5m" + required: true + - variable: ldap + label: "LDAP backend configuration" + description: "Used for verifying user passwords and retrieve information such as email address and groups users belong to" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: implementation + label: "Implementation" + description: "The LDAP implementation, this affects elements like the attribute utilized for resetting a password" + schema: + type: string + default: "custom" + enum: + - value: "activedirectory" + description: "Active Directory" + - value: "custom" + description: "Custom" + - variable: url + label: "URL" + description: "The url to the ldap server. Format: ://
[:]" + schema: + type: string + default: "ldap://openldap.default.svc.cluster.local" + required: true + - variable: timeout + label: "Connection Timeout" + schema: + type: string + default: "5s" + required: true + - variable: start_tls + label: "Start TLS" + description: "Use StartTLS with the LDAP connection" + schema: + type: boolean + default: false + - variable: tls + label: "TLS Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: server_name + label: "Server Name" + description: "Server Name for certificate validation (in case it's not set correctly in the URL)." + schema: + type: string + default: "" + - variable: skip_verify + label: "Skip Certificate Verification" + description: "Skip verifying the server certificate (to allow a self-signed certificate)" + schema: + type: boolean + default: false + - variable: minimum_version + label: "Minimum TLS version" + description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS." + schema: + type: string + default: "TLS1.2" + enum: + - value: "TLS1.0" + description: "TLS1.0" + - value: "TLS1.1" + description: "TLS1.1" + - value: "TLS1.2" + description: "TLS1.2" + - value: "TLS1.3" + description: "TLS1.3" + - variable: base_dn + label: "Base DN" + description: "The base dn for every LDAP query." + schema: + type: string + default: "DC=example,DC=com" + required: true + - variable: username_attribute + label: "Username Attribute" + description: "The attribute holding the username of the user" + schema: + type: string + default: "" + required: true + - variable: additional_users_dn + label: "Additional Users DN" + description: "An additional dn to define the scope to all users." + schema: + type: string + default: "OU=Users" + required: true + - variable: users_filter + label: "Users Filter" + description: "The groups filter used in search queries to find the groups of the user." + schema: + type: string + default: "" + required: true + - variable: additional_groups_dn + label: "Additional Groups DN" + description: "An additional dn to define the scope of groups." + schema: + type: string + default: "OU=Groups" + required: true + - variable: groups_filter + label: "Groups Filter" + description: "The groups filter used in search queries to find the groups of the user." + schema: + type: string + default: "" + required: true + - variable: group_name_attribute + label: "Group name Attribute" + description: "The attribute holding the name of the group" + schema: + type: string + default: "" + required: true + - variable: mail_attribute + label: "Mail Attribute" + description: "The attribute holding the primary mail address of the user" + schema: + type: string + default: "" + required: true + - variable: display_name_attribute + label: "Display Name Attribute" + description: "he attribute holding the display name of the user. This will be used to greet an authenticated user." + schema: + type: string + default: "" + - variable: user + label: "Admin User" + description: "The username of the admin user used to connect to LDAP." + schema: + type: string + default: "CN=Authelia,DC=example,DC=com" + required: true + - variable: plain_password + label: "Password" + schema: + type: string + default: "" + required: true + - variable: file + label: "File backend configuration" + description: "With this backend, the users database is stored in a file which is updated when users reset their passwords." + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: path + label: "Path" + schema: + type: string + default: "/config/users_database.yml" + required: true + - variable: password + label: "Password Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: algorithm + label: "Algorithm" + schema: + type: string + default: "argon2id" + enum: + - value: "argon2id" + description: "argon2id" + - value: "sha512" + description: "sha512" + - variable: iterations + label: "Iterations" + schema: + type: int + default: 1 + required: true + - variable: key_length + label: "Key Length" + schema: + type: int + default: 32 + required: true + - variable: salt_length + label: "Salt Length" + schema: + type: int + default: 16 + required: true + - variable: memory + label: "Memory" + schema: + type: int + default: 1024 + required: true + - variable: parallelism + label: "Parallelism" + schema: + type: int + default: 8 + required: true + - variable: notifier + group: "App Configuration" + label: "Notifier Configuration" + description: "Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: disable_startup_check + label: "Disable Startup Check" + schema: + type: boolean + default: false + - variable: filesystem + label: "Filesystem Provider" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: filename + label: "File Path" + schema: + type: string + default: "/config/notification.txt" + required: true + - variable: smtp + label: "SMTP Provider" + description: "Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate." + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: host + label: "Host" + schema: + type: string + default: "smtp.mail.svc.cluster.local" + required: true + - variable: port + label: "Port" + schema: + type: int + default: 25 + required: true + - variable: timeout + label: "Timeout" + schema: + type: string + default: "5s" + required: true + - variable: username + label: "Username" + schema: + type: string + default: "" + - variable: plain_password + label: "Password" + schema: + type: string + default: "" + - variable: sender + label: "Sender" + schema: + type: string + default: "" + required: true + - variable: identifier + label: "Identifier" + description: "HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost." + schema: + type: string + default: "localhost" + required: true + - variable: subject + label: "Subject" + description: "Subject configuration of the emails sent, {title} is replaced by the text from the notifier" + schema: + type: string + default: "[Authelia] {title}" + required: true + - variable: startup_check_address + label: "Startup Check Address" + description: "This address is used during the startup check to verify the email configuration is correct." + schema: + type: string + default: "test@authelia.com" + required: true + - variable: disable_require_tls + label: "Disable Require TLS" + schema: + type: boolean + default: false + - variable: disable_html_emails + label: "Disable HTML emails" + schema: + type: boolean + default: false + - variable: tls + label: "TLS Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: server_name + label: "Server Name" + description: "Server Name for certificate validation (in case it's not set correctly in the URL)." + schema: + type: string + default: "" + - variable: skip_verify + label: "Skip Certificate Verification" + description: "Skip verifying the server certificate (to allow a self-signed certificate)" + schema: + type: boolean + default: false + - variable: minimum_version + label: "Minimum TLS version" + description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS." + schema: + type: string + default: "TLS1.2" + enum: + - value: "TLS1.0" + description: "TLS1.0" + - value: "TLS1.1" + description: "TLS1.1" + - value: "TLS1.2" + description: "TLS1.2" + - value: "TLS1.3" + description: "TLS1.3" + - variable: access_control + group: "App Configuration" + label: "Access Control Configuration" + description: "Access control is a list of rules defining the authorizations applied for one resource to users or group of users." + schema: + additional_attrs: true + type: dict + attrs: + - variable: default_policy + label: "Default Policy" + description: "Default policy can either be 'bypass', 'one_factor', 'two_factor' or 'deny'." + schema: + type: string + default: "two_factor" + enum: + - value: "bypass" + description: "bypass" + - value: "one_factor" + description: "one_factor" + - value: "two_factor" + description: "two_factor" + - value: "deny" + description: "deny" + - variable: networks + label: "Networks" + schema: + type: list + default: [] + items: + - variable: networkItem + label: "Network Item" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + - variable: networks + label: "Networks" + schema: + type: list + default: [] + items: + - variable: network + label: "network" + schema: + type: string + default: "" + required: true + - variable: rules + label: "Rules" + schema: + type: list + default: [] + items: + - variable: rulesItem + label: "Rule" + schema: + additional_attrs: true + type: dict + attrs: + - variable: domain + label: "Domains" + description: "defines which domain or set of domains the rule applies to." + schema: + type: list + default: [] + items: + - variable: domainEntry + label: "Domain" + schema: + type: string + default: "" + required: true + - variable: policy + label: "Policy" + description: "The policy to apply to resources. It must be either 'bypass', 'one_factor', 'two_factor' or 'deny'." + schema: + type: string + default: "two_factor" + enum: + - value: "bypass" + description: "bypass" + - value: "one_factor" + description: "one_factor" + - value: "two_factor" + description: "two_factor" + - value: "deny" + description: "deny" + - variable: subject + label: "Subject" + description: "defines the subject to apply authorizations to. This parameter is optional and matching any user if not provided" + schema: + type: list + default: [] + items: + - variable: subjectitem + label: "Subject" + schema: + type: string + default: "" + required: true + - variable: networks + label: "Networks" + schema: + type: list + default: [] + items: + - variable: network + label: "Network" + schema: + type: string + default: "" + required: true + - variable: resources + label: "Resources" + description: "is a list of regular expressions that matches a set of resources to apply the policy to" + schema: + type: list + default: [] + items: + - variable: resource + label: "Resource" + schema: + type: string + default: "" + required: true + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9091 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: certificateIssuer + label: Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["certificateIssuer", "=", ""]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + required: true + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + default: "" + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["clusterIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" + - variable: entrypoint + label: Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + required: true + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + - variable: scaleGPU + label: GPU Configuration + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: workaround + label: "Workaround" + schema: + type: string + default: workaround + hidden: true +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: identity_providers + group: "Advanced" + label: "Authelia Identity Providers (BETA)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: oidc + label: "OpenID Connect(BETA)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: access_token_lifespan + label: "Access Token Lifespan" + schema: + type: string + default: "1h" + required: true + - variable: authorize_code_lifespan + label: "Authorize Code Lifespan" + schema: + type: string + default: "1m" + required: true + - variable: id_token_lifespan + label: "ID Token Lifespan" + schema: + type: string + default: "1h" + required: true + - variable: refresh_token_lifespan + label: "Refresh Token Lifespan" + schema: + type: string + default: "90m" + required: true + - variable: enable_client_debug_messages + label: "Enable Client Debug Messages" + schema: + type: boolean + default: false + - variable: clients + label: "Clients" + schema: + type: list + default: [] + items: + - variable: clientEntry + label: "Client" + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "ID/Name" + description: "The ID is the OpenID Connect ClientID which is used to link an application to a configuration." + schema: + type: string + default: "myapp" + required: true + - variable: description + label: "Description" + description: "The description to show to users when they end up on the consent screen. Defaults to the ID above." + schema: + type: string + default: "My Application" + required: true + - variable: secret + label: "Secret" + description: "The client secret is a shared secret between Authelia and the consumer of this client." + schema: + type: string + default: "" + required: true + - variable: public + label: "public" + description: "Sets the client to public. This should typically not be set, please see the documentation for usage." + schema: + type: boolean + default: false + - variable: authorization_policy + label: "Authorization Policy" + description: "The policy to require for this client; one_factor or two_factor." + schema: + type: string + default: "two_factor" + enum: + - value: "one_factor" + description: "one_factor" + - value: "two_factor" + description: "two_factor" + - variable: consent_mode + label: "Consent Mode" + description: "Configures the consent mode. This can be set to auto (default), explicit (consent required every time) or implicit (automatically assumes consent for every authorization, never asking the user if they wish to give consent.)" + schema: + type: string + default: "auto" + enum: + - value: "auto" + description: "auto" + - value: "explicit" + description: "explicit" + - value: "implicit" + description: "implicit" + - variable: userinfo_signing_algorithm + label: "Userinfo Signing Algorithm" + description: "The algorithm used to sign userinfo endpoint responses for this client, either none or RS256." + schema: + type: string + default: "none" + enum: + - value: "none" + description: "none" + - value: "RS256" + description: "RS256" + - variable: audience + label: "Audience" + description: "Audience this client is allowed to request." + schema: + type: list + default: [] + items: + - variable: audienceEntry + label: "" + schema: + type: string + default: "" + required: true + - variable: scopes + label: "Scopes" + description: "Scopes this client is allowed to request." + schema: + type: list + default: [] + items: + - variable: ScopeEntry + label: "Scope" + schema: + type: string + default: "openid" + required: true + - variable: redirect_uris + label: "redirect_uris" + description: "Redirect URI's specifies a list of valid case-sensitive callbacks for this client." + schema: + type: list + default: [] + items: + - variable: uriEntry + label: "Url" + schema: + type: string + default: "https://oidc.example.com/oauth2/callback" + required: true + - variable: grant_types + description: "Grant Types configures which grants this client can obtain." + label: "grant_types" + schema: + type: list + default: [] + items: + - variable: grantEntry + label: "Grant" + schema: + type: string + default: "refresh_token" + required: true + - variable: response_types + description: "Response Types configures which responses this client can be sent." + label: "response_types" + schema: + type: list + default: [] + items: + - variable: responseEntry + label: "type" + schema: + type: string + default: "code" + required: true + - variable: response_modes + description: "Response Modes configures which response modes this client supports." + label: "response_modes" + schema: + type: list + default: [] + items: + - variable: modeEntry + label: "Mode" + schema: + type: string + default: "form_post" + required: true + - variable: cnpg + group: Postgresql + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Postgresql Database" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 2 + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false + - variable: storage + label: "Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: size + label: Size + schema: + type: string + default: "256Gi" + - variable: walsize + label: Walsize + schema: + type: string + default: "256Gi" + - variable: pooler + label: "Pooler" + schema: + additional_attrs: true + type: dict + attrs: + - variable: instances + label: Instances + schema: + type: int + default: 2 + - variable: Monitoring + label: "Metrics" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enablePodMonitor + label: "enablePodMonitor" + schema: + type: boolean + default: true + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/enterprise/prometheus/9.0.6/templates/NOTES.txt b/enterprise/authelia/15.1.19/templates/NOTES.txt similarity index 100% rename from enterprise/prometheus/9.0.6/templates/NOTES.txt rename to enterprise/authelia/15.1.19/templates/NOTES.txt diff --git a/enterprise/authelia/15.1.19/templates/_configmap.tpl b/enterprise/authelia/15.1.19/templates/_configmap.tpl new file mode 100644 index 0000000000..98d92e9d16 --- /dev/null +++ b/enterprise/authelia/15.1.19/templates/_configmap.tpl @@ -0,0 +1,254 @@ +{{/* Define the configmap */}} +{{- define "authelia.configmap.paths" -}} +enabled: true +data: + AUTHELIA_SERVER_DISABLE_HEALTHCHECK: "true" + AUTHELIA_JWT_SECRET_FILE: "/secrets/JWT_TOKEN" + AUTHELIA_SESSION_SECRET_FILE: "/secrets/SESSION_ENCRYPTION_KEY" + AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: "/secrets/ENCRYPTION_KEY" + AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE: "/secrets/STORAGE_PASSWORD" + {{- if .Values.authentication_backend.ldap.enabled }} + AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE: "/secrets/LDAP_PASSWORD" + {{- end }} + {{- if .Values.notifier.smtp.enabled }} + AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE: "/secrets/SMTP_PASSWORD" + {{- end }} + AUTHELIA_SESSION_REDIS_PASSWORD_FILE: "/secrets/REDIS_PASSWORD" + {{- if .Values.redisProvider.high_availability.enabled }} + AUTHELIA_SESSION_REDIS_HIGH_AVAILABILITY_SENTINEL_PASSWORD_FILE: "/secrets/REDIS_SENTINEL_PASSWORD" + {{- end }} + {{- if .Values.duo_api.enabled }} + AUTHELIA_DUO_API_SECRET_KEY_FILE: "/secrets/DUO_API_KEY" + {{- end }} + {{- if .Values.identity_providers.oidc.enabled }} + AUTHELIA_IDENTITY_PROVIDERS_OIDC_HMAC_SECRET_FILE: "/secrets/OIDC_HMAC_SECRET" + AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY_FILE: "/secrets/OIDC_PRIVATE_KEY" + {{- end }} + +{{- end -}} + +{{- define "authelia.configmap.configfile" -}} +enabled: true +data: + configuration.yaml: | + --- + theme: {{ default "light" .Values.theme }} + default_redirection_url: {{ default (printf "https://www.%s" .Values.domain) .Values.default_redirection_url }} + ntp: + address: {{ default "time.cloudflare.com:123" .Values.ntp.address }} + version: {{ default 4 .Values.ntp.version }} + max_desync: {{ default "3s" .Values.ntp.max_desync }} + disable_startup_check: {{ default false .Values.ntp.disable_startup_check }} + disable_failure: {{ default true .Values.ntp.disable_failure }} + server: + host: 0.0.0.0 + port: {{ default 9091 .Values.server.port }} + {{- if not (eq "" (default "" .Values.server.path)) }} + path: {{ .Values.server.path }} + {{- end }} + buffers: + write: {{ default 4096 .Values.server.write_buffer_size }} + read: {{ default 4096 .Values.server.read_buffer_size }} + enable_pprof: {{ default false .Values.server.enable_pprof }} + enable_expvars: {{ default false .Values.server.enable_expvars }} + log: + level: {{ default "info" .Values.log.level }} + format: {{ default "text" .Values.log.format }} + {{- if not (eq "" (default "" .Values.log.file_path)) }} + file_path: {{ .Values.log.file_path }} + keep_stdout: true + {{- end }} + totp: + issuer: {{ default .Values.domain .Values.totp.issuer }} + period: {{ default 30 .Values.totp.period }} + skew: {{ default 1 .Values.totp.skew }} + {{- if .Values.duo_api.enabled }} + duo_api: + hostname: {{ .Values.duo_api.hostname }} + integration_key: {{ .Values.duo_api.integration_key }} + {{- end }} + {{- with $auth := .Values.authentication_backend }} + authentication_backend: + password_reset: + disable: {{ $auth.disable_reset_password }} + {{- if $auth.file.enabled }} + file: + path: {{ $auth.file.path }} + password: {{ toYaml $auth.file.password | nindent 10 }} + {{- end }} + {{- if $auth.ldap.enabled }} + ldap: + implementation: {{ default "custom" $auth.ldap.implementation }} + url: {{ $auth.ldap.url }} + timeout: {{ default "5s" $auth.ldap.timeout }} + start_tls: {{ $auth.ldap.start_tls }} + tls: + {{- if hasKey $auth.ldap.tls "server_name" }} + server_name: {{ default $auth.ldap.host $auth.ldap.tls.server_name }} + {{- end }} + minimum_version: {{ default "TLS1.2" $auth.ldap.tls.minimum_version }} + skip_verify: {{ default false $auth.ldap.tls.skip_verify }} + {{- if $auth.ldap.base_dn }} + base_dn: {{ $auth.ldap.base_dn }} + {{- end }} + {{- if $auth.ldap.username_attribute }} + username_attribute: {{ $auth.ldap.username_attribute }} + {{- end }} + {{- if $auth.ldap.additional_users_dn }} + additional_users_dn: {{ $auth.ldap.additional_users_dn }} + {{- end }} + {{- if $auth.ldap.users_filter }} + users_filter: {{ $auth.ldap.users_filter }} + {{- end }} + {{- if $auth.ldap.additional_groups_dn }} + additional_groups_dn: {{ $auth.ldap.additional_groups_dn }} + {{- end }} + {{- if $auth.ldap.groups_filter }} + groups_filter: {{ $auth.ldap.groups_filter }} + {{- end }} + {{- if $auth.ldap.group_name_attribute }} + group_name_attribute: {{ $auth.ldap.group_name_attribute }} + {{- end }} + {{- if $auth.ldap.mail_attribute }} + mail_attribute: {{ $auth.ldap.mail_attribute }} + {{- end }} + {{- if $auth.ldap.display_name_attribute }} + display_name_attribute: {{ $auth.ldap.display_name_attribute }} + {{- end }} + user: {{ $auth.ldap.user }} + {{- end }} + {{- end }} + {{- with $session := .Values.session }} + session: + name: {{ default "authelia_session" $session.name }} + domain: {{ required "A valid .Values.domain entry required!" $.Values.domain }} + same_site: {{ default "lax" $session.same_site }} + expiration: {{ default "1M" $session.expiration }} + inactivity: {{ default "5m" $session.inactivity }} + remember_me_duration: {{ default "1M" $session.remember_me_duration }} + {{- end }} + redis: + host: {{ .Values.redis.creds.plain }} + {{- with $redis := .Values.redisProvider }} + port: {{ default 6379 $redis.port }} + {{- if not (eq $redis.username "") }} + username: {{ $redis.username }} + {{- end }} + maximum_active_connections: {{ default 8 $redis.maximum_active_connections }} + minimum_idle_connections: {{ default 0 $redis.minimum_idle_connections }} + {{- if $redis.tls.enabled }} + tls: + server_name: {{ $redis.tls.server_name }} + minimum_version: {{ default "TLS1.2" $redis.tls.minimum_version }} + skip_verify: {{ $redis.tls.skip_verify }} + {{- end }} + {{- if $redis.high_availability.enabled }} + high_availability: + sentinel_name: {{ $redis.high_availability.sentinel_name }} + {{- if $redis.high_availability.nodes }} + nodes: {{ toYaml $redis.high_availability.nodes | nindent 10 }} + {{- end }} + route_by_latency: {{ $redis.high_availability.route_by_latency }} + route_randomly: {{ $redis.high_availability.route_randomly }} + {{- end }} + {{- end }} + regulation: {{ toYaml .Values.regulation | nindent 6 }} + storage: + postgres: + host: {{ $.Values.cnpg.main.creds.host }} + {{- with $storage := .Values.storage }} + port: {{ default 5432 $storage.postgres.port }} + database: {{ default "authelia" $storage.postgres.database }} + username: {{ default "authelia" $storage.postgres.username }} + timeout: {{ default "5s" $storage.postgres.timeout }} + ssl: + mode: {{ default "disable" $storage.postgres.sslmode }} + {{- end }} + {{- with $notifier := .Values.notifier }} + notifier: + disable_startup_check: {{ $.Values.notifier.disable_startup_check }} + {{- if $notifier.filesystem.enabled }} + filesystem: + filename: {{ $notifier.filesystem.filename }} + {{- end }} + {{- if $notifier.smtp.enabled }} + smtp: + host: {{ $notifier.smtp.host }} + port: {{ default 25 $notifier.smtp.port }} + timeout: {{ default "5s" $notifier.smtp.timeout }} + {{- with $notifier.smtp.username }} + username: {{ . }} + {{- end }} + sender: {{ $notifier.smtp.sender }} + identifier: {{ $notifier.smtp.identifier }} + subject: {{ $notifier.smtp.subject | quote }} + startup_check_address: {{ $notifier.smtp.startup_check_address }} + disable_require_tls: {{ $notifier.smtp.disable_require_tls }} + disable_html_emails: {{ $notifier.smtp.disable_html_emails }} + tls: + server_name: {{ default $notifier.smtp.host $notifier.smtp.tls.server_name }} + minimum_version: {{ default "TLS1.2" $notifier.smtp.tls.minimum_version }} + skip_verify: {{ default false $notifier.smtp.tls.skip_verify }} + {{- end }} + {{- end }} + {{- if .Values.identity_providers.oidc.enabled }} + identity_providers: + oidc: + access_token_lifespan: {{ default "1h" .Values.identity_providers.oidc.access_token_lifespan }} + authorize_code_lifespan: {{ default "1m" .Values.identity_providers.oidc.authorize_code_lifespan }} + id_token_lifespan: {{ default "1h" .Values.identity_providers.oidc.id_token_lifespan }} + refresh_token_lifespan: {{ default "90m" .Values.identity_providers.oidc.refresh_token_lifespan }} + enable_client_debug_messages: {{ default false .Values.identity_providers.oidc.enable_client_debug_messages }} + minimum_parameter_entropy: {{ default 8 .Values.identity_providers.oidc.minimum_parameter_entropy }} + {{- if gt (len .Values.identity_providers.oidc.clients) 0 }} + clients: + {{- range $client := .Values.identity_providers.oidc.clients }} + - id: {{ $client.id }} + description: {{ default $client.id $client.description }} + secret: {{ default (randAlphaNum 128) $client.secret }} + {{- if $client.public }} + public: {{ $client.public }} + {{- end }} + authorization_policy: {{ default "two_factor" $client.authorization_policy }} + consent_mode: {{ default "auto" $client.consent_mode}} + redirect_uris: + {{- range $client.redirect_uris }} + - {{ . }} + {{- end }} + {{- if $client.audience }} + audience: {{ toYaml $client.audience | nindent 10 }} + {{- end }} + scopes: {{ toYaml (default (list "openid" "profile" "email" "groups") $client.scopes) | nindent 10 }} + grant_types: {{ toYaml (default (list "refresh_token" "authorization_code") $client.grant_types) | nindent 10 }} + response_types: {{ toYaml (default (list "code") $client.response_types) | nindent 10 }} + {{- if $client.response_modes }} + response_modes: {{ toYaml $client.response_modes | nindent 10 }} + {{- end }} + userinfo_signing_algorithm: {{ default "none" $client.userinfo_signing_algorithm }} + {{- end }} + {{- end }} + {{- end }} + access_control: + {{- if (eq (len .Values.access_control.rules) 0) }} + {{- if (eq .Values.access_control.default_policy "bypass") }} + default_policy: one_factor + {{- else if (eq .Values.access_control.default_policy "deny") }} + default_policy: two_factor + {{- else }} + default_policy: {{ .Values.access_control.default_policy }} + {{- end }} + {{- else }} + default_policy: {{ .Values.access_control.default_policy }} + {{- end }} + {{- if (eq (len .Values.access_control.networks) 0) }} + networks: [] + {{- else }} + networks: {{ toYaml .Values.access_control.networks | nindent 6 }} + {{- end }} + {{- if (eq (len .Values.access_control.rules) 0) }} + rules: [] + {{- else }} + rules: {{ toYaml .Values.access_control.rules | nindent 6 }} + {{- end }} + ... +{{- end -}} diff --git a/enterprise/authelia/15.1.19/templates/_secrets.tpl b/enterprise/authelia/15.1.19/templates/_secrets.tpl new file mode 100644 index 0000000000..14ed88d973 --- /dev/null +++ b/enterprise/authelia/15.1.19/templates/_secrets.tpl @@ -0,0 +1,53 @@ +{{/* Define the secrets */}} +{{- define "authelia.secrets" -}} +{{- $basename := include "tc.v1.common.lib.chart.names.fullname" $ -}} +{{- $fetchname := printf "%s-authelia-secrets" $basename -}} + +{{/* Initialize all keys */}} +{{- $oidckey := genPrivateKey "rsa" }} +{{- $oidcsecret := randAlphaNum 32 }} +{{- $jwtsecret := randAlphaNum 50 }} +{{- $sessionsecret := randAlphaNum 50 }} +{{- $encryptionkey := randAlphaNum 100 }} + +enabled: true +data: + {{ with (lookup "v1" "Secret" .Release.Namespace $fetchname) }} + {{/* Get previous values and decode */}} + {{ $sessionsecret = (index .data "SESSION_ENCRYPTION_KEY") | b64dec }} + {{ $jwtsecret = (index .data "JWT_TOKEN") | b64dec }} + {{ $encryptionkey = (index .data "ENCRYPTION_KEY") | b64dec }} + + {{/* Check if those keys ever existed. as OIDC is optional */}} + {{ if and (hasKey .data "OIDC_PRIVATE_KEY") (hasKey .data "OIDC_HMAC_SECRET") }} + {{ $oidckey = (index .data "OIDC_PRIVATE_KEY") | b64dec }} + {{ $oidcsecret = (index .data "OIDC_HMAC_SECRET") | b64dec }} + {{ end }} + {{ end }} + SESSION_ENCRYPTION_KEY: {{ $sessionsecret }} + JWT_TOKEN: {{ $jwtsecret }} + ENCRYPTION_KEY: {{ $encryptionkey }} + + {{- if .Values.authentication_backend.ldap.enabled }} + LDAP_PASSWORD: {{ .Values.authentication_backend.ldap.plain_password }} + {{- end }} + + {{- if and .Values.notifier.smtp.enabled .Values.notifier.smtp.plain_password }} + SMTP_PASSWORD: {{ .Values.notifier.smtp.plain_password }} + {{- end }} + + {{- if .Values.duo_api.enabled }} + DUO_API_KEY: {{ .Values.duo_api.plain_api_key }} + {{- end }} + + STORAGE_PASSWORD: {{ $.Values.cnpg.main.creds.password | trimAll "\"" }} + + REDIS_PASSWORD: {{ .Values.redis.creds.redisPassword | trimAll "\"" }} + {{- if .Values.redisProvider.high_availability.enabled }} + REDIS_SENTINEL_PASSWORD: {{ .Values.redis.sentinelPassword | trimAll "\"" }} + {{- end }} + + OIDC_PRIVATE_KEY: | + {{- $oidckey | nindent 4 }} + OIDC_HMAC_SECRET: {{ $oidcsecret }} +{{- end -}} diff --git a/enterprise/authelia/15.1.19/templates/common.yaml b/enterprise/authelia/15.1.19/templates/common.yaml new file mode 100644 index 0000000000..54e288e852 --- /dev/null +++ b/enterprise/authelia/15.1.19/templates/common.yaml @@ -0,0 +1,77 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render configmap for authelia */}} +{{- $configmapPaths := include "authelia.configmap.paths" . | fromYaml -}} +{{- if $configmapPaths -}} + {{- $_ := set .Values.configmap "authelia-paths" $configmapPaths -}} +{{- end -}} + +{{- $configmapFile := include "authelia.configmap.configfile" . | fromYaml -}} +{{- if $configmapFile -}} + {{- $_ := set .Values.configmap "authelia-configfile" $configmapFile -}} +{{- end -}} + +{{/* Render secrets for authelia */}} +{{- $secret := include "authelia.secrets" . | fromYaml -}} +{{- if $secret -}} + {{- $_ := set .Values.secret "authelia-secrets" $secret -}} +{{- end -}} + +{{/* Append the general configMap volume to the volumes */}} +{{- define "authelia.configmapVolume" -}} +enabled: true +mountPath: /configuration.yaml +subPath: configuration.yaml +readOnly: true +type: "configmap" +objectName: authelia-configfile +{{- end -}} + +{{/* Append the general secret volumes to the volumes */}} +{{- define "authelia.secretVolumes" -}} +enabled: true +mountPath: "/secrets" +readOnly: true +type: "secret" +objectName: authelia-secrets +items: + - key: "JWT_TOKEN" + path: JWT_TOKEN + - key: "SESSION_ENCRYPTION_KEY" + path: SESSION_ENCRYPTION_KEY + - key: "ENCRYPTION_KEY" + path: ENCRYPTION_KEY + - key: "STORAGE_PASSWORD" + path: STORAGE_PASSWORD + {{- if .Values.authentication_backend.ldap.enabled }} + - key: "LDAP_PASSWORD" + path: LDAP_PASSWORD + {{- end }} + {{- if and .Values.notifier.smtp.enabled .Values.notifier.smtp.plain_password }} + - key: "SMTP_PASSWORD" + path: SMTP_PASSWORD + {{- end }} + - key: "REDIS_PASSWORD" + path: REDIS_PASSWORD + {{- if .Values.redisProvider.high_availability.enabled}} + - key: "REDIS_SENTINEL_PASSWORD" + path: REDIS_SENTINEL_PASSWORD + {{- end }} + {{- if .Values.duo_api.enabled }} + - key: "DUO_API_KEY" + path: DUO_API_KEY + {{- end }} + {{- if .Values.identity_providers.oidc.enabled }} + - key: "OIDC_PRIVATE_KEY" + path: OIDC_PRIVATE_KEY + - key: "OIDC_HMAC_SECRET" + path: OIDC_HMAC_SECRET + {{- end }} +{{- end -}} + +{{- $_ := set .Values.persistence "authelia-configfile" (include "authelia.configmapVolume" . | fromYaml) -}} +{{- $_ := set .Values.persistence "authelia-secrets" (include "authelia.secretVolumes" . | fromYaml) -}} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/enterprise/prometheus/9.0.6/values.yaml b/enterprise/authelia/15.1.19/values.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/values.yaml rename to enterprise/authelia/15.1.19/values.yaml diff --git a/enterprise/prometheus/9.0.6/app-changelog.md b/enterprise/prometheus/9.0.6/app-changelog.md deleted file mode 100644 index 9d3f203512..0000000000 --- a/enterprise/prometheus/9.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [prometheus-9.0.6](https://github.com/truecharts/charts/compare/prometheus-9.0.5...prometheus-9.0.6) (2023-05-22) - -### Chore - -- update container image tccr.io/truecharts/prometheus to v2.44.0 ([#9057](https://github.com/truecharts/charts/issues/9057)) - - \ No newline at end of file diff --git a/enterprise/prometheus/9.0.6/CHANGELOG.md b/enterprise/prometheus/9.0.7/CHANGELOG.md similarity index 91% rename from enterprise/prometheus/9.0.6/CHANGELOG.md rename to enterprise/prometheus/9.0.7/CHANGELOG.md index b53907b734..7d023cd34b 100644 --- a/enterprise/prometheus/9.0.6/CHANGELOG.md +++ b/enterprise/prometheus/9.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [prometheus-9.0.7](https://github.com/truecharts/charts/compare/prometheus-9.0.6...prometheus-9.0.7) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [prometheus-9.0.6](https://github.com/truecharts/charts/compare/prometheus-9.0.5...prometheus-9.0.6) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/thanos to 0.31.0 ([#8735](https://github.com/truecharts/charts/issues/8735)) - update container image tccr.io/truecharts/prometheus to 2.43.0 ([#8730](https://github.com/truecharts/charts/issues/8730)) - - update container image tccr.io/truecharts/alertmanager to 0.25.0 ([#8721](https://github.com/truecharts/charts/issues/8721)) - - - - -## [prometheus-8.0.28](https://github.com/truecharts/charts/compare/prometheus-8.0.27...prometheus-8.0.28) (2023-05-03) - -### Chore - diff --git a/enterprise/prometheus/9.0.6/Chart.yaml b/enterprise/prometheus/9.0.7/Chart.yaml similarity index 98% rename from enterprise/prometheus/9.0.6/Chart.yaml rename to enterprise/prometheus/9.0.7/Chart.yaml index de70be027c..1552d2f697 100644 --- a/enterprise/prometheus/9.0.6/Chart.yaml +++ b/enterprise/prometheus/9.0.7/Chart.yaml @@ -29,7 +29,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 9.0.6 +version: 9.0.7 annotations: truecharts.org/catagories: | - metrics diff --git a/enterprise/prometheus/9.0.6/LICENSE b/enterprise/prometheus/9.0.7/LICENSE similarity index 100% rename from enterprise/prometheus/9.0.6/LICENSE rename to enterprise/prometheus/9.0.7/LICENSE diff --git a/enterprise/prometheus/9.0.7/README.md b/enterprise/prometheus/9.0.7/README.md new file mode 100644 index 0000000000..de60b9ed65 --- /dev/null +++ b/enterprise/prometheus/9.0.7/README.md @@ -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/enterprise/) + +**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%20Apps/Important-MUST-READ). +- 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* diff --git a/enterprise/prometheus/9.0.7/app-changelog.md b/enterprise/prometheus/9.0.7/app-changelog.md new file mode 100644 index 0000000000..c00afee32d --- /dev/null +++ b/enterprise/prometheus/9.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prometheus-9.0.7](https://github.com/truecharts/charts/compare/prometheus-9.0.6...prometheus-9.0.7) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/enterprise/prometheus/9.0.6/app-readme.md b/enterprise/prometheus/9.0.7/app-readme.md similarity index 100% rename from enterprise/prometheus/9.0.6/app-readme.md rename to enterprise/prometheus/9.0.7/app-readme.md diff --git a/stable/kiwix-serve/4.0.16/charts/common-12.9.2.tgz b/enterprise/prometheus/9.0.7/charts/common-12.9.2.tgz similarity index 100% rename from stable/kiwix-serve/4.0.16/charts/common-12.9.2.tgz rename to enterprise/prometheus/9.0.7/charts/common-12.9.2.tgz diff --git a/enterprise/prometheus/9.0.6/charts/kube-state-metrics-1.0.2.tgz b/enterprise/prometheus/9.0.7/charts/kube-state-metrics-1.0.2.tgz similarity index 100% rename from enterprise/prometheus/9.0.6/charts/kube-state-metrics-1.0.2.tgz rename to enterprise/prometheus/9.0.7/charts/kube-state-metrics-1.0.2.tgz diff --git a/enterprise/prometheus/9.0.6/charts/node-exporter-1.0.2.tgz b/enterprise/prometheus/9.0.7/charts/node-exporter-1.0.2.tgz similarity index 100% rename from enterprise/prometheus/9.0.6/charts/node-exporter-1.0.2.tgz rename to enterprise/prometheus/9.0.7/charts/node-exporter-1.0.2.tgz diff --git a/enterprise/prometheus/9.0.6/ix_values.yaml b/enterprise/prometheus/9.0.7/ix_values.yaml similarity index 99% rename from enterprise/prometheus/9.0.6/ix_values.yaml rename to enterprise/prometheus/9.0.7/ix_values.yaml index 58ccfa9c7f..4700f095ba 100644 --- a/enterprise/prometheus/9.0.6/ix_values.yaml +++ b/enterprise/prometheus/9.0.7/ix_values.yaml @@ -972,7 +972,8 @@ alertmanager: global: resolve_timeout: 5m route: - group_by: ["job"] + group_by: + - job group_wait: 30s group_interval: 5m repeat_interval: 12h diff --git a/enterprise/prometheus/9.0.6/questions.yaml b/enterprise/prometheus/9.0.7/questions.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/questions.yaml rename to enterprise/prometheus/9.0.7/questions.yaml diff --git a/stable/kiwix-serve/4.0.16/templates/NOTES.txt b/enterprise/prometheus/9.0.7/templates/NOTES.txt similarity index 100% rename from stable/kiwix-serve/4.0.16/templates/NOTES.txt rename to enterprise/prometheus/9.0.7/templates/NOTES.txt diff --git a/enterprise/prometheus/9.0.6/templates/_helpers.tpl b/enterprise/prometheus/9.0.7/templates/_helpers.tpl similarity index 100% rename from enterprise/prometheus/9.0.6/templates/_helpers.tpl rename to enterprise/prometheus/9.0.7/templates/_helpers.tpl diff --git a/enterprise/prometheus/9.0.6/templates/alertmanager/_alertmanager.tpl b/enterprise/prometheus/9.0.7/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from enterprise/prometheus/9.0.6/templates/alertmanager/_alertmanager.tpl rename to enterprise/prometheus/9.0.7/templates/alertmanager/_alertmanager.tpl diff --git a/enterprise/prometheus/9.0.6/templates/alertmanager/secrets.yaml b/enterprise/prometheus/9.0.7/templates/alertmanager/secrets.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/alertmanager/secrets.yaml rename to enterprise/prometheus/9.0.7/templates/alertmanager/secrets.yaml diff --git a/enterprise/prometheus/9.0.6/templates/alertmanager/serviceaccount.yaml b/enterprise/prometheus/9.0.7/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/alertmanager/serviceaccount.yaml rename to enterprise/prometheus/9.0.7/templates/alertmanager/serviceaccount.yaml diff --git a/enterprise/prometheus/9.0.6/templates/alertmanager/servicemonitor.yaml b/enterprise/prometheus/9.0.7/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/alertmanager/servicemonitor.yaml rename to enterprise/prometheus/9.0.7/templates/alertmanager/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.6/templates/common.yaml b/enterprise/prometheus/9.0.7/templates/common.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/common.yaml rename to enterprise/prometheus/9.0.7/templates/common.yaml diff --git a/enterprise/prometheus/9.0.6/templates/exporters/core-dns/service.yaml b/enterprise/prometheus/9.0.7/templates/exporters/core-dns/service.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/exporters/core-dns/service.yaml rename to enterprise/prometheus/9.0.7/templates/exporters/core-dns/service.yaml diff --git a/enterprise/prometheus/9.0.6/templates/exporters/core-dns/servicemonitor.yaml b/enterprise/prometheus/9.0.7/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/exporters/core-dns/servicemonitor.yaml rename to enterprise/prometheus/9.0.7/templates/exporters/core-dns/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.6/templates/exporters/kube-apiserver/servicemonitor.yaml b/enterprise/prometheus/9.0.7/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/exporters/kube-apiserver/servicemonitor.yaml rename to enterprise/prometheus/9.0.7/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.6/templates/exporters/kube-controller-manager/endpoints.yaml b/enterprise/prometheus/9.0.7/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/exporters/kube-controller-manager/endpoints.yaml rename to enterprise/prometheus/9.0.7/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/enterprise/prometheus/9.0.6/templates/exporters/kube-controller-manager/service.yaml b/enterprise/prometheus/9.0.7/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/exporters/kube-controller-manager/service.yaml rename to enterprise/prometheus/9.0.7/templates/exporters/kube-controller-manager/service.yaml diff --git a/enterprise/prometheus/9.0.6/templates/exporters/kube-controller-manager/servicemonitor.yaml b/enterprise/prometheus/9.0.7/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to enterprise/prometheus/9.0.7/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.6/templates/exporters/kube-scheduler/endpoints.yaml b/enterprise/prometheus/9.0.7/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/exporters/kube-scheduler/endpoints.yaml rename to enterprise/prometheus/9.0.7/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/enterprise/prometheus/9.0.6/templates/exporters/kube-scheduler/service.yaml b/enterprise/prometheus/9.0.7/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/exporters/kube-scheduler/service.yaml rename to enterprise/prometheus/9.0.7/templates/exporters/kube-scheduler/service.yaml diff --git a/enterprise/prometheus/9.0.6/templates/exporters/kube-scheduler/servicemonitor.yaml b/enterprise/prometheus/9.0.7/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/exporters/kube-scheduler/servicemonitor.yaml rename to enterprise/prometheus/9.0.7/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.6/templates/exporters/kubelet/servicemonitor.yaml b/enterprise/prometheus/9.0.7/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/exporters/kubelet/servicemonitor.yaml rename to enterprise/prometheus/9.0.7/templates/exporters/kubelet/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.6/templates/prometheus/_additionalPrometheusRules.tpl b/enterprise/prometheus/9.0.7/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from enterprise/prometheus/9.0.6/templates/prometheus/_additionalPrometheusRules.tpl rename to enterprise/prometheus/9.0.7/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/enterprise/prometheus/9.0.6/templates/prometheus/_additionalScrapeJobs.tpl b/enterprise/prometheus/9.0.7/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from enterprise/prometheus/9.0.6/templates/prometheus/_additionalScrapeJobs.tpl rename to enterprise/prometheus/9.0.7/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/enterprise/prometheus/9.0.6/templates/prometheus/_prometheus.tpl b/enterprise/prometheus/9.0.7/templates/prometheus/_prometheus.tpl similarity index 100% rename from enterprise/prometheus/9.0.6/templates/prometheus/_prometheus.tpl rename to enterprise/prometheus/9.0.7/templates/prometheus/_prometheus.tpl diff --git a/enterprise/prometheus/9.0.6/templates/prometheus/_servicemonitor.tpl b/enterprise/prometheus/9.0.7/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from enterprise/prometheus/9.0.6/templates/prometheus/_servicemonitor.tpl rename to enterprise/prometheus/9.0.7/templates/prometheus/_servicemonitor.tpl diff --git a/enterprise/prometheus/9.0.6/templates/prometheus/clusterrole.yaml b/enterprise/prometheus/9.0.7/templates/prometheus/clusterrole.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/prometheus/clusterrole.yaml rename to enterprise/prometheus/9.0.7/templates/prometheus/clusterrole.yaml diff --git a/enterprise/prometheus/9.0.6/templates/prometheus/clusterrolebinding.yaml b/enterprise/prometheus/9.0.7/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/prometheus/clusterrolebinding.yaml rename to enterprise/prometheus/9.0.7/templates/prometheus/clusterrolebinding.yaml diff --git a/enterprise/prometheus/9.0.6/templates/prometheus/serviceaccount.yaml b/enterprise/prometheus/9.0.7/templates/prometheus/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/9.0.6/templates/prometheus/serviceaccount.yaml rename to enterprise/prometheus/9.0.7/templates/prometheus/serviceaccount.yaml diff --git a/stable/kiwix-serve/4.0.16/values.yaml b/enterprise/prometheus/9.0.7/values.yaml similarity index 100% rename from stable/kiwix-serve/4.0.16/values.yaml rename to enterprise/prometheus/9.0.7/values.yaml diff --git a/stable/gitea/13.0.8/CHANGELOG.md b/stable/gitea/13.0.8/CHANGELOG.md new file mode 100644 index 0000000000..6017b20e65 --- /dev/null +++ b/stable/gitea/13.0.8/CHANGELOG.md @@ -0,0 +1,99 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [gitea-13.0.8](https://github.com/truecharts/charts/compare/gitea-13.0.7...gitea-13.0.8) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + +## [gitea-13.0.7](https://github.com/truecharts/charts/compare/gitea-13.0.6...gitea-13.0.7) (2023-05-22) + +### Chore + +- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) + + + + +## [gitea-13.0.6](https://github.com/truecharts/charts/compare/gitea-13.0.5...gitea-13.0.6) (2023-05-22) + +### Feat + +- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007)) + + + + +## [gitea-13.0.5](https://github.com/truecharts/charts/compare/gitea-13.0.4...gitea-13.0.5) (2023-05-16) + +### Chore + +- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979)) + + + + +## [gitea-13.0.4](https://github.com/truecharts/charts/compare/gitea-13.0.3...gitea-13.0.4) (2023-05-07) + +### Chore + +- update container image tccr.io/truecharts/gitea to v1.19.3 ([#8820](https://github.com/truecharts/charts/issues/8820)) + + + + +## [gitea-13.0.3](https://github.com/truecharts/charts/compare/gitea-13.0.2...gitea-13.0.3) (2023-05-05) + +### Chore + +- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782)) + + + + +## [gitea-13.0.2](https://github.com/truecharts/charts/compare/gitea-13.0.1...gitea-13.0.2) (2023-05-03) + +### Chore + +- update helm general non-major ([#8739](https://github.com/truecharts/charts/issues/8739)) + + + + +## [gitea-13.0.1](https://github.com/truecharts/charts/compare/gitea-13.0.0...gitea-13.0.1) (2023-05-02) + +### Chore + +- update container image tccr.io/truecharts/gitea to v1.19.2 ([#8577](https://github.com/truecharts/charts/issues/8577)) + + + + +## [gitea-13.0.0](https://github.com/truecharts/charts/compare/gitea-12.0.31...gitea-13.0.0) (2023-04-30) + +### Feat + +- BREAKING CHANGE migrate to new common part 5 ([#8615](https://github.com/truecharts/charts/issues/8615)) + + + + +## [gitea-12.0.31](https://github.com/truecharts/charts/compare/gitea-12.0.30...gitea-12.0.31) (2023-02-27) + +### Chore + +- update helm general non-major ([#7725](https://github.com/truecharts/charts/issues/7725)) + + + + +## [gitea-12.0.30](https://github.com/truecharts/charts/compare/gitea-12.0.29...gitea-12.0.30) (2023-02-22) + +### Chore diff --git a/stable/gitea/13.0.8/Chart.yaml b/stable/gitea/13.0.8/Chart.yaml new file mode 100644 index 0000000000..4c0ebfa235 --- /dev/null +++ b/stable/gitea/13.0.8/Chart.yaml @@ -0,0 +1,37 @@ +apiVersion: v2 +appVersion: "1.19.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 12.9.2 + - condition: memcached.enabled + name: memcached + repository: https://deps.truecharts.org/ + version: 6.0.40 +deprecated: false +description: Self hosted GIT repositories +home: https://truecharts.org/charts/stable/gitea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png +keywords: + - git + - issue tracker + - code review + - wiki + - gitea + - gogs +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: gitea +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gitea + - https://gitea.com/gitea/helm-chart + - https://github.com/go-gitea/gitea +type: application +version: 13.0.8 +annotations: + truecharts.org/catagories: | + - GIT + truecharts.org/SCALE-support: "true" diff --git a/stable/gitea/13.0.8/LICENSE b/stable/gitea/13.0.8/LICENSE new file mode 100644 index 0000000000..33a8cbb23f --- /dev/null +++ b/stable/gitea/13.0.8/LICENSE @@ -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. diff --git a/stable/kiwix-serve/4.0.16/README.md b/stable/gitea/13.0.8/README.md similarity index 100% rename from stable/kiwix-serve/4.0.16/README.md rename to stable/gitea/13.0.8/README.md diff --git a/stable/gitea/13.0.8/app-changelog.md b/stable/gitea/13.0.8/app-changelog.md new file mode 100644 index 0000000000..6d1e973b6f --- /dev/null +++ b/stable/gitea/13.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gitea-13.0.8](https://github.com/truecharts/charts/compare/gitea-13.0.7...gitea-13.0.8) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/gitea/13.0.8/app-readme.md b/stable/gitea/13.0.8/app-readme.md new file mode 100644 index 0000000000..e8603ada35 --- /dev/null +++ b/stable/gitea/13.0.8/app-readme.md @@ -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! diff --git a/stable/lldap/1.1.5/charts/common-12.9.2.tgz b/stable/gitea/13.0.8/charts/common-12.9.2.tgz similarity index 100% rename from stable/lldap/1.1.5/charts/common-12.9.2.tgz rename to stable/gitea/13.0.8/charts/common-12.9.2.tgz diff --git a/stable/gitea/13.0.8/charts/memcached-6.0.40.tgz b/stable/gitea/13.0.8/charts/memcached-6.0.40.tgz new file mode 100644 index 0000000000..b4b7d2b70a Binary files /dev/null and b/stable/gitea/13.0.8/charts/memcached-6.0.40.tgz differ diff --git a/stable/gitea/13.0.8/ix_values.yaml b/stable/gitea/13.0.8/ix_values.yaml new file mode 100644 index 0000000000..cc61d45711 --- /dev/null +++ b/stable/gitea/13.0.8/ix_values.yaml @@ -0,0 +1,131 @@ +image: + repository: tccr.io/truecharts/gitea + tag: v1.19.3@sha256:790cb2596272e0e60ced177a7137a6312ce312de57edd593d144ca970d8099f5 + 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" +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 diff --git a/stable/gitea/13.0.8/questions.yaml b/stable/gitea/13.0.8/questions.yaml new file mode 100644 index 0000000000..f5071d174c --- /dev/null +++ b/stable/gitea/13.0.8/questions.yaml @@ -0,0 +1,2081 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "2"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + - variable: admin + group: "App Configuration" + label: "Admin Credentials" + schema: + additional_attrs: true + type: dict + attrs: + - variable: username + label: "username" + schema: + type: string + valid_chars: '^(?!^admin$).*$' + required: true + - variable: password + label: "password" + schema: + type: string + required: true + private: true + - variable: email + label: "email" + schema: + type: string + required: true + - variable: config + group: "App Configuration" + label: "Admin Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_NAME + label: "APP_NAME" + schema: + type: string + default: "Gitea" + required: true + - variable: RUN_MODE + label: "RUN_MODE" + schema: + type: string + default: "prod" + enum: + - value: "prod" + description: "Production" + - value: "dev" + description: "Development" + - value: "test" + description: "Testing" + - variable: ALLOWED_HOST_LIST + label: "ALLOWED_HOST_LIST" + schema: + type: string + default: "127.0.0.1" + required: true + - variable: nodeIP + label: Node IP + description: Used to generate configuration, when installed without ingress + schema: + type: string + required: true + $ref: + - "definitions/nodeIP" + - variable: customConfig + group: "App Configuration" + label: "Custom Configuration parameters" + schema: + type: list + default: [] + items: + - variable: catagoryItem + label: "Catagory" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Config Catagory Name" + schema: + type: string + required: true + - variable: keys + label: "Configuration Parameters" + schema: + type: list + default: [] + items: + - variable: configItem + label: "parameter" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Parameter Name" + schema: + type: string + required: true + - variable: value + label: "Parameter Value" + schema: + type: string + required: true + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10037 + required: true + - variable: ssh + label: "SSH Service" + description: "The SSH service" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ssh + label: "SSH Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 2222 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: data + label: "App data Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: certificateIssuer + label: Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["certificateIssuer", "=", ""]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + required: true + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + default: "" + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["clusterIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" + - variable: entrypoint + label: Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + required: true + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 1000 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 1000 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 1000 + + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + - variable: scaleGPU + label: GPU Configuration + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: workaround + label: "Workaround" + schema: + type: string + default: workaround + hidden: true +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/lldap/1.1.5/NOTES.txt b/stable/gitea/13.0.8/templates/NOTES.txt similarity index 100% rename from stable/lldap/1.1.5/NOTES.txt rename to stable/gitea/13.0.8/templates/NOTES.txt diff --git a/stable/gitea/13.0.8/templates/_configmap.tpl b/stable/gitea/13.0.8/templates/_configmap.tpl new file mode 100644 index 0000000000..7605060d62 --- /dev/null +++ b/stable/gitea/13.0.8/templates/_configmap.tpl @@ -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 -}} diff --git a/stable/gitea/13.0.8/templates/_secrets.tpl b/stable/gitea/13.0.8/templates/_secrets.tpl new file mode 100644 index 0000000000..b0d30ed35c --- /dev/null +++ b/stable/gitea/13.0.8/templates/_secrets.tpl @@ -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.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 -}} diff --git a/stable/gitea/13.0.8/templates/common.yaml b/stable/gitea/13.0.8/templates/common.yaml new file mode 100644 index 0000000000..ebc9e9874f --- /dev/null +++ b/stable/gitea/13.0.8/templates/common.yaml @@ -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" . }} diff --git a/stable/lldap/1.1.5/values.yaml b/stable/gitea/13.0.8/values.yaml similarity index 100% rename from stable/lldap/1.1.5/values.yaml rename to stable/gitea/13.0.8/values.yaml diff --git a/stable/kiwix-serve/4.0.16/app-changelog.md b/stable/kiwix-serve/4.0.16/app-changelog.md deleted file mode 100644 index e083ed86c2..0000000000 --- a/stable/kiwix-serve/4.0.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [kiwix-serve-4.0.16](https://github.com/truecharts/charts/compare/kiwix-serve-4.0.15...kiwix-serve-4.0.16) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - \ No newline at end of file diff --git a/stable/kiwix-serve/4.0.16/CHANGELOG.md b/stable/kiwix-serve/4.0.17/CHANGELOG.md similarity index 91% rename from stable/kiwix-serve/4.0.16/CHANGELOG.md rename to stable/kiwix-serve/4.0.17/CHANGELOG.md index f8035d4692..85a2e86f3e 100644 --- a/stable/kiwix-serve/4.0.16/CHANGELOG.md +++ b/stable/kiwix-serve/4.0.17/CHANGELOG.md @@ -4,6 +4,15 @@ +## [kiwix-serve-4.0.17](https://github.com/truecharts/charts/compare/kiwix-serve-4.0.16...kiwix-serve-4.0.17) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [kiwix-serve-4.0.16](https://github.com/truecharts/charts/compare/kiwix-serve-4.0.15...kiwix-serve-4.0.16) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ ## [kiwix-serve-4.0.7](https://github.com/truecharts/charts/compare/kiwix-serve-4.0.6...kiwix-serve-4.0.7) (2023-04-20) ### Chore - -- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087)) - - - - -## [kiwix-serve-4.0.6](https://github.com/truecharts/charts/compare/kiwix-serve-4.0.5...kiwix-serve-4.0.6) (2023-04-16) - -### Chore diff --git a/stable/kiwix-serve/4.0.16/Chart.yaml b/stable/kiwix-serve/4.0.17/Chart.yaml similarity index 98% rename from stable/kiwix-serve/4.0.16/Chart.yaml rename to stable/kiwix-serve/4.0.17/Chart.yaml index 5a21e5fd1e..47021be283 100644 --- a/stable/kiwix-serve/4.0.16/Chart.yaml +++ b/stable/kiwix-serve/4.0.17/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://www.kiwix.org/ - https://github.com/kiwix/kiwix-tools/blob/master/docker/server type: application -version: 4.0.16 +version: 4.0.17 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/stable/lldap/1.1.5/README.md b/stable/kiwix-serve/4.0.17/README.md similarity index 100% rename from stable/lldap/1.1.5/README.md rename to stable/kiwix-serve/4.0.17/README.md diff --git a/stable/kiwix-serve/4.0.17/app-changelog.md b/stable/kiwix-serve/4.0.17/app-changelog.md new file mode 100644 index 0000000000..dafcfea244 --- /dev/null +++ b/stable/kiwix-serve/4.0.17/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kiwix-serve-4.0.17](https://github.com/truecharts/charts/compare/kiwix-serve-4.0.16...kiwix-serve-4.0.17) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/kiwix-serve/4.0.16/app-readme.md b/stable/kiwix-serve/4.0.17/app-readme.md similarity index 100% rename from stable/kiwix-serve/4.0.16/app-readme.md rename to stable/kiwix-serve/4.0.17/app-readme.md diff --git a/stable/minio-console/6.0.17/charts/common-12.9.2.tgz b/stable/kiwix-serve/4.0.17/charts/common-12.9.2.tgz similarity index 100% rename from stable/minio-console/6.0.17/charts/common-12.9.2.tgz rename to stable/kiwix-serve/4.0.17/charts/common-12.9.2.tgz diff --git a/stable/kiwix-serve/4.0.16/ix_values.yaml b/stable/kiwix-serve/4.0.17/ix_values.yaml similarity index 94% rename from stable/kiwix-serve/4.0.16/ix_values.yaml rename to stable/kiwix-serve/4.0.17/ix_values.yaml index 2b92905ce4..e82a49d271 100644 --- a/stable/kiwix-serve/4.0.16/ix_values.yaml +++ b/stable/kiwix-serve/4.0.17/ix_values.yaml @@ -29,4 +29,5 @@ workload: env: DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim PORT: "{{ .Values.service.main.ports.main.port }}" - args: ["*.zim"] + args: + - "*.zim" diff --git a/stable/kiwix-serve/4.0.16/questions.yaml b/stable/kiwix-serve/4.0.17/questions.yaml similarity index 100% rename from stable/kiwix-serve/4.0.16/questions.yaml rename to stable/kiwix-serve/4.0.17/questions.yaml diff --git a/stable/minio-console/6.0.17/templates/NOTES.txt b/stable/kiwix-serve/4.0.17/templates/NOTES.txt similarity index 100% rename from stable/minio-console/6.0.17/templates/NOTES.txt rename to stable/kiwix-serve/4.0.17/templates/NOTES.txt diff --git a/stable/kiwix-serve/4.0.16/templates/common.yaml b/stable/kiwix-serve/4.0.17/templates/common.yaml similarity index 100% rename from stable/kiwix-serve/4.0.16/templates/common.yaml rename to stable/kiwix-serve/4.0.17/templates/common.yaml diff --git a/stable/minio-console/6.0.17/values.yaml b/stable/kiwix-serve/4.0.17/values.yaml similarity index 100% rename from stable/minio-console/6.0.17/values.yaml rename to stable/kiwix-serve/4.0.17/values.yaml diff --git a/stable/lldap/1.1.5/app-changelog.md b/stable/lldap/1.1.5/app-changelog.md deleted file mode 100644 index efd7f5b08a..0000000000 --- a/stable/lldap/1.1.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [lldap-1.1.5](https://github.com/truecharts/charts/compare/lldap-1.1.4...lldap-1.1.5) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - \ No newline at end of file diff --git a/stable/lldap/1.1.5/CHANGELOG.md b/stable/lldap/1.1.6/CHANGELOG.md similarity index 91% rename from stable/lldap/1.1.5/CHANGELOG.md rename to stable/lldap/1.1.6/CHANGELOG.md index effc565856..c7e9fb7387 100644 --- a/stable/lldap/1.1.5/CHANGELOG.md +++ b/stable/lldap/1.1.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [lldap-1.1.6](https://github.com/truecharts/charts/compare/lldap-1.1.5...lldap-1.1.6) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [lldap-1.1.5](https://github.com/truecharts/charts/compare/lldap-1.1.4...lldap-1.1.5) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087)) - - -## [lldap-1.0.3](https://github.com/truecharts/charts/compare/lldap-1.0.2...lldap-1.0.3) (2023-04-16) - -### Chore - -- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071)) - - diff --git a/stable/lldap/1.1.5/Chart.yaml b/stable/lldap/1.1.6/Chart.yaml similarity index 98% rename from stable/lldap/1.1.5/Chart.yaml rename to stable/lldap/1.1.6/Chart.yaml index bed4628975..516cb6cafa 100644 --- a/stable/lldap/1.1.5/Chart.yaml +++ b/stable/lldap/1.1.6/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lldap - https://github.com/nitnelave/lldap type: application -version: 1.1.5 +version: 1.1.6 annotations: truecharts.org/catagories: | - ldap diff --git a/stable/minio/6.0.18/templates/NOTES.txt b/stable/lldap/1.1.6/NOTES.txt similarity index 100% rename from stable/minio/6.0.18/templates/NOTES.txt rename to stable/lldap/1.1.6/NOTES.txt diff --git a/stable/minio-console/6.0.17/README.md b/stable/lldap/1.1.6/README.md similarity index 100% rename from stable/minio-console/6.0.17/README.md rename to stable/lldap/1.1.6/README.md diff --git a/stable/lldap/1.1.6/app-changelog.md b/stable/lldap/1.1.6/app-changelog.md new file mode 100644 index 0000000000..39936552a0 --- /dev/null +++ b/stable/lldap/1.1.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lldap-1.1.6](https://github.com/truecharts/charts/compare/lldap-1.1.5...lldap-1.1.6) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/lldap/1.1.5/app-readme.md b/stable/lldap/1.1.6/app-readme.md similarity index 100% rename from stable/lldap/1.1.5/app-readme.md rename to stable/lldap/1.1.6/app-readme.md diff --git a/stable/minio/6.0.18/charts/common-12.9.2.tgz b/stable/lldap/1.1.6/charts/common-12.9.2.tgz similarity index 100% rename from stable/minio/6.0.18/charts/common-12.9.2.tgz rename to stable/lldap/1.1.6/charts/common-12.9.2.tgz diff --git a/stable/lldap/1.1.5/ix_values.yaml b/stable/lldap/1.1.6/ix_values.yaml similarity index 92% rename from stable/lldap/1.1.5/ix_values.yaml rename to stable/lldap/1.1.6/ix_values.yaml index 592d469c33..577eb942b9 100644 --- a/stable/lldap/1.1.5/ix_values.yaml +++ b/stable/lldap/1.1.6/ix_values.yaml @@ -26,8 +26,10 @@ workload: podSpec: containers: main: - command: ["/app/lldap"] - args: ["run"] + command: + - "/app/lldap" + args: + - "run" env: LLDAP_LDAP_BASE_DN: "dc=example,dc=com" LLDAP_JWT_SECRET: diff --git a/stable/lldap/1.1.5/questions.yaml b/stable/lldap/1.1.6/questions.yaml similarity index 100% rename from stable/lldap/1.1.5/questions.yaml rename to stable/lldap/1.1.6/questions.yaml diff --git a/stable/lldap/1.1.5/templates/_secrets.tpl b/stable/lldap/1.1.6/templates/_secrets.tpl similarity index 100% rename from stable/lldap/1.1.5/templates/_secrets.tpl rename to stable/lldap/1.1.6/templates/_secrets.tpl diff --git a/stable/lldap/1.1.5/templates/common.yaml b/stable/lldap/1.1.6/templates/common.yaml similarity index 100% rename from stable/lldap/1.1.5/templates/common.yaml rename to stable/lldap/1.1.6/templates/common.yaml diff --git a/stable/minio/6.0.18/values.yaml b/stable/lldap/1.1.6/values.yaml similarity index 100% rename from stable/minio/6.0.18/values.yaml rename to stable/lldap/1.1.6/values.yaml diff --git a/stable/minio-console/6.0.17/app-changelog.md b/stable/minio-console/6.0.17/app-changelog.md deleted file mode 100644 index ede11c3d70..0000000000 --- a/stable/minio-console/6.0.17/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [minio-console-6.0.17](https://github.com/truecharts/charts/compare/minio-console-6.0.16...minio-console-6.0.17) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - \ No newline at end of file diff --git a/stable/minio-console/6.0.17/CHANGELOG.md b/stable/minio-console/6.0.18/CHANGELOG.md similarity index 91% rename from stable/minio-console/6.0.17/CHANGELOG.md rename to stable/minio-console/6.0.18/CHANGELOG.md index 37181a0db5..85ba98e6e2 100644 --- a/stable/minio-console/6.0.17/CHANGELOG.md +++ b/stable/minio-console/6.0.18/CHANGELOG.md @@ -4,6 +4,15 @@ +## [minio-console-6.0.18](https://github.com/truecharts/charts/compare/minio-console-6.0.17...minio-console-6.0.18) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [minio-console-6.0.17](https://github.com/truecharts/charts/compare/minio-console-6.0.16...minio-console-6.0.17) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ ## [minio-console-6.0.8](https://github.com/truecharts/charts/compare/minio-console-6.0.7...minio-console-6.0.8) (2023-04-25) ### Chore - -- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145)) - - - - -## [minio-console-6.0.7](https://github.com/truecharts/charts/compare/minio-console-6.0.6...minio-console-6.0.7) (2023-04-20) - -### Chore diff --git a/stable/minio-console/6.0.17/Chart.yaml b/stable/minio-console/6.0.18/Chart.yaml similarity index 97% rename from stable/minio-console/6.0.17/Chart.yaml rename to stable/minio-console/6.0.18/Chart.yaml index fd892b6107..faf559e439 100644 --- a/stable/minio-console/6.0.17/Chart.yaml +++ b/stable/minio-console/6.0.18/Chart.yaml @@ -20,7 +20,7 @@ name: minio-console sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console - https://github.com/minio/console -version: 6.0.17 +version: 6.0.18 annotations: truecharts.org/catagories: | - media diff --git a/stable/minio/6.0.18/README.md b/stable/minio-console/6.0.18/README.md similarity index 100% rename from stable/minio/6.0.18/README.md rename to stable/minio-console/6.0.18/README.md diff --git a/stable/minio-console/6.0.18/app-changelog.md b/stable/minio-console/6.0.18/app-changelog.md new file mode 100644 index 0000000000..a60bf56a17 --- /dev/null +++ b/stable/minio-console/6.0.18/app-changelog.md @@ -0,0 +1,9 @@ + + +## [minio-console-6.0.18](https://github.com/truecharts/charts/compare/minio-console-6.0.17...minio-console-6.0.18) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/minio-console/6.0.17/app-readme.md b/stable/minio-console/6.0.18/app-readme.md similarity index 100% rename from stable/minio-console/6.0.17/app-readme.md rename to stable/minio-console/6.0.18/app-readme.md diff --git a/stable/netdata/5.0.14/charts/common-12.9.2.tgz b/stable/minio-console/6.0.18/charts/common-12.9.2.tgz similarity index 100% rename from stable/netdata/5.0.14/charts/common-12.9.2.tgz rename to stable/minio-console/6.0.18/charts/common-12.9.2.tgz diff --git a/stable/minio-console/6.0.17/ix_values.yaml b/stable/minio-console/6.0.18/ix_values.yaml similarity index 94% rename from stable/minio-console/6.0.17/ix_values.yaml rename to stable/minio-console/6.0.18/ix_values.yaml index 51f75612ab..e470031f41 100644 --- a/stable/minio-console/6.0.17/ix_values.yaml +++ b/stable/minio-console/6.0.18/ix_values.yaml @@ -29,4 +29,5 @@ workload: CONSOLE_MINIO_SERVER: "" CONSOLE_PBKDF_PASSPHRASE: "changeme" CONSOLE_PBKDF_SALT: "changeme" - args: ["server"] + args: + - "server" diff --git a/stable/minio-console/6.0.17/questions.yaml b/stable/minio-console/6.0.18/questions.yaml similarity index 100% rename from stable/minio-console/6.0.17/questions.yaml rename to stable/minio-console/6.0.18/questions.yaml diff --git a/stable/netdata/5.0.14/templates/NOTES.txt b/stable/minio-console/6.0.18/templates/NOTES.txt similarity index 100% rename from stable/netdata/5.0.14/templates/NOTES.txt rename to stable/minio-console/6.0.18/templates/NOTES.txt diff --git a/stable/minio-console/6.0.17/templates/common.yaml b/stable/minio-console/6.0.18/templates/common.yaml similarity index 100% rename from stable/minio-console/6.0.17/templates/common.yaml rename to stable/minio-console/6.0.18/templates/common.yaml diff --git a/stable/netdata/5.0.14/values.yaml b/stable/minio-console/6.0.18/values.yaml similarity index 100% rename from stable/netdata/5.0.14/values.yaml rename to stable/minio-console/6.0.18/values.yaml diff --git a/stable/minio/6.0.18/app-changelog.md b/stable/minio/6.0.18/app-changelog.md deleted file mode 100644 index 8e2d0cb643..0000000000 --- a/stable/minio/6.0.18/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [minio-6.0.18](https://github.com/truecharts/charts/compare/minio-6.0.17...minio-6.0.18) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - \ No newline at end of file diff --git a/stable/minio/6.0.18/CHANGELOG.md b/stable/minio/6.0.19/CHANGELOG.md similarity index 92% rename from stable/minio/6.0.18/CHANGELOG.md rename to stable/minio/6.0.19/CHANGELOG.md index c612c0cc2a..627e571ac5 100644 --- a/stable/minio/6.0.18/CHANGELOG.md +++ b/stable/minio/6.0.19/CHANGELOG.md @@ -4,6 +4,15 @@ +## [minio-6.0.19](https://github.com/truecharts/charts/compare/minio-6.0.18...minio-6.0.19) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [minio-6.0.18](https://github.com/truecharts/charts/compare/minio-6.0.17...minio-6.0.18) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ ## [minio-6.0.9](https://github.com/truecharts/charts/compare/minio-6.0.8...minio-6.0.9) (2023-04-25) ### Chore - -- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) - - - - -## [minio-6.0.8](https://github.com/truecharts/charts/compare/minio-6.0.7...minio-6.0.8) (2023-04-25) - -### Chore diff --git a/stable/minio/6.0.18/Chart.yaml b/stable/minio/6.0.19/Chart.yaml similarity index 97% rename from stable/minio/6.0.18/Chart.yaml rename to stable/minio/6.0.19/Chart.yaml index 60a656e87e..d8cf68c15d 100644 --- a/stable/minio/6.0.18/Chart.yaml +++ b/stable/minio/6.0.19/Chart.yaml @@ -20,7 +20,7 @@ name: minio sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minio - https://github.com/minio/minio -version: 6.0.18 +version: 6.0.19 annotations: truecharts.org/catagories: | - media diff --git a/stable/netdata/5.0.14/README.md b/stable/minio/6.0.19/README.md similarity index 100% rename from stable/netdata/5.0.14/README.md rename to stable/minio/6.0.19/README.md diff --git a/stable/minio/6.0.19/app-changelog.md b/stable/minio/6.0.19/app-changelog.md new file mode 100644 index 0000000000..106d54579d --- /dev/null +++ b/stable/minio/6.0.19/app-changelog.md @@ -0,0 +1,9 @@ + + +## [minio-6.0.19](https://github.com/truecharts/charts/compare/minio-6.0.18...minio-6.0.19) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/minio/6.0.18/app-readme.md b/stable/minio/6.0.19/app-readme.md similarity index 100% rename from stable/minio/6.0.18/app-readme.md rename to stable/minio/6.0.19/app-readme.md diff --git a/stable/ntfy/5.0.7/charts/common-12.9.2.tgz b/stable/minio/6.0.19/charts/common-12.9.2.tgz similarity index 100% rename from stable/ntfy/5.0.7/charts/common-12.9.2.tgz rename to stable/minio/6.0.19/charts/common-12.9.2.tgz diff --git a/stable/minio/6.0.18/ix_values.yaml b/stable/minio/6.0.19/ix_values.yaml similarity index 86% rename from stable/minio/6.0.18/ix_values.yaml rename to stable/minio/6.0.19/ix_values.yaml index ca59c498ea..0017fb9321 100644 --- a/stable/minio/6.0.18/ix_values.yaml +++ b/stable/minio/6.0.19/ix_values.yaml @@ -49,14 +49,12 @@ workload: path: "/minio/health/ready" port: 10106 args: - [ - "server", - "/data", - "--address", - ":10106", - "--console-address", - ":10107", - ] + - "server" + - "/data" + - "--address" + - ":10106" + - "--console-address" + - ":10107" env: MINIO_ROOT_USER: "minio" MINIO_BROWSER_REDIRECT_URL: "" diff --git a/stable/minio/6.0.18/questions.yaml b/stable/minio/6.0.19/questions.yaml similarity index 100% rename from stable/minio/6.0.18/questions.yaml rename to stable/minio/6.0.19/questions.yaml diff --git a/stable/ntfy/5.0.7/templates/NOTES.txt b/stable/minio/6.0.19/templates/NOTES.txt similarity index 100% rename from stable/ntfy/5.0.7/templates/NOTES.txt rename to stable/minio/6.0.19/templates/NOTES.txt diff --git a/stable/minio/6.0.18/templates/common.yaml b/stable/minio/6.0.19/templates/common.yaml similarity index 100% rename from stable/minio/6.0.18/templates/common.yaml rename to stable/minio/6.0.19/templates/common.yaml diff --git a/stable/ntfy/5.0.7/values.yaml b/stable/minio/6.0.19/values.yaml similarity index 100% rename from stable/ntfy/5.0.7/values.yaml rename to stable/minio/6.0.19/values.yaml diff --git a/stable/netdata/5.0.14/app-changelog.md b/stable/netdata/5.0.14/app-changelog.md deleted file mode 100644 index 4309a1da83..0000000000 --- a/stable/netdata/5.0.14/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [netdata-5.0.14](https://github.com/truecharts/charts/compare/netdata-5.0.13...netdata-5.0.14) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - \ No newline at end of file diff --git a/stable/netdata/5.0.14/CHANGELOG.md b/stable/netdata/5.0.15/CHANGELOG.md similarity index 91% rename from stable/netdata/5.0.14/CHANGELOG.md rename to stable/netdata/5.0.15/CHANGELOG.md index bed03d9af8..f9b4bf999c 100644 --- a/stable/netdata/5.0.14/CHANGELOG.md +++ b/stable/netdata/5.0.15/CHANGELOG.md @@ -4,6 +4,15 @@ +## [netdata-5.0.15](https://github.com/truecharts/charts/compare/netdata-5.0.14...netdata-5.0.15) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [netdata-5.0.14](https://github.com/truecharts/charts/compare/netdata-5.0.13...netdata-5.0.14) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ ## [netdata-5.0.5](https://github.com/truecharts/charts/compare/netdata-5.0.4...netdata-5.0.5) (2023-04-16) ### Chore - -- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061)) - - - - -## [netdata-5.0.4](https://github.com/truecharts/charts/compare/netdata-5.0.3...netdata-5.0.4) (2023-04-15) - -### Chore diff --git a/stable/netdata/5.0.14/Chart.yaml b/stable/netdata/5.0.15/Chart.yaml similarity index 97% rename from stable/netdata/5.0.14/Chart.yaml rename to stable/netdata/5.0.15/Chart.yaml index e72f28fd8a..e613963729 100644 --- a/stable/netdata/5.0.14/Chart.yaml +++ b/stable/netdata/5.0.15/Chart.yaml @@ -19,7 +19,7 @@ name: netdata sources: - https://github.com/truecharts/charts/tree/master/charts/stable/netdata - https://github.com/netdata -version: 5.0.14 +version: 5.0.15 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/ntfy/5.0.7/README.md b/stable/netdata/5.0.15/README.md similarity index 100% rename from stable/ntfy/5.0.7/README.md rename to stable/netdata/5.0.15/README.md diff --git a/stable/netdata/5.0.15/app-changelog.md b/stable/netdata/5.0.15/app-changelog.md new file mode 100644 index 0000000000..2f03c4c674 --- /dev/null +++ b/stable/netdata/5.0.15/app-changelog.md @@ -0,0 +1,9 @@ + + +## [netdata-5.0.15](https://github.com/truecharts/charts/compare/netdata-5.0.14...netdata-5.0.15) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/netdata/5.0.14/app-readme.md b/stable/netdata/5.0.15/app-readme.md similarity index 100% rename from stable/netdata/5.0.14/app-readme.md rename to stable/netdata/5.0.15/app-readme.md diff --git a/stable/pinry/5.0.11/charts/common-12.9.2.tgz b/stable/netdata/5.0.15/charts/common-12.9.2.tgz similarity index 100% rename from stable/pinry/5.0.11/charts/common-12.9.2.tgz rename to stable/netdata/5.0.15/charts/common-12.9.2.tgz diff --git a/stable/netdata/5.0.14/ix_values.yaml b/stable/netdata/5.0.15/ix_values.yaml similarity index 98% rename from stable/netdata/5.0.14/ix_values.yaml rename to stable/netdata/5.0.15/ix_values.yaml index a95dede7b3..3a9032ade5 100644 --- a/stable/netdata/5.0.14/ix_values.yaml +++ b/stable/netdata/5.0.15/ix_values.yaml @@ -41,7 +41,8 @@ rbac: - "get" - "list" - "watch" - - apiGroups: [""] + - apiGroups: + - "" resources: - "namespaces" verbs: @@ -142,7 +143,9 @@ workload: enabled: true imageSelector: image type: init - command: ["/bin/bash", "-c"] + command: + - /bin/bash + - -c args: - |- copy_config () { diff --git a/stable/netdata/5.0.14/questions.yaml b/stable/netdata/5.0.15/questions.yaml similarity index 100% rename from stable/netdata/5.0.14/questions.yaml rename to stable/netdata/5.0.15/questions.yaml diff --git a/stable/pinry/5.0.11/templates/NOTES.txt b/stable/netdata/5.0.15/templates/NOTES.txt similarity index 100% rename from stable/pinry/5.0.11/templates/NOTES.txt rename to stable/netdata/5.0.15/templates/NOTES.txt diff --git a/stable/netdata/5.0.14/templates/common.yaml b/stable/netdata/5.0.15/templates/common.yaml similarity index 100% rename from stable/netdata/5.0.14/templates/common.yaml rename to stable/netdata/5.0.15/templates/common.yaml diff --git a/stable/pinry/5.0.11/values.yaml b/stable/netdata/5.0.15/values.yaml similarity index 100% rename from stable/pinry/5.0.11/values.yaml rename to stable/netdata/5.0.15/values.yaml diff --git a/stable/ntfy/5.0.7/app-changelog.md b/stable/ntfy/5.0.7/app-changelog.md deleted file mode 100644 index 3735d598fc..0000000000 --- a/stable/ntfy/5.0.7/app-changelog.md +++ /dev/null @@ -1,13 +0,0 @@ - - -## [ntfy-5.0.7](https://github.com/truecharts/charts/compare/ntfy-5.0.6...ntfy-5.0.7) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - ### Feat - -- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007)) - - \ No newline at end of file diff --git a/stable/ntfy/5.0.7/CHANGELOG.md b/stable/ntfy/5.0.9/CHANGELOG.md similarity index 92% rename from stable/ntfy/5.0.7/CHANGELOG.md rename to stable/ntfy/5.0.9/CHANGELOG.md index 0228416a41..5725580310 100644 --- a/stable/ntfy/5.0.7/CHANGELOG.md +++ b/stable/ntfy/5.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ntfy-5.0.9](https://github.com/truecharts/charts/compare/ntfy-5.0.7...ntfy-5.0.9) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [ntfy-5.0.7](https://github.com/truecharts/charts/compare/ntfy-5.0.6...ntfy-5.0.7) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ ### Chore -- update container image tccr.io/truecharts/ntfy to v2.1.0 - - - - -## [ntfy-4.0.13](https://github.com/truecharts/charts/compare/ntfy-4.0.12...ntfy-4.0.13) (2023-02-20) - -### Chore - diff --git a/stable/ntfy/5.0.7/Chart.yaml b/stable/ntfy/5.0.9/Chart.yaml similarity index 98% rename from stable/ntfy/5.0.7/Chart.yaml rename to stable/ntfy/5.0.9/Chart.yaml index d29ef14972..1e06718b96 100644 --- a/stable/ntfy/5.0.7/Chart.yaml +++ b/stable/ntfy/5.0.9/Chart.yaml @@ -18,7 +18,7 @@ name: ntfy sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy - https://github.com/binwiederhier/ntfy/ -version: 5.0.7 +version: 5.0.9 annotations: truecharts.org/catagories: | - media diff --git a/stable/pinry/5.0.11/README.md b/stable/ntfy/5.0.9/README.md similarity index 100% rename from stable/pinry/5.0.11/README.md rename to stable/ntfy/5.0.9/README.md diff --git a/stable/ntfy/5.0.9/app-changelog.md b/stable/ntfy/5.0.9/app-changelog.md new file mode 100644 index 0000000000..3435993268 --- /dev/null +++ b/stable/ntfy/5.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ntfy-5.0.9](https://github.com/truecharts/charts/compare/ntfy-5.0.7...ntfy-5.0.9) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/ntfy/5.0.7/app-readme.md b/stable/ntfy/5.0.9/app-readme.md similarity index 100% rename from stable/ntfy/5.0.7/app-readme.md rename to stable/ntfy/5.0.9/app-readme.md diff --git a/stable/projectsend/7.0.12/charts/common-12.9.2.tgz b/stable/ntfy/5.0.9/charts/common-12.9.2.tgz similarity index 100% rename from stable/projectsend/7.0.12/charts/common-12.9.2.tgz rename to stable/ntfy/5.0.9/charts/common-12.9.2.tgz diff --git a/stable/ntfy/5.0.7/ix_values.yaml b/stable/ntfy/5.0.9/ix_values.yaml similarity index 98% rename from stable/ntfy/5.0.7/ix_values.yaml rename to stable/ntfy/5.0.9/ix_values.yaml index d9fa989e89..2d3d0c4c2b 100644 --- a/stable/ntfy/5.0.7/ix_values.yaml +++ b/stable/ntfy/5.0.9/ix_values.yaml @@ -39,7 +39,8 @@ workload: type: tcp startup: type: tcp - args: ["serve"] + args: + - "serve" env: NTFY_LISTEN_HTTP: ":{{ .Values.service.main.ports.main.port }}" # User Defined diff --git a/stable/ntfy/5.0.7/questions.yaml b/stable/ntfy/5.0.9/questions.yaml similarity index 100% rename from stable/ntfy/5.0.7/questions.yaml rename to stable/ntfy/5.0.9/questions.yaml diff --git a/stable/projectsend/7.0.12/templates/NOTES.txt b/stable/ntfy/5.0.9/templates/NOTES.txt similarity index 100% rename from stable/projectsend/7.0.12/templates/NOTES.txt rename to stable/ntfy/5.0.9/templates/NOTES.txt diff --git a/stable/ntfy/5.0.7/templates/common.yaml b/stable/ntfy/5.0.9/templates/common.yaml similarity index 100% rename from stable/ntfy/5.0.7/templates/common.yaml rename to stable/ntfy/5.0.9/templates/common.yaml diff --git a/stable/projectsend/7.0.12/values.yaml b/stable/ntfy/5.0.9/values.yaml similarity index 100% rename from stable/projectsend/7.0.12/values.yaml rename to stable/ntfy/5.0.9/values.yaml diff --git a/stable/pinry/5.0.11/app-changelog.md b/stable/pinry/5.0.11/app-changelog.md deleted file mode 100644 index 28759870cb..0000000000 --- a/stable/pinry/5.0.11/app-changelog.md +++ /dev/null @@ -1,13 +0,0 @@ - - -## [pinry-5.0.11](https://github.com/truecharts/charts/compare/pinry-5.0.10...pinry-5.0.11) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - ### Fix - -- fix mistakes on questions.yaml - - \ No newline at end of file diff --git a/stable/pinry/5.0.11/CHANGELOG.md b/stable/pinry/5.0.13/CHANGELOG.md similarity index 91% rename from stable/pinry/5.0.11/CHANGELOG.md rename to stable/pinry/5.0.13/CHANGELOG.md index 545ff4480f..e16eb70059 100644 --- a/stable/pinry/5.0.11/CHANGELOG.md +++ b/stable/pinry/5.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pinry-5.0.13](https://github.com/truecharts/charts/compare/pinry-5.0.11...pinry-5.0.13) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [pinry-5.0.11](https://github.com/truecharts/charts/compare/pinry-5.0.10...pinry-5.0.11) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ - -## [pinry-5.0.2](https://github.com/truecharts/charts/compare/pinry-5.0.1...pinry-5.0.2) (2023-04-15) - -### Chore - -- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998)) - - - diff --git a/stable/pinry/5.0.11/Chart.yaml b/stable/pinry/5.0.13/Chart.yaml similarity index 98% rename from stable/pinry/5.0.11/Chart.yaml rename to stable/pinry/5.0.13/Chart.yaml index f54647952e..3fef5773f8 100644 --- a/stable/pinry/5.0.11/Chart.yaml +++ b/stable/pinry/5.0.13/Chart.yaml @@ -18,7 +18,7 @@ name: pinry sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pinry - https://github.com/pinry/pinry/ -version: 5.0.11 +version: 5.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/projectsend/7.0.12/README.md b/stable/pinry/5.0.13/README.md similarity index 100% rename from stable/projectsend/7.0.12/README.md rename to stable/pinry/5.0.13/README.md diff --git a/stable/pinry/5.0.13/app-changelog.md b/stable/pinry/5.0.13/app-changelog.md new file mode 100644 index 0000000000..7519c96412 --- /dev/null +++ b/stable/pinry/5.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pinry-5.0.13](https://github.com/truecharts/charts/compare/pinry-5.0.11...pinry-5.0.13) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/pinry/5.0.11/app-readme.md b/stable/pinry/5.0.13/app-readme.md similarity index 100% rename from stable/pinry/5.0.11/app-readme.md rename to stable/pinry/5.0.13/app-readme.md diff --git a/stable/recyclarr/4.0.15/charts/common-12.9.2.tgz b/stable/pinry/5.0.13/charts/common-12.9.2.tgz similarity index 100% rename from stable/recyclarr/4.0.15/charts/common-12.9.2.tgz rename to stable/pinry/5.0.13/charts/common-12.9.2.tgz diff --git a/stable/pinry/5.0.11/ix_values.yaml b/stable/pinry/5.0.13/ix_values.yaml similarity index 90% rename from stable/pinry/5.0.11/ix_values.yaml rename to stable/pinry/5.0.13/ix_values.yaml index 4e93ac67ca..7d5f3e0d5d 100644 --- a/stable/pinry/5.0.11/ix_values.yaml +++ b/stable/pinry/5.0.13/ix_values.yaml @@ -36,11 +36,13 @@ workload: secretKeyRef: name: secrets key: SECRET_KEY - command: ["sh", "-c"] + command: + - sh + - -c args: - | - keyfile="/data/production_secret_key.txt"; if [ ! -f ${keyfile} ]; then - + keyfile="/data/production_secret_key.txt"; + if [ ! -f ${keyfile} ]; then echo "No ${keyfile} File..."; echo "Creating ${keyfile} file..."; echo "${SECRET_KEY}" > ${keyfile}; @@ -51,7 +53,6 @@ workload: echo "Failed."; fi; else - echo "${keyfile} File exists. Skipping..."; fi; containers: diff --git a/stable/pinry/5.0.11/questions.yaml b/stable/pinry/5.0.13/questions.yaml similarity index 100% rename from stable/pinry/5.0.11/questions.yaml rename to stable/pinry/5.0.13/questions.yaml diff --git a/stable/recyclarr/4.0.15/templates/NOTES.txt b/stable/pinry/5.0.13/templates/NOTES.txt similarity index 100% rename from stable/recyclarr/4.0.15/templates/NOTES.txt rename to stable/pinry/5.0.13/templates/NOTES.txt diff --git a/stable/pinry/5.0.11/templates/_secrets.tpl b/stable/pinry/5.0.13/templates/_secrets.tpl similarity index 100% rename from stable/pinry/5.0.11/templates/_secrets.tpl rename to stable/pinry/5.0.13/templates/_secrets.tpl diff --git a/stable/pinry/5.0.11/templates/common.yaml b/stable/pinry/5.0.13/templates/common.yaml similarity index 100% rename from stable/pinry/5.0.11/templates/common.yaml rename to stable/pinry/5.0.13/templates/common.yaml diff --git a/stable/recyclarr/4.0.15/values.yaml b/stable/pinry/5.0.13/values.yaml similarity index 100% rename from stable/recyclarr/4.0.15/values.yaml rename to stable/pinry/5.0.13/values.yaml diff --git a/stable/projectsend/7.0.12/app-changelog.md b/stable/projectsend/7.0.12/app-changelog.md deleted file mode 100644 index 2acf3f2297..0000000000 --- a/stable/projectsend/7.0.12/app-changelog.md +++ /dev/null @@ -1,13 +0,0 @@ - - -## [projectsend-7.0.12](https://github.com/truecharts/charts/compare/projectsend-7.0.11...projectsend-7.0.12) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - ### Fix - -- fix mistakes on questions.yaml - - \ No newline at end of file diff --git a/stable/projectsend/7.0.12/CHANGELOG.md b/stable/projectsend/7.0.14/CHANGELOG.md similarity index 91% rename from stable/projectsend/7.0.12/CHANGELOG.md rename to stable/projectsend/7.0.14/CHANGELOG.md index 8dd5190fa2..01d15887cf 100644 --- a/stable/projectsend/7.0.12/CHANGELOG.md +++ b/stable/projectsend/7.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [projectsend-7.0.14](https://github.com/truecharts/charts/compare/projectsend-7.0.12...projectsend-7.0.14) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [projectsend-7.0.12](https://github.com/truecharts/charts/compare/projectsend-7.0.11...projectsend-7.0.12) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ - -## [projectsend-7.0.3](https://github.com/truecharts/charts/compare/projectsend-7.0.2...projectsend-7.0.3) (2023-04-16) - -### Chore - -- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061)) - - - diff --git a/stable/projectsend/7.0.12/Chart.yaml b/stable/projectsend/7.0.14/Chart.yaml similarity index 98% rename from stable/projectsend/7.0.12/Chart.yaml rename to stable/projectsend/7.0.14/Chart.yaml index fb68dd73c4..3d6e1f73fc 100644 --- a/stable/projectsend/7.0.12/Chart.yaml +++ b/stable/projectsend/7.0.14/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: projectsend -version: 7.0.12 +version: 7.0.14 appVersion: "2021.12.10" description: Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. type: application diff --git a/stable/recyclarr/4.0.15/README.md b/stable/projectsend/7.0.14/README.md similarity index 100% rename from stable/recyclarr/4.0.15/README.md rename to stable/projectsend/7.0.14/README.md diff --git a/stable/projectsend/7.0.14/app-changelog.md b/stable/projectsend/7.0.14/app-changelog.md new file mode 100644 index 0000000000..24245695c9 --- /dev/null +++ b/stable/projectsend/7.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [projectsend-7.0.14](https://github.com/truecharts/charts/compare/projectsend-7.0.12...projectsend-7.0.14) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/projectsend/7.0.12/app-readme.md b/stable/projectsend/7.0.14/app-readme.md similarity index 100% rename from stable/projectsend/7.0.12/app-readme.md rename to stable/projectsend/7.0.14/app-readme.md diff --git a/stable/ser2sock/9.0.14/charts/common-12.9.2.tgz b/stable/projectsend/7.0.14/charts/common-12.9.2.tgz similarity index 100% rename from stable/ser2sock/9.0.14/charts/common-12.9.2.tgz rename to stable/projectsend/7.0.14/charts/common-12.9.2.tgz diff --git a/stable/projectsend/7.0.12/charts/mariadb-7.0.29.tgz b/stable/projectsend/7.0.14/charts/mariadb-7.0.29.tgz similarity index 100% rename from stable/projectsend/7.0.12/charts/mariadb-7.0.29.tgz rename to stable/projectsend/7.0.14/charts/mariadb-7.0.29.tgz diff --git a/stable/projectsend/7.0.12/ix_values.yaml b/stable/projectsend/7.0.14/ix_values.yaml similarity index 98% rename from stable/projectsend/7.0.12/ix_values.yaml rename to stable/projectsend/7.0.14/ix_values.yaml index 6a85e29deb..6b83480fcc 100644 --- a/stable/projectsend/7.0.12/ix_values.yaml +++ b/stable/projectsend/7.0.14/ix_values.yaml @@ -53,7 +53,9 @@ workload: expandObjectName: false name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' key: plainhost - command: ["/bin/sh", "-c"] + command: + - /bin/sh + - -c args: - |- export configFile="/config/projectsend/sys.config.php"; diff --git a/stable/projectsend/7.0.12/questions.yaml b/stable/projectsend/7.0.14/questions.yaml similarity index 100% rename from stable/projectsend/7.0.12/questions.yaml rename to stable/projectsend/7.0.14/questions.yaml diff --git a/stable/ser2sock/9.0.14/templates/NOTES.txt b/stable/projectsend/7.0.14/templates/NOTES.txt similarity index 100% rename from stable/ser2sock/9.0.14/templates/NOTES.txt rename to stable/projectsend/7.0.14/templates/NOTES.txt diff --git a/stable/projectsend/7.0.12/templates/common.yaml b/stable/projectsend/7.0.14/templates/common.yaml similarity index 100% rename from stable/projectsend/7.0.12/templates/common.yaml rename to stable/projectsend/7.0.14/templates/common.yaml diff --git a/stable/ser2sock/9.0.14/values.yaml b/stable/projectsend/7.0.14/values.yaml similarity index 100% rename from stable/ser2sock/9.0.14/values.yaml rename to stable/projectsend/7.0.14/values.yaml diff --git a/stable/recyclarr/4.0.15/app-changelog.md b/stable/recyclarr/4.0.15/app-changelog.md deleted file mode 100644 index 3251b735d2..0000000000 --- a/stable/recyclarr/4.0.15/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [recyclarr-4.0.15](https://github.com/truecharts/charts/compare/recyclarr-4.0.14...recyclarr-4.0.15) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - \ No newline at end of file diff --git a/stable/recyclarr/4.0.15/CHANGELOG.md b/stable/recyclarr/4.0.16/CHANGELOG.md similarity index 91% rename from stable/recyclarr/4.0.15/CHANGELOG.md rename to stable/recyclarr/4.0.16/CHANGELOG.md index 85ad21dc63..a0af7f5262 100644 --- a/stable/recyclarr/4.0.15/CHANGELOG.md +++ b/stable/recyclarr/4.0.16/CHANGELOG.md @@ -4,6 +4,15 @@ +## [recyclarr-4.0.16](https://github.com/truecharts/charts/compare/recyclarr-4.0.15...recyclarr-4.0.16) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [recyclarr-4.0.15](https://github.com/truecharts/charts/compare/recyclarr-4.0.14...recyclarr-4.0.15) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ ## [recyclarr-4.0.6](https://github.com/truecharts/charts/compare/recyclarr-4.0.5...recyclarr-4.0.6) (2023-04-16) ### Chore - -- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071)) - - - - -## [recyclarr-4.0.5](https://github.com/truecharts/charts/compare/recyclarr-4.0.4...recyclarr-4.0.5) (2023-04-16) - -### Chore diff --git a/stable/recyclarr/4.0.15/Chart.yaml b/stable/recyclarr/4.0.16/Chart.yaml similarity index 98% rename from stable/recyclarr/4.0.15/Chart.yaml rename to stable/recyclarr/4.0.16/Chart.yaml index cf93eea8d0..09368b5551 100644 --- a/stable/recyclarr/4.0.15/Chart.yaml +++ b/stable/recyclarr/4.0.16/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/recyclarr/recyclarr - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr type: application -version: 4.0.15 +version: 4.0.16 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/stable/ser2sock/9.0.14/README.md b/stable/recyclarr/4.0.16/README.md similarity index 100% rename from stable/ser2sock/9.0.14/README.md rename to stable/recyclarr/4.0.16/README.md diff --git a/stable/recyclarr/4.0.16/app-changelog.md b/stable/recyclarr/4.0.16/app-changelog.md new file mode 100644 index 0000000000..6edee575b8 --- /dev/null +++ b/stable/recyclarr/4.0.16/app-changelog.md @@ -0,0 +1,9 @@ + + +## [recyclarr-4.0.16](https://github.com/truecharts/charts/compare/recyclarr-4.0.15...recyclarr-4.0.16) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/recyclarr/4.0.15/app-readme.md b/stable/recyclarr/4.0.16/app-readme.md similarity index 100% rename from stable/recyclarr/4.0.15/app-readme.md rename to stable/recyclarr/4.0.16/app-readme.md diff --git a/stable/zigbee2mqtt/7.0.16/charts/common-12.9.2.tgz b/stable/recyclarr/4.0.16/charts/common-12.9.2.tgz similarity index 100% rename from stable/zigbee2mqtt/7.0.16/charts/common-12.9.2.tgz rename to stable/recyclarr/4.0.16/charts/common-12.9.2.tgz diff --git a/stable/recyclarr/4.0.15/ix_values.yaml b/stable/recyclarr/4.0.16/ix_values.yaml similarity index 92% rename from stable/recyclarr/4.0.15/ix_values.yaml rename to stable/recyclarr/4.0.16/ix_values.yaml index 5136b96614..b9af9774eb 100644 --- a/stable/recyclarr/4.0.15/ix_values.yaml +++ b/stable/recyclarr/4.0.16/ix_values.yaml @@ -28,7 +28,9 @@ workload: type: install enabled: true imageSelector: "image" - command: ["recyclarr", "create-config"] + command: + - recyclarr + - create-config containers: main: probes: diff --git a/stable/recyclarr/4.0.15/questions.yaml b/stable/recyclarr/4.0.16/questions.yaml similarity index 100% rename from stable/recyclarr/4.0.15/questions.yaml rename to stable/recyclarr/4.0.16/questions.yaml diff --git a/stable/zigbee2mqtt/7.0.16/templates/NOTES.txt b/stable/recyclarr/4.0.16/templates/NOTES.txt similarity index 100% rename from stable/zigbee2mqtt/7.0.16/templates/NOTES.txt rename to stable/recyclarr/4.0.16/templates/NOTES.txt diff --git a/stable/recyclarr/4.0.15/templates/common.yaml b/stable/recyclarr/4.0.16/templates/common.yaml similarity index 100% rename from stable/recyclarr/4.0.15/templates/common.yaml rename to stable/recyclarr/4.0.16/templates/common.yaml diff --git a/stable/zigbee2mqtt/7.0.16/values.yaml b/stable/recyclarr/4.0.16/values.yaml similarity index 100% rename from stable/zigbee2mqtt/7.0.16/values.yaml rename to stable/recyclarr/4.0.16/values.yaml diff --git a/stable/ser2sock/9.0.14/app-changelog.md b/stable/ser2sock/9.0.14/app-changelog.md deleted file mode 100644 index 1320f3728a..0000000000 --- a/stable/ser2sock/9.0.14/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ser2sock-9.0.14](https://github.com/truecharts/charts/compare/ser2sock-9.0.13...ser2sock-9.0.14) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - \ No newline at end of file diff --git a/stable/ser2sock/9.0.14/CHANGELOG.md b/stable/ser2sock/9.0.15/CHANGELOG.md similarity index 91% rename from stable/ser2sock/9.0.14/CHANGELOG.md rename to stable/ser2sock/9.0.15/CHANGELOG.md index b3b3bd54d2..94ad66676a 100644 --- a/stable/ser2sock/9.0.14/CHANGELOG.md +++ b/stable/ser2sock/9.0.15/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ser2sock-9.0.15](https://github.com/truecharts/charts/compare/ser2sock-9.0.14...ser2sock-9.0.15) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [ser2sock-9.0.14](https://github.com/truecharts/charts/compare/ser2sock-9.0.13...ser2sock-9.0.14) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ ## [ser2sock-9.0.5](https://github.com/truecharts/charts/compare/ser2sock-9.0.4...ser2sock-9.0.5) (2023-04-16) ### Chore - -- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061)) - - - - -## [ser2sock-9.0.4](https://github.com/truecharts/charts/compare/ser2sock-9.0.3...ser2sock-9.0.4) (2023-04-15) - -### Chore diff --git a/stable/ser2sock/9.0.14/Chart.yaml b/stable/ser2sock/9.0.15/Chart.yaml similarity index 97% rename from stable/ser2sock/9.0.14/Chart.yaml rename to stable/ser2sock/9.0.15/Chart.yaml index 775922fe91..5998bda302 100644 --- a/stable/ser2sock/9.0.14/Chart.yaml +++ b/stable/ser2sock/9.0.15/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock -version: 9.0.14 +version: 9.0.15 annotations: truecharts.org/catagories: | - media diff --git a/stable/zigbee2mqtt/7.0.16/README.md b/stable/ser2sock/9.0.15/README.md similarity index 100% rename from stable/zigbee2mqtt/7.0.16/README.md rename to stable/ser2sock/9.0.15/README.md diff --git a/stable/ser2sock/9.0.15/app-changelog.md b/stable/ser2sock/9.0.15/app-changelog.md new file mode 100644 index 0000000000..2a0e1dd883 --- /dev/null +++ b/stable/ser2sock/9.0.15/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ser2sock-9.0.15](https://github.com/truecharts/charts/compare/ser2sock-9.0.14...ser2sock-9.0.15) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/ser2sock/9.0.14/app-readme.md b/stable/ser2sock/9.0.15/app-readme.md similarity index 100% rename from stable/ser2sock/9.0.14/app-readme.md rename to stable/ser2sock/9.0.15/app-readme.md diff --git a/stable/ser2sock/9.0.15/charts/common-12.9.2.tgz b/stable/ser2sock/9.0.15/charts/common-12.9.2.tgz new file mode 100644 index 0000000000..9f713bbafe Binary files /dev/null and b/stable/ser2sock/9.0.15/charts/common-12.9.2.tgz differ diff --git a/stable/ser2sock/9.0.14/ix_values.yaml b/stable/ser2sock/9.0.15/ix_values.yaml similarity index 93% rename from stable/ser2sock/9.0.14/ix_values.yaml rename to stable/ser2sock/9.0.15/ix_values.yaml index 027b29c061..307ad22de6 100644 --- a/stable/ser2sock/9.0.14/ix_values.yaml +++ b/stable/ser2sock/9.0.15/ix_values.yaml @@ -35,5 +35,5 @@ workload: main: env: LISTENER_PORT: "{{ .Values.service.main.ports.main.port }}" - SERIAL_DEVICE: "{{ .Values.persistence.usb.mountPath }}" + SERIAL_DEVICE: "" BAUD_RATE: 115200 diff --git a/stable/ser2sock/9.0.14/questions.yaml b/stable/ser2sock/9.0.15/questions.yaml similarity index 100% rename from stable/ser2sock/9.0.14/questions.yaml rename to stable/ser2sock/9.0.15/questions.yaml diff --git a/stable/ser2sock/9.0.15/templates/NOTES.txt b/stable/ser2sock/9.0.15/templates/NOTES.txt new file mode 100644 index 0000000000..efcb74cb77 --- /dev/null +++ b/stable/ser2sock/9.0.15/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/ser2sock/9.0.14/templates/common.yaml b/stable/ser2sock/9.0.15/templates/common.yaml similarity index 100% rename from stable/ser2sock/9.0.14/templates/common.yaml rename to stable/ser2sock/9.0.15/templates/common.yaml diff --git a/stable/zigbee2mqtt/7.0.16/SKIPINSTALL b/stable/ser2sock/9.0.15/values.yaml similarity index 100% rename from stable/zigbee2mqtt/7.0.16/SKIPINSTALL rename to stable/ser2sock/9.0.15/values.yaml diff --git a/stable/zigbee2mqtt/7.0.16/app-changelog.md b/stable/zigbee2mqtt/7.0.16/app-changelog.md deleted file mode 100644 index f74be078c8..0000000000 --- a/stable/zigbee2mqtt/7.0.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [zigbee2mqtt-7.0.16](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.15...zigbee2mqtt-7.0.16) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - \ No newline at end of file diff --git a/stable/zigbee2mqtt/7.0.16/CHANGELOG.md b/stable/zigbee2mqtt/7.0.17/CHANGELOG.md similarity index 91% rename from stable/zigbee2mqtt/7.0.16/CHANGELOG.md rename to stable/zigbee2mqtt/7.0.17/CHANGELOG.md index 8f9525e219..b471ab7994 100644 --- a/stable/zigbee2mqtt/7.0.16/CHANGELOG.md +++ b/stable/zigbee2mqtt/7.0.17/CHANGELOG.md @@ -4,6 +4,15 @@ +## [zigbee2mqtt-7.0.17](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.16...zigbee2mqtt-7.0.17) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + + + ## [zigbee2mqtt-7.0.16](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.15...zigbee2mqtt-7.0.16) (2023-05-22) ### Chore @@ -88,12 +97,3 @@ ## [zigbee2mqtt-7.0.7](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.6...zigbee2mqtt-7.0.7) (2023-04-20) ### Chore - -- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087)) - - - - -## [zigbee2mqtt-7.0.6](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.5...zigbee2mqtt-7.0.6) (2023-04-16) - -### Chore diff --git a/stable/zigbee2mqtt/7.0.16/Chart.yaml b/stable/zigbee2mqtt/7.0.17/Chart.yaml similarity index 97% rename from stable/zigbee2mqtt/7.0.16/Chart.yaml rename to stable/zigbee2mqtt/7.0.17/Chart.yaml index 96a4907928..fe04a7f152 100644 --- a/stable/zigbee2mqtt/7.0.16/Chart.yaml +++ b/stable/zigbee2mqtt/7.0.17/Chart.yaml @@ -20,7 +20,7 @@ name: zigbee2mqtt sources: - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt - https://github.com/Koenkk/zigbee2mqtt -version: 7.0.16 +version: 7.0.17 annotations: truecharts.org/catagories: | - media diff --git a/stable/zigbee2mqtt/7.0.17/README.md b/stable/zigbee2mqtt/7.0.17/README.md new file mode 100644 index 0000000000..701942c352 --- /dev/null +++ b/stable/zigbee2mqtt/7.0.17/README.md @@ -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%20Apps/Important-MUST-READ). +- 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* diff --git a/stable/zigbee2mqtt/7.0.17/SKIPINSTALL b/stable/zigbee2mqtt/7.0.17/SKIPINSTALL new file mode 100644 index 0000000000..e69de29bb2 diff --git a/stable/zigbee2mqtt/7.0.17/app-changelog.md b/stable/zigbee2mqtt/7.0.17/app-changelog.md new file mode 100644 index 0000000000..737dabecd6 --- /dev/null +++ b/stable/zigbee2mqtt/7.0.17/app-changelog.md @@ -0,0 +1,9 @@ + + +## [zigbee2mqtt-7.0.17](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.16...zigbee2mqtt-7.0.17) (2023-05-23) + +### Chore + +- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809)) + + \ No newline at end of file diff --git a/stable/zigbee2mqtt/7.0.16/app-readme.md b/stable/zigbee2mqtt/7.0.17/app-readme.md similarity index 100% rename from stable/zigbee2mqtt/7.0.16/app-readme.md rename to stable/zigbee2mqtt/7.0.17/app-readme.md diff --git a/stable/zigbee2mqtt/7.0.17/charts/common-12.9.2.tgz b/stable/zigbee2mqtt/7.0.17/charts/common-12.9.2.tgz new file mode 100644 index 0000000000..9f713bbafe Binary files /dev/null and b/stable/zigbee2mqtt/7.0.17/charts/common-12.9.2.tgz differ diff --git a/stable/zigbee2mqtt/7.0.16/ix_values.yaml b/stable/zigbee2mqtt/7.0.17/ix_values.yaml similarity index 98% rename from stable/zigbee2mqtt/7.0.16/ix_values.yaml rename to stable/zigbee2mqtt/7.0.17/ix_values.yaml index e15d4ef39f..919174aaef 100644 --- a/stable/zigbee2mqtt/7.0.16/ix_values.yaml +++ b/stable/zigbee2mqtt/7.0.17/ix_values.yaml @@ -41,7 +41,9 @@ workload: ZIGBEE2MQTT_CONFIG_SERIAL_PORT: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_SERIAL_PORT }}" ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER: "{{ .Values.workload.main.podSpec.containers.main.env.ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER }}" USE_CUSTOM_CONFIG_FILE: "{{ .Values.workload.main.podSpec.containers.main.env.USE_CUSTOM_CONFIG_FILE }}" - command: ["/bin/sh", "-c"] + command: + - /bin/sh + - -c" args: - > if [ -f /data/configuration.yaml ] || [ ${USE_CUSTOM_CONFIG_FILE} == true ]; then diff --git a/stable/zigbee2mqtt/7.0.16/questions.yaml b/stable/zigbee2mqtt/7.0.17/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/7.0.16/questions.yaml rename to stable/zigbee2mqtt/7.0.17/questions.yaml diff --git a/stable/zigbee2mqtt/7.0.17/templates/NOTES.txt b/stable/zigbee2mqtt/7.0.17/templates/NOTES.txt new file mode 100644 index 0000000000..efcb74cb77 --- /dev/null +++ b/stable/zigbee2mqtt/7.0.17/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zigbee2mqtt/7.0.16/templates/common.yaml b/stable/zigbee2mqtt/7.0.17/templates/common.yaml similarity index 100% rename from stable/zigbee2mqtt/7.0.16/templates/common.yaml rename to stable/zigbee2mqtt/7.0.17/templates/common.yaml diff --git a/stable/zigbee2mqtt/7.0.17/values.yaml b/stable/zigbee2mqtt/7.0.17/values.yaml new file mode 100644 index 0000000000..e69de29bb2