Skip to content

Commit

Permalink
feat: optimize volumes and volumeMounts for unix domain socket(UDS) (#…
Browse files Browse the repository at this point in the history
…348)

Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Jan 7, 2025
1 parent 68d7a9b commit 53caf8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/dragonfly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3
version: 1.3.4
appVersion: 2.2.0
keywords:
- dragonfly
Expand All @@ -27,7 +27,7 @@ sources:

annotations:
artifacthub.io/changes: |
- Export unix domain socket(UDS) to host.
- Optimize volumes and volumeMounts for unix domain socket(UDS).
artifacthub.io/links: |
- name: Chart Source
Expand Down
4 changes: 2 additions & 2 deletions charts/dragonfly/templates/client/client-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ spec:
volumeMounts:
- name: config
mountPath: "/etc/dragonfly"
- mountPath: /var/run/dragonfly
name: socket-dir
- name: socket-dir
mountPath: /var/run/dragonfly
{{- if .Values.client.extraVolumeMounts }}
{{- toYaml .Values.client.extraVolumeMounts | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 53caf8c

Please sign in to comment.