Skip to content

Commit

Permalink
Merge pull request #6 from ohdearaugustin/topic/trilium-notes-0.47.2
Browse files Browse the repository at this point in the history
Topic/trilium notes 0.47.2
  • Loading branch information
ohdearaugustin authored May 10, 2021
2 parents 1ea41e4 + a045eb8 commit b644c4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/trilium-notes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
apiVersion: v2
appVersion: 0.45.5
appVersion: 0.47.2
description: A Helm chart for trillium notes.
name: trilium-notes
type: application
version: 0.1.1
version: 0.1.2
maintainers:
- name: ohdearaugustin
url: https://github.com/ohdearaugustin
2 changes: 1 addition & 1 deletion charts/trilium-notes/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: TRILIUM_DATA_DIR
Expand Down
2 changes: 1 addition & 1 deletion charts/trilium-notes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: zadam/trilium
tag: 0.45.5
tag: ""
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit b644c4a

Please sign in to comment.