Skip to content

Commit a9ac155

Browse files
committed
prepend tag with v
1 parent 0c92ee8 commit a9ac155

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ controllers:
3333
containers:
3434
trilium:
3535
image:
36-
repository: zadam/trilium
37-
tag: 0.63.7
36+
repository: triliumnext/notes
37+
tag: v0.90.4
3838
pullPolicy: IfNotPresent
3939
env:
4040
key: "value"
@@ -69,7 +69,7 @@ spec:
6969
source:
7070
chart: trilium
7171
repoURL: https://trilium-next.github.io/helm-charts
72-
targetRevision: 0.0.1
72+
targetRevision: 1.0.3
7373
helm:
7474
values: |
7575
controllers:

charts/trilium/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.2
11+
version: 1.0.3
1212
appVersion: 0.63.7
1313
kubeVersion: ">= 1.19"
1414
dependencies:

charts/trilium/templates/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ controllers:
1111
trilium:
1212
image:
1313
repository: triliumnext/notes
14-
tag: 0.90.4
14+
tag: v0.90.4
1515
pullPolicy: IfNotPresent
1616

1717
probes:

charts/trilium/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ controllers:
99
trilium:
1010
image:
1111
repository: triliumnext/notes
12-
tag: 0.90.4
12+
tag: v0.90.4
1313
pullPolicy: IfNotPresent
1414
env:
1515
key: "value"

examples/using-own-pvc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ controllers:
33
containers:
44
trilium:
55
image:
6-
repository: zadam/trilium
7-
tag: 0.63.7
6+
repository: triliumnext/notes
7+
tag: v0.90.4
88
pullPolicy: IfNotPresent
99
env:
1010
key: "value"

0 commit comments

Comments
 (0)