Skip to content

Commit 5fe1fe4

Browse files
committed
small fix
1 parent b9381a0 commit 5fe1fe4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/concrnt2-migration/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
appVersion: "2.0.0"
33
description: A Helm chart for concrnt
44
name: concrnt2-migration
5-
version: 0.0.19
5+
version: 0.0.20
66
icon: https://square.concrnt.net/assets/Concrnt-Logo-Circle.png

charts/concrnt2-migration/templates/configmaps/concrnt2-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ data:
4343
paths:
4444
- /api/v1
4545
- /ap
46-
- .wellknown/webfinger
47-
- .wellknown/nodeinfo
48-
- .wellknown/host-meta
46+
- .well-known/webfinger
47+
- .well-known/nodeinfo
48+
- .well-known/host-meta
4949
- /storage
5050
preservePath: true
5151
{{- if .Values.mediaserver.enabled }}

0 commit comments

Comments
 (0)