Skip to content

Commit

Permalink
prepend tag with v
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectra1n committed Aug 13, 2024
1 parent 0c92ee8 commit a9ac155
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ controllers:
containers:
trilium:
image:
repository: zadam/trilium
tag: 0.63.7
repository: triliumnext/notes
tag: v0.90.4
pullPolicy: IfNotPresent
env:
key: "value"
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
source:
chart: trilium
repoURL: https://trilium-next.github.io/helm-charts
targetRevision: 0.0.1
targetRevision: 1.0.3
helm:
values: |
controllers:
Expand Down
2 changes: 1 addition & 1 deletion charts/trilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-
Build your personal knowledge base with Trilium Notes. A hierarchical note taking application with focus on building large personal knowledge bases.
annotations:
category: Notes
version: 1.0.2
version: 1.0.3
appVersion: 0.63.7
kubeVersion: ">= 1.19"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/trilium/templates/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controllers:
trilium:
image:
repository: triliumnext/notes
tag: 0.90.4
tag: v0.90.4
pullPolicy: IfNotPresent

probes:
Expand Down
2 changes: 1 addition & 1 deletion charts/trilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ controllers:
trilium:
image:
repository: triliumnext/notes
tag: 0.90.4
tag: v0.90.4
pullPolicy: IfNotPresent
env:
key: "value"
Expand Down
4 changes: 2 additions & 2 deletions examples/using-own-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ controllers:
containers:
trilium:
image:
repository: zadam/trilium
tag: 0.63.7
repository: triliumnext/notes
tag: v0.90.4
pullPolicy: IfNotPresent
env:
key: "value"
Expand Down

0 comments on commit a9ac155

Please sign in to comment.