Skip to content

Commit c931b0d

Browse files
authored
fix(umami): fix docker image (#808)
1 parent 5654a3b commit c931b0d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

umami/helm/umami/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: umami
33
description: helm chart for umami
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: 2.4.1
77
dependencies:
88
- name: umami

umami/helm/umami/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ postgres:
88

99
umami:
1010
image:
11-
repository: dkr.plural.sh/umami/umami-software/umami
11+
registry: dkr.plural.sh/umami
12+
repository: umami-software/umami
1213
tag: "postgresql-v2.4.1"
1314

1415
postgresql:

0 commit comments

Comments
 (0)