Skip to content

Commit

Permalink
dfinit support docker runtime (#335)
Browse files Browse the repository at this point in the history
Signed-off-by: cormick <[email protected]>
  • Loading branch information
CormickKneey authored Nov 26, 2024
1 parent 889421e commit 5870303
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 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/Dragonfly2/main/docs/images/logo/dragonfly.svg
type: application
version: 1.2.23
version: 1.2.24
appVersion: 2.1.64
keywords:
- dragonfly
Expand All @@ -27,8 +27,7 @@ sources:

annotations:
artifacthub.io/changes: |
- Update dragonfly version to 2.1.64.
- Update client version to 0.1.118.
- dfinit support docker runtime.
artifacthub.io/links: |
- name: Chart Source
Expand Down
4 changes: 4 additions & 0 deletions charts/dragonfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,10 @@ client:
# location: docker.io
# - prefix: ghcr.io
# location: ghcr.io
# docker:
# # -- configPath is the path of docker configuration file where the proxy addr will be set.
# # Refer to https://docs.docker.com/engine/daemon/proxy/
# configPath: /etc/docker/daemon.json
config:
# -- verbose prints log.
verbose: true
Expand Down

0 comments on commit 5870303

Please sign in to comment.