Skip to content

Commit b9381a0

Browse files
committed
small fix
1 parent 326d010 commit b9381a0

2 files changed

Lines changed: 5 additions & 5 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.18
5+
version: 0.0.19
66
icon: https://square.concrnt.net/assets/Concrnt-Logo-Circle.png

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ metadata:
55
data:
66
config.yaml: |-
77
concrnt:
8-
fqdn: {{ .Values.concrnt.fqdn }}
9-
registration: {{ .Values.concrnt.registration }}
10-
privatekey: {{ .Values.concrnt.privatekey }}
11-
layer: {{ .Values.concrnt.layer }}
8+
fqdn: {{ .Values.concrnt2.fqdn }}
9+
registration: {{ .Values.concrnt2.registration }}
10+
privatekey: {{ .Values.concrnt2.privatekey }}
11+
layer: {{ .Values.concrnt2.layer }}
1212
debug: true
1313
1414
backends:

0 commit comments

Comments
 (0)