Skip to content

Commit bfff24b

Browse files
committed
update README and Chart.yaml
1 parent 52965db commit bfff24b

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This is the Helm Chart for Trilium, to easily deploy Trilium on your Kubernetes
44

55
Please refer to the section "Modifying Deployed Resources" below on how to customize the deployment, or refer to the examples in [the examples folder](./examples/)
66

7+
Seperate from the [values.yaml](./charts/trilium/values.yaml), please also view the additional files in the [templates](./charts/trilium/templates/) folder to see the additional values that are provided to Helm, to create the Kubernetes release. These values can also be overridden, and the defaults should be completely unobtrusive to any changes that are commonly made.
8+
9+
If you find that a value in your release is inconsistent with those found in the [values.yaml](./charts/trilium/values.yaml) and the [bjw-s common library](https://github.com/bjw-s/helm-charts/blob/common-3.2.1/charts/library/common/values.yaml), then they are being modified in the [templates](./charts/trilium/templates/) folder. Any value changes specified by the user override any values defined within this chart.
10+
711
## Requirements
812

913
- A working Kubernetes cluster.
@@ -87,7 +91,7 @@ Often times, modifications need to be made to a Helm chart to allow it to operat
8791

8892
Anything you see [here](https://github.com/bjw-s/helm-charts/blob/d9e8c23df242dd9a2dda7c3738360928526d7a20/charts/library/common/values.yaml), including the top-level keys, can be added and subtracted from this chart's `values.yaml`.
8993

90-
For example, if you wished to create a `serviceAccount` as can be seen [here](https://github.com/bjw-s/helm-charts/blob/d9e8c23df242dd9a2dda7c3738360928526d7a20/charts/library/common/values.yaml#L364-L376):
94+
For example, if you wished to create a `serviceAccount`, refer to the values [here](https://github.com/bjw-s/helm-charts/blob/d9e8c23df242dd9a2dda7c3738360928526d7a20/charts/library/common/values.yaml#L364-L376), and override them as needed. So, to create a `serviceAccount`, you would want to add YAML below to your Helm release values:
9195

9296
```yaml
9397
serviceAccount:

charts/trilium/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: v2
22
type: application
33
name: trilium
4-
home: https://github.com/TriliumNext/helm-chart
5-
icon: https://github.com/TriliumNext/helm-chart/commit/icon.png
4+
home: https://github.com/TriliumNext/helm-charts
5+
icon: https://github.com/TriliumNext/helm-charts/commit/icon.png
66
deprecated: false
77
description: |-
88
Build your personal knowledge base with Trilium Notes. A hierarchical note taking application with focus on building large personal knowledge bases.
99
annotations:
1010
category: Notes
11-
version: 1.0.0
11+
version: 1.0.1
1212
appVersion: 0.63.7
1313
kubeVersion: ">= 1.19"
1414
dependencies:
@@ -36,11 +36,11 @@ keywords:
3636
- note-taker
3737
- local-first
3838
maintainers:
39-
- name: trilium
40-
url: https://github.com/zadam/trilium
39+
- name: triliumnext
40+
url: https://github.com/TriliumNext/Notes
4141
- name: perfectra1n
4242
email: jon@jonfuller.io
4343
url: https://perf3ct.tech
4444
sources:
45-
- https://github.com/TriliumNext/helm-chart
46-
- https://github.com/zadam/trilium
45+
- https://github.com/TriliumNext/helm-charts
46+
- hhttps://github.com/TriliumNext/Notes

0 commit comments

Comments
 (0)