We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5654a3b commit c931b0dCopy full SHA for c931b0d
umami/helm/umami/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: umami
3
description: helm chart for umami
4
type: application
5
-version: 0.1.0
+version: 0.1.1
6
appVersion: 2.4.1
7
dependencies:
8
- name: umami
umami/helm/umami/values.yaml
@@ -8,7 +8,8 @@ postgres:
9
umami:
10
image:
11
- repository: dkr.plural.sh/umami/umami-software/umami
+ registry: dkr.plural.sh/umami
12
+ repository: umami-software/umami
13
tag: "postgresql-v2.4.1"
14
15
postgresql:
0 commit comments