diff --git a/charts/dragonfly/Chart.yaml b/charts/dragonfly/Chart.yaml index a71d3c42..ae3c6bdc 100644 --- a/charts/dragonfly/Chart.yaml +++ b/charts/dragonfly/Chart.yaml @@ -3,7 +3,7 @@ name: dragonfly description: Dragonfly is an intelligent P2P based image and file distribution system icon: https://raw.githubusercontent.com/dragonflyoss/dragonfly/main/docs/images/logo/dragonfly.svg type: application -version: 1.4.13 +version: 1.4.14 appVersion: 2.3.3 keywords: - dragonfly diff --git a/charts/dragonfly/templates/seed-client/seed-client-configmap.yaml b/charts/dragonfly/templates/seed-client/seed-client-configmap.yaml index f5e6cbd1..ff2a5397 100644 --- a/charts/dragonfly/templates/seed-client/seed-client-configmap.yaml +++ b/charts/dragonfly/templates/seed-client/seed-client-configmap.yaml @@ -20,7 +20,7 @@ data: upload: {{ toYaml .Values.seedClient.config.upload | indent 6 }} manager: - {{- if .Values.seedClient.config.manager.addrs }} + {{- if .Values.seedClient.config.manager.addr }} addr: {{ .Values.seedClient.config.manager.addr }} {{- else if .Values.manager.enable }} addr: http://{{ template "dragonfly.manager.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}:{{ .Values.manager.grpcPort }}