Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
99
enterprise/grafana/12.0.1/CHANGELOG.md
Normal file
99
enterprise/grafana/12.0.1/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [grafana-12.0.1](https://github.com/truecharts/charts/compare/grafana-12.0.0...grafana-12.0.1) (2024-01-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image quay.io/kiwigrid/k8s-sidecar to v1.25.3[@8dc0aca](https://github.com/8dc0aca) by renovate ([#16893](https://github.com/truecharts/charts/issues/16893))
|
||||
|
||||
|
||||
## [grafana-12.0.0](https://github.com/truecharts/charts/compare/grafana-11.1.6...grafana-12.0.0) (2024-01-05)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- BREAKING CHANGE move to upstream container and automatically fetch datasources and dashboards ([#16840](https://github.com/truecharts/charts/issues/16840))
|
||||
|
||||
|
||||
## [grafana-11.1.6](https://github.com/truecharts/charts/compare/grafana-11.1.5...grafana-11.1.6) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [grafana-11.1.5](https://github.com/truecharts/charts/compare/grafana-11.1.4...grafana-11.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump common ([#16751](https://github.com/truecharts/charts/issues/16751))
|
||||
|
||||
|
||||
## [grafana-11.1.4](https://github.com/truecharts/charts/compare/grafana-11.1.3...grafana-11.1.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [grafana-11.1.3](https://github.com/truecharts/charts/compare/grafana-11.1.0...grafana-11.1.3) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
|
||||
|
||||
## [grafana-11.1.2](https://github.com/truecharts/charts/compare/grafana-11.1.0...grafana-11.1.2) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
## [grafana-11.1.0](https://github.com/truecharts/charts/compare/grafana-11.0.2...grafana-11.1.0) (2023-12-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general minor by renovate ([#16579](https://github.com/truecharts/charts/issues/16579))
|
||||
|
||||
## [grafana-11.0.2](https://github.com/truecharts/charts/compare/grafana-11.0.1...grafana-11.0.2) (2023-12-26)
|
||||
|
||||
### Chore
|
||||
40
enterprise/grafana/12.0.1/Chart.yaml
Normal file
40
enterprise/grafana/12.0.1/Chart.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: grafana
|
||||
version: 12.0.1
|
||||
appVersion: 10.2.3
|
||||
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
||||
home: https://truecharts.org/charts/enterprise/grafana
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/grafana
|
||||
- https://hub.docker.com/r/grafana/grafana
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- analytics
|
||||
- monitoring
|
||||
- metrics
|
||||
- logs
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: metrics
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: enterprise
|
||||
type: application
|
||||
106
enterprise/grafana/12.0.1/LICENSE
Normal file
106
enterprise/grafana/12.0.1/LICENSE
Normal file
@@ -0,0 +1,106 @@
|
||||
Business Source License 1.1
|
||||
|
||||
Parameters
|
||||
|
||||
Licensor: The TrueCharts Project, it's owner and it's contributors
|
||||
Licensed Work: The TrueCharts "Grafana" 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.
|
||||
28
enterprise/grafana/12.0.1/README.md
Normal file
28
enterprise/grafana/12.0.1/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: README
|
||||
---
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/enterprise/grafana)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
_All Rights Reserved - The TrueCharts Project_
|
||||
9
enterprise/grafana/12.0.1/app-changelog.md
Normal file
9
enterprise/grafana/12.0.1/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [grafana-12.0.1](https://github.com/truecharts/charts/compare/grafana-12.0.0...grafana-12.0.1) (2024-01-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image quay.io/kiwigrid/k8s-sidecar to v1.25.3[@8dc0aca](https://github.com/8dc0aca) by renovate ([#16893](https://github.com/truecharts/charts/issues/16893))
|
||||
8
enterprise/grafana/12.0.1/app-readme.md
Normal file
8
enterprise/grafana/12.0.1/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/enterprise/grafana](https://truecharts.org/charts/enterprise/grafana)
|
||||
|
||||
---
|
||||
|
||||
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!
|
||||
323
enterprise/grafana/12.0.1/ix_values.yaml
Normal file
323
enterprise/grafana/12.0.1/ix_values.yaml
Normal file
@@ -0,0 +1,323 @@
|
||||
image:
|
||||
repository: grafana/grafana
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.2.3
|
||||
|
||||
sidecarImage:
|
||||
repository: quay.io/kiwigrid/k8s-sidecar
|
||||
tag: 1.25.3@sha256:8dc0aca015bf7173378ee5987dd78d49f94ff9a5c3495b3664141750cc55f444
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 3000
|
||||
port: 3000
|
||||
workload:
|
||||
main:
|
||||
replicas: 2
|
||||
strategy: RollingUpdate
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GF_SECURITY_ADMIN_USER: "admin"
|
||||
GF_SECURITY_ADMIN_PASSWORD: "testpassword"
|
||||
GF_INSTALL_PLUGINS: ""
|
||||
GF_AUTH_LDAP_ENABLED: "false"
|
||||
GF_AUTH_LDAP_ALLOW_SIGN_UP: "false"
|
||||
GF_SERVER_HTTP_PORT: 3000
|
||||
probes:
|
||||
liveness:
|
||||
path: "/api/health"
|
||||
readiness:
|
||||
path: "/api/health"
|
||||
startup:
|
||||
path: "/api/health"
|
||||
dashboards:
|
||||
enabled: true
|
||||
imageSelector: sidecarImage
|
||||
env:
|
||||
IGNORE_ALREADY_PROCESSED: false
|
||||
METHOD: WATCH
|
||||
LABEL: grafana_dashboard
|
||||
LABEL_VALUE: ""
|
||||
LOG_LEVEL: info
|
||||
FOLDER: /tmp/dashboards
|
||||
RESOURCE: both
|
||||
UNIQUE_FILENAMES: false
|
||||
# NAMESPACE: null
|
||||
# FOLDER_ANNOTATION: null
|
||||
# script: null
|
||||
# WATCH_SERVER_TIMEOUT: 3600
|
||||
# WATCH_CLIENT_TIMEOUT: 3600
|
||||
SKIP_TLS_VERIFY: false
|
||||
REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_URL: "http://localhost:3000/api/admin/provisioning/dashboards/reload"
|
||||
REQ_METHOD: POST
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
datasources:
|
||||
enabled: true
|
||||
imageSelector: sidecarImage
|
||||
env:
|
||||
IGNORE_ALREADY_PROCESSED: false
|
||||
METHOD: WATCH
|
||||
LABEL: grafana_datasources
|
||||
LABEL_VALUE: ""
|
||||
LOG_LEVEL: info
|
||||
FOLDER: /app/provisioning/datasources
|
||||
RESOURCE: both
|
||||
UNIQUE_FILENAMES: false
|
||||
# NAMESPACE: null
|
||||
# FOLDER_ANNOTATION: null
|
||||
# script: null
|
||||
# WATCH_SERVER_TIMEOUT: 3600
|
||||
# WATCH_CLIENT_TIMEOUT: 3600
|
||||
SKIP_TLS_VERIFY: false
|
||||
REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_URL: "http://localhost:3000/api/admin/provisioning/datasources/reload"
|
||||
REQ_METHOD: POST
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
alerts:
|
||||
enabled: true
|
||||
imageSelector: sidecarImage
|
||||
env:
|
||||
IGNORE_ALREADY_PROCESSED: false
|
||||
METHOD: WATCH
|
||||
LABEL: grafana_alerts
|
||||
LABEL_VALUE: ""
|
||||
LOG_LEVEL: info
|
||||
FOLDER: /app/provisioning/alerts
|
||||
RESOURCE: both
|
||||
UNIQUE_FILENAMES: false
|
||||
# NAMESPACE: null
|
||||
# FOLDER_ANNOTATION: null
|
||||
# script: null
|
||||
# WATCH_SERVER_TIMEOUT: 3600
|
||||
# WATCH_CLIENT_TIMEOUT: 3600
|
||||
SKIP_TLS_VERIFY: false
|
||||
REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_URL: "http://localhost:3000/api/admin/provisioning/alerts/reload"
|
||||
REQ_METHOD: POST
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
plugins:
|
||||
enabled: true
|
||||
imageSelector: sidecarImage
|
||||
env:
|
||||
IGNORE_ALREADY_PROCESSED: false
|
||||
METHOD: WATCH
|
||||
LABEL: grafana_plugins
|
||||
LABEL_VALUE: ""
|
||||
LOG_LEVEL: info
|
||||
FOLDER: /app/provisioning/plugins
|
||||
RESOURCE: both
|
||||
UNIQUE_FILENAMES: false
|
||||
# NAMESPACE: null
|
||||
# FOLDER_ANNOTATION: null
|
||||
# script: null
|
||||
# WATCH_SERVER_TIMEOUT: 3600
|
||||
# WATCH_CLIENT_TIMEOUT: 3600
|
||||
SKIP_TLS_VERIFY: false
|
||||
REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_URL: "http://localhost:3000/api/admin/provisioning/plugins/reload"
|
||||
REQ_METHOD: POST
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
notifiers:
|
||||
enabled: true
|
||||
imageSelector: sidecarImage
|
||||
env:
|
||||
IGNORE_ALREADY_PROCESSED: false
|
||||
METHOD: WATCH
|
||||
LABEL: grafana_notifiers
|
||||
LABEL_VALUE: ""
|
||||
LOG_LEVEL: info
|
||||
FOLDER: /app/provisioning/notifiers
|
||||
RESOURCE: both
|
||||
UNIQUE_FILENAMES: false
|
||||
# NAMESPACE: null
|
||||
# FOLDER_ANNOTATION: null
|
||||
# script: null
|
||||
# WATCH_SERVER_TIMEOUT: 3600
|
||||
# WATCH_CLIENT_TIMEOUT: 3600
|
||||
SKIP_TLS_VERIFY: false
|
||||
REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_URL: "http://localhost:3000/api/admin/provisioning/notifiers/reload"
|
||||
REQ_METHOD: POST
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
configmap:
|
||||
dashboard-provider:
|
||||
enabled: true
|
||||
data:
|
||||
provider.yaml: |-
|
||||
apiVersion: 1
|
||||
providers:
|
||||
- name: sidecarProvider
|
||||
orgId: 1
|
||||
folder: ''
|
||||
type: file
|
||||
disableDeletion: false
|
||||
allowUiUpdates: false
|
||||
updateIntervalSeconds: 30
|
||||
options:
|
||||
foldersFromFilesStructure: false
|
||||
path: /tmp/dashboards
|
||||
config:
|
||||
enabled: true
|
||||
data:
|
||||
grafana.ini: |-
|
||||
paths:
|
||||
data: /var/lib/grafana/
|
||||
logs: /var/log/grafana
|
||||
plugins: /var/lib/grafana/plugins
|
||||
provisioning: /etc/grafana/provisioning
|
||||
analytics:
|
||||
check_for_updates: true
|
||||
log:
|
||||
mode: console
|
||||
grafana_net:
|
||||
url: https://grafana.net
|
||||
server:
|
||||
domain: "{{ if (and .Values.ingress.main.enabled .Values.ingress.main.hosts) }}{{ .Values.ingress.main.hosts | first }}{{ else }}''{{ end }}"
|
||||
ldap.toml: |-
|
||||
# nope
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
type: configmap
|
||||
objectName: config
|
||||
mountPath: /etc/grafana/grafana.ini
|
||||
subPath: grafana.ini
|
||||
ldap:
|
||||
enabled: true
|
||||
type: configmap
|
||||
objectName: config
|
||||
mountPath: /etc/grafana/ldap.toml
|
||||
subPath: ldap.toml
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/var/lib/grafana"
|
||||
grafana-tmp:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /app/tmp
|
||||
targetSelectAll: true
|
||||
sc-dashboard-volume:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /tmp/dashboards
|
||||
targetSelectAll: true
|
||||
sc-dashboard-config:
|
||||
enabled: true
|
||||
type: configmap
|
||||
objectName: dashboard-provider
|
||||
mountPath: /etc/grafana/provisioning/dashboards/sc-dashboardproviders.yaml
|
||||
subPath: provider.yaml
|
||||
sc-datasource-volume:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /etc/grafana/provisioning/datasources
|
||||
targetSelectAll: true
|
||||
sc-alerts-volume:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /etc/grafana/provisioning/alerts
|
||||
targetSelectAll: true
|
||||
sc-plugins-volume:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /etc/grafana/provisioning/plugins
|
||||
targetSelectAll: true
|
||||
sc-notifiers-volume:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /etc/grafana/provisioning/notifiers
|
||||
targetSelectAll: true
|
||||
metrics:
|
||||
main:
|
||||
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
enabled: true
|
||||
type: "servicemonitor"
|
||||
endpoints:
|
||||
- port: main
|
||||
path: /metrics
|
||||
# -- Enable and configure Prometheus Rules for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
prometheusRule:
|
||||
enabled: false
|
||||
labels: {}
|
||||
# -- Configure additionial rules for the chart under this key.
|
||||
# @default -- See prometheusrules.yaml
|
||||
rules: []
|
||||
# - alert: UnifiPollerAbsent
|
||||
# annotations:
|
||||
# description: Unifi Poller has disappeared from Prometheus service discovery.
|
||||
# summary: Unifi Poller is down.
|
||||
# expr: |
|
||||
# absent(up{job=~".*unifi-poller.*"} == 1)
|
||||
# for: 5m
|
||||
# labels:
|
||||
# severity: critical
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
# -- Whether Role Based Access Control objects like roles and rolebindings should be created
|
||||
rbac:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
clusterWide: true
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["configmaps", "secrets"]
|
||||
verbs: ["get", "watch", "list"]
|
||||
|
||||
serviceAccount:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
|
||||
podOptions:
|
||||
automountServiceAccountToken: true
|
||||
2903
enterprise/grafana/12.0.1/questions.yaml
Normal file
2903
enterprise/grafana/12.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
99
stable/home-assistant/23.0.1/CHANGELOG.md
Normal file
99
stable/home-assistant/23.0.1/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [home-assistant-23.0.1](https://github.com/truecharts/charts/compare/home-assistant-23.0.0...home-assistant-23.0.1) (2024-01-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image homeassistant/home-assistant to v2024.1.1[@c0752d4](https://github.com/c0752d4) by renovate ([#16891](https://github.com/truecharts/charts/issues/16891))
|
||||
|
||||
|
||||
## [home-assistant-23.0.0](https://github.com/truecharts/charts/compare/home-assistant-22.1.6...home-assistant-23.0.0) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image homeassistant/home-assistant to v2024.1.0[@2ecae9e](https://github.com/2ecae9e) by renovate ([#16861](https://github.com/truecharts/charts/issues/16861))
|
||||
|
||||
|
||||
## [home-assistant-22.1.6](https://github.com/truecharts/charts/compare/home-assistant-22.1.5...home-assistant-22.1.6) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [home-assistant-22.1.5](https://github.com/truecharts/charts/compare/home-assistant-22.1.4...home-assistant-22.1.5) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [home-assistant-22.1.4](https://github.com/truecharts/charts/compare/home-assistant-22.1.1...home-assistant-22.1.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
|
||||
## [home-assistant-22.1.3](https://github.com/truecharts/charts/compare/home-assistant-22.1.1...home-assistant-22.1.3) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
## [home-assistant-22.1.1](https://github.com/truecharts/charts/compare/home-assistant-22.1.0...home-assistant-22.1.1) (2023-12-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image homeassistant/home-assistant to v2023.12.4[@8d00033](https://github.com/8d00033) by renovate ([#16663](https://github.com/truecharts/charts/issues/16663))
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
|
||||
## [home-assistant-22.1.0](https://github.com/truecharts/charts/compare/home-assistant-22.0.1...home-assistant-22.1.0) (2023-12-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general minor by renovate ([#16579](https://github.com/truecharts/charts/issues/16579))
|
||||
|
||||
## [home-assistant-22.0.1](https://github.com/truecharts/charts/compare/home-assistant-22.0.0...home-assistant-22.0.1) (2023-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545))
|
||||
|
||||
## [home-assistant-22.0.0](https://github.com/truecharts/charts/compare/home-assistant-21.0.11...home-assistant-22.0.0) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
39
stable/home-assistant/23.0.1/Chart.yaml
Normal file
39
stable/home-assistant/23.0.1/Chart.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: home-assistant
|
||||
version: 23.0.1
|
||||
appVersion: 2024.1.1
|
||||
description: home-assistant App for TrueNAS SCALE
|
||||
home: https://truecharts.org/charts/stable/home-assistant
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant
|
||||
- https://hub.docker.com/r/homeassistant/home-assistant
|
||||
- https://github.com/cdr/code-server
|
||||
- https://github.com/home-assistant/home-assistant
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- home-assistant
|
||||
- hass
|
||||
- homeassistant
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: home-automation
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
28
stable/home-assistant/23.0.1/README.md
Normal file
28
stable/home-assistant/23.0.1/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: README
|
||||
---
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/home-assistant)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
_All Rights Reserved - The TrueCharts Project_
|
||||
9
stable/home-assistant/23.0.1/app-changelog.md
Normal file
9
stable/home-assistant/23.0.1/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [home-assistant-23.0.1](https://github.com/truecharts/charts/compare/home-assistant-23.0.0...home-assistant-23.0.1) (2024-01-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image homeassistant/home-assistant to v2024.1.1[@c0752d4](https://github.com/c0752d4) by renovate ([#16891](https://github.com/truecharts/charts/issues/16891))
|
||||
8
stable/home-assistant/23.0.1/app-readme.md
Normal file
8
stable/home-assistant/23.0.1/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
home-assistant App for TrueNAS SCALE
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/home-assistant](https://truecharts.org/charts/stable/home-assistant)
|
||||
|
||||
---
|
||||
|
||||
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!
|
||||
158
stable/home-assistant/23.0.1/ix_values.yaml
Normal file
158
stable/home-assistant/23.0.1/ix_values.yaml
Normal file
@@ -0,0 +1,158 @@
|
||||
image:
|
||||
repository: homeassistant/home-assistant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2024.1.1@sha256:c0752d4901483e0116120bc44230af5793d32bd337730e5d06bef2930e289dce
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8123
|
||||
targetPort: 8123
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
initContainers:
|
||||
init:
|
||||
type: init
|
||||
enabled: true
|
||||
imageSelector: image
|
||||
command: /config/init/init.sh
|
||||
# # Enable devices to be discoverable
|
||||
# hostNetwork: true
|
||||
|
||||
# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet
|
||||
# dnsPolicy: ClusterFirstWithHostNet
|
||||
homeassistant:
|
||||
trusted_proxies: []
|
||||
# Enable a prometheus-operator servicemonitor
|
||||
prometheus:
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
# interval: 1m
|
||||
# additionalLabels: {}
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
targetSelectAll: true
|
||||
init:
|
||||
enabled: true
|
||||
type: configmap
|
||||
objectName: init
|
||||
mountPath: "/config/init"
|
||||
defaultMode: "0777"
|
||||
readOnly: true
|
||||
targetSelector:
|
||||
main:
|
||||
init: {}
|
||||
configmap:
|
||||
init:
|
||||
enabled: true
|
||||
data:
|
||||
init.sh: |-
|
||||
#!/bin/sh
|
||||
config_file="/config/configuration.yaml"
|
||||
if test -f "$config_file"; then
|
||||
echo "configuration.yaml exists."
|
||||
if grep -q recorder: "$config_file"; then
|
||||
echo "configuration.yaml already contains recorder"
|
||||
else
|
||||
echo "" >> "$config_file"
|
||||
cat /config/init/recorder.default >> "$config_file"
|
||||
fi
|
||||
if grep -q http: "$config_file"; then
|
||||
echo "configuration.yaml already contains http section"
|
||||
else
|
||||
echo "" >> "$config_file"
|
||||
cat /config/init/http.default >> "$config_file"
|
||||
fi
|
||||
else
|
||||
echo "configuration.yaml does NOT exist."
|
||||
cp /config/init/configuration.yaml.default "$config_file"
|
||||
echo "" >> "$config_file"
|
||||
cat /config/init/recorder.default >> "$config_file"
|
||||
echo "" >> "$config_file"
|
||||
cat /config/init/http.default >> "$config_file"
|
||||
echo "" >> "$config_file"
|
||||
fi
|
||||
|
||||
echo "Creating include files..."
|
||||
for include_file in groups.yaml automations.yaml scripts.yaml scenes.yaml; do
|
||||
if test -f "/config/$include_file"; then
|
||||
echo "$include_file exists."
|
||||
else
|
||||
echo "$include_file does NOT exist."
|
||||
touch "/config/$include_file"
|
||||
fi
|
||||
done
|
||||
|
||||
cd "/config" || echo "Could not change path to /config"
|
||||
echo "Creating custom_components directory..."
|
||||
mkdir "/config/custom_components" || echo "custom_components directory already exists"
|
||||
|
||||
echo "Changing to the custom_components directory..."
|
||||
cd "/config/custom_components" || echo "Could not change path to /config/custom_components"
|
||||
|
||||
echo "Downloading HACS"
|
||||
wget "https://github.com/hacs/integration/releases/latest/download/hacs.zip" || exit 0
|
||||
|
||||
if [ -d "/config/custom_components/hacs" ]; then
|
||||
echo "HACS directory already exist, cleaning up..."
|
||||
rm -R "/config/custom_components/hacs"
|
||||
fi
|
||||
|
||||
echo "Creating HACS directory..."
|
||||
mkdir "/config/custom_components/hacs"
|
||||
|
||||
echo "Unpacking HACS..."
|
||||
unzip "/config/custom_components/hacs.zip" -d "/config/custom_components/hacs" >/dev/null 2>&1
|
||||
|
||||
echo "Removing HACS zip file..."
|
||||
rm "/config/custom_components/hacs.zip"
|
||||
echo "Installation complete."
|
||||
configuration.yaml.default: |-
|
||||
# Configure a default setup of Home Assistant (frontend, api, etc)
|
||||
default_config:
|
||||
|
||||
# Text to speech
|
||||
tts:
|
||||
- platform: google_translate
|
||||
|
||||
group: !include groups.yaml
|
||||
automation: !include automations.yaml
|
||||
script: !include scripts.yaml
|
||||
scene: !include scenes.yaml
|
||||
recorder.default: |-
|
||||
recorder:
|
||||
purge_keep_days: 30
|
||||
commit_interval: 3
|
||||
db_url: {{ (printf "%s?client_encoding=utf8" (.Values.cnpg.main.creds.std | trimAll "\"")) | quote }}
|
||||
http.default: |-
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
{{- if hasKey .Values "ixChartContext" }}
|
||||
- {{ .Values.ixChartContext.kubernetes_config.cluster_cidr }}
|
||||
{{- else }}
|
||||
{{- range .Values.homeassistant.trusted_proxies }}
|
||||
- {{ . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: home-assistant
|
||||
database: home-assistant
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
capabilities:
|
||||
add:
|
||||
- CAP_NET_RAW
|
||||
- CAP_NET_BIND_SERVICE
|
||||
3288
stable/home-assistant/23.0.1/questions.yaml
Normal file
3288
stable/home-assistant/23.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
5
stable/home-assistant/23.0.1/templates/common.yaml
Normal file
5
stable/home-assistant/23.0.1/templates/common.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [humhub-6.2.1](https://github.com/truecharts/charts/compare/humhub-6.2.0...humhub-6.2.1) (2024-01-05)
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- select correct pods ([#16881](https://github.com/truecharts/charts/issues/16881))
|
||||
@@ -7,6 +7,17 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [humhub-6.2.2](https://github.com/truecharts/charts/compare/humhub-6.2.1...humhub-6.2.2) (2024-01-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/mriedmann/humhub-phponly to v1.15.2[@9987a9e](https://github.com/9987a9e) by renovate ([#16889](https://github.com/truecharts/charts/issues/16889))
|
||||
|
||||
- update container image ghcr.io/mriedmann/humhub-nginx to v1.15.2[@9a34e13](https://github.com/9a34e13) by renovate ([#16888](https://github.com/truecharts/charts/issues/16888))
|
||||
|
||||
|
||||
## [humhub-6.2.1](https://github.com/truecharts/charts/compare/humhub-6.2.0...humhub-6.2.1) (2024-01-05)
|
||||
|
||||
### Fix
|
||||
@@ -86,14 +97,3 @@ title: Changelog
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
|
||||
|
||||
## [humhub-6.1.2](https://github.com/truecharts/charts/compare/humhub-6.1.0...humhub-6.1.2) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: humhub
|
||||
version: 6.2.1
|
||||
version: 6.2.2
|
||||
appVersion: 1.15.0
|
||||
description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP.
|
||||
home: https://truecharts.org/charts/stable/humhub
|
||||
11
stable/humhub/6.2.2/app-changelog.md
Normal file
11
stable/humhub/6.2.2/app-changelog.md
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
## [humhub-6.2.2](https://github.com/truecharts/charts/compare/humhub-6.2.1...humhub-6.2.2) (2024-01-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/mriedmann/humhub-phponly to v1.15.2[@9987a9e](https://github.com/9987a9e) by renovate ([#16889](https://github.com/truecharts/charts/issues/16889))
|
||||
|
||||
- update container image ghcr.io/mriedmann/humhub-nginx to v1.15.2[@9a34e13](https://github.com/9a34e13) by renovate ([#16888](https://github.com/truecharts/charts/issues/16888))
|
||||
BIN
stable/humhub/6.2.2/charts/common-17.2.21.tgz
Normal file
BIN
stable/humhub/6.2.2/charts/common-17.2.21.tgz
Normal file
Binary file not shown.
@@ -1,11 +1,11 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/mriedmann/humhub-phponly
|
||||
tag: 1.15.0@sha256:8cbc2f44a64f4e615b425968aea116944a367947e07d092c19e57c6753ff2f9f
|
||||
tag: 1.15.2@sha256:9987a9e856e682c82846512f813b4dc7fb02235190e35ae1727b239f99e99544
|
||||
nginxImage:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/mriedmann/humhub-nginx
|
||||
tag: 1.15.0@sha256:3973892d38021d00cf5b2d31eb8e4a962778195d6fb1a737a464bd1126b4f6c2
|
||||
tag: 1.15.2@sha256:9a34e1330e4fb6fc17df22e961e04b56ac63f3826e4de38c910eec41e29b6f15
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
1
stable/humhub/6.2.2/templates/NOTES.txt
Normal file
1
stable/humhub/6.2.2/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
stable/humhub/6.2.2/templates/common.yaml
Normal file
1
stable/humhub/6.2.2/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/humhub/6.2.2/values.yaml
Normal file
0
stable/humhub/6.2.2/values.yaml
Normal file
99
stable/joplin-server/16.2.0/CHANGELOG.md
Normal file
99
stable/joplin-server/16.2.0/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [joplin-server-16.2.0](https://github.com/truecharts/charts/compare/joplin-server-16.1.5...joplin-server-16.2.0) (2024-01-05)
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- update mailer sec variable name ([#16883](https://github.com/truecharts/charts/issues/16883))
|
||||
|
||||
|
||||
## [joplin-server-16.1.5](https://github.com/truecharts/charts/compare/joplin-server-16.1.4...joplin-server-16.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [joplin-server-16.1.4](https://github.com/truecharts/charts/compare/joplin-server-16.1.3...joplin-server-16.1.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [joplin-server-16.1.3](https://github.com/truecharts/charts/compare/joplin-server-16.1.0...joplin-server-16.1.3) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
|
||||
|
||||
## [joplin-server-16.1.2](https://github.com/truecharts/charts/compare/joplin-server-16.1.0...joplin-server-16.1.2) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
## [joplin-server-16.1.0](https://github.com/truecharts/charts/compare/joplin-server-16.0.1...joplin-server-16.1.0) (2023-12-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general minor by renovate ([#16579](https://github.com/truecharts/charts/issues/16579))
|
||||
|
||||
## [joplin-server-16.0.1](https://github.com/truecharts/charts/compare/joplin-server-16.0.0...joplin-server-16.0.1) (2023-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545))
|
||||
|
||||
## [joplin-server-16.0.0](https://github.com/truecharts/charts/compare/joplin-server-15.0.11...joplin-server-16.0.0) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
|
||||
|
||||
## [joplin-server-15.0.11](https://github.com/truecharts/charts/compare/joplin-server-15.0.10...joplin-server-15.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
## [joplin-server-15.0.10](https://github.com/truecharts/charts/compare/joplin-server-15.0.9...joplin-server-15.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
38
stable/joplin-server/16.2.0/Chart.yaml
Normal file
38
stable/joplin-server/16.2.0/Chart.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: joplin-server
|
||||
version: 16.2.0
|
||||
appVersion: 2.14.1
|
||||
description: Allows you to sync any Joplin client.
|
||||
home: https://truecharts.org/charts/stable/joplin-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server
|
||||
- https://hub.docker.com/r/joplin/server
|
||||
- https://github.com/laurent22/joplin/tree/dev/packages/server
|
||||
- https://github.com/laurent22/joplin
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- joplin
|
||||
- notes
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
28
stable/joplin-server/16.2.0/README.md
Normal file
28
stable/joplin-server/16.2.0/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: README
|
||||
---
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/joplin-server)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
_All Rights Reserved - The TrueCharts Project_
|
||||
9
stable/joplin-server/16.2.0/app-changelog.md
Normal file
9
stable/joplin-server/16.2.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [joplin-server-16.2.0](https://github.com/truecharts/charts/compare/joplin-server-16.1.5...joplin-server-16.2.0) (2024-01-05)
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- update mailer sec variable name ([#16883](https://github.com/truecharts/charts/issues/16883))
|
||||
8
stable/joplin-server/16.2.0/app-readme.md
Normal file
8
stable/joplin-server/16.2.0/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Allows you to sync any Joplin client.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/joplin-server](https://truecharts.org/charts/stable/joplin-server)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
BIN
stable/joplin-server/16.2.0/charts/common-17.2.21.tgz
Normal file
BIN
stable/joplin-server/16.2.0/charts/common-17.2.21.tgz
Normal file
Binary file not shown.
69
stable/joplin-server/16.2.0/ix_values.yaml
Normal file
69
stable/joplin-server/16.2.0/ix_values.yaml
Normal file
@@ -0,0 +1,69 @@
|
||||
image:
|
||||
repository: joplin/server
|
||||
tag: 2.14.1-beta@sha256:3444fe77578d3fe8ff0257dc02bcb945e8afcd1a59c7847eecd2416783b374c6
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
path: "/api/ping"
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
httpHeaders:
|
||||
Host: '{{ tpl .Values.workload.main.podSpec.containers.main.env.APP_BASE_URL $ | replace "https://" "" | replace "http://" "" }}'
|
||||
readiness:
|
||||
path: "/api/ping"
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
httpHeaders:
|
||||
Host: '{{ tpl .Values.workload.main.podSpec.containers.main.env.APP_BASE_URL $ | replace "https://" "" | replace "http://" "" }}'
|
||||
startup:
|
||||
type: tcp
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
env:
|
||||
APP_BASE_URL: ""
|
||||
APP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
DB_CLIENT: "pg"
|
||||
POSTGRES_DATABASE: "{{ .Values.cnpg.main.database }}"
|
||||
POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
|
||||
POSTGRES_PORT: "5432"
|
||||
POSTGRES_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-user
|
||||
key: password
|
||||
POSTGRES_HOST:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-urls
|
||||
key: host
|
||||
MAILER_ENABLED: 0
|
||||
MAILER_HOST: ""
|
||||
MAILER_PORT: 465
|
||||
MAILER_SECURITY: tls
|
||||
MAILER_AUTH_USER: ""
|
||||
MAILER_AUTH_PASSWORD: ""
|
||||
MAILER_NOREPLY_NAME: ""
|
||||
MAILER_NOREPLY_EMAIL: ""
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 22300
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: joplin
|
||||
database: joplin
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
3368
stable/joplin-server/16.2.0/questions.yaml
Normal file
3368
stable/joplin-server/16.2.0/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/joplin-server/16.2.0/templates/NOTES.txt
Normal file
1
stable/joplin-server/16.2.0/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
stable/joplin-server/16.2.0/templates/common.yaml
Normal file
1
stable/joplin-server/16.2.0/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/joplin-server/16.2.0/values.yaml
Normal file
0
stable/joplin-server/16.2.0/values.yaml
Normal file
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [rdtclient-3.1.5](https://github.com/truecharts/charts/compare/rdtclient-3.1.4...rdtclient-3.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [rdtclient-3.1.6](https://github.com/truecharts/charts/compare/rdtclient-3.1.5...rdtclient-3.1.6) (2024-01-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/rogerfar/rdtclient to v2.0.52[@86d41c6](https://github.com/86d41c6) by renovate ([#16890](https://github.com/truecharts/charts/issues/16890))
|
||||
|
||||
|
||||
## [rdtclient-3.1.5](https://github.com/truecharts/charts/compare/rdtclient-3.1.4...rdtclient-3.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
## [rdtclient-2.0.10](https://github.com/truecharts/charts/compare/rdtclient-2.0.9...rdtclient-2.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
## [rdtclient-2.0.9](https://github.com/truecharts/charts/compare/rdtclient-2.0.8...rdtclient-2.0.9) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: rdtclient
|
||||
version: 3.1.5
|
||||
version: 3.1.6
|
||||
appVersion: 2.0.49
|
||||
description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize.
|
||||
home: https://truecharts.org/charts/stable/rdtclient
|
||||
9
stable/rdtclient/3.1.6/app-changelog.md
Normal file
9
stable/rdtclient/3.1.6/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [rdtclient-3.1.6](https://github.com/truecharts/charts/compare/rdtclient-3.1.5...rdtclient-3.1.6) (2024-01-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/rogerfar/rdtclient to v2.0.52[@86d41c6](https://github.com/86d41c6) by renovate ([#16890](https://github.com/truecharts/charts/issues/16890))
|
||||
BIN
stable/rdtclient/3.1.6/charts/common-17.2.21.tgz
Normal file
BIN
stable/rdtclient/3.1.6/charts/common-17.2.21.tgz
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/rogerfar/rdtclient
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.49@sha256:f6b4ef205e1e78b8e28a1562e6b847029f423c6837b25c5bca6d00066a98f558
|
||||
tag: 2.0.52@sha256:86d41c66fdda8c70fda4c4e13b70f700e9f38dcf82bd6108d820be3e143ff8cd
|
||||
aria2Image:
|
||||
repository: p3terx/aria2-pro
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -275,30 +275,42 @@ questions:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: data
|
||||
label: Data
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: service
|
||||
group: Networking and Services
|
||||
label: Configure Service(s)
|
||||
1
stable/rdtclient/3.1.6/templates/NOTES.txt
Normal file
1
stable/rdtclient/3.1.6/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
0
stable/rdtclient/3.1.6/values.yaml
Normal file
0
stable/rdtclient/3.1.6/values.yaml
Normal file
Reference in New Issue
Block a user