Skip to content

Commit

Permalink
docs: support podman to dispatch traffic to the client (#333)
Browse files Browse the repository at this point in the history
* feat: support podman to dispatch traffic to the client

Signed-off-by: Gaius <[email protected]>

* feat: support podman

Signed-off-by: Gaius <[email protected]>

---------

Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Nov 4, 2024
1 parent 6c67110 commit 2a80a00
Show file tree
Hide file tree
Showing 2 changed files with 17 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.21
version: 1.2.22
appVersion: 2.1.62
keywords:
- dragonfly
Expand All @@ -27,8 +27,7 @@ sources:

annotations:
artifacthub.io/changes: |
- Update client version to v0.1.115.
- Update dragonfly version to v2.1.62.
- Support podman to dispatch traffic to the client.
artifacthub.io/links: |
- name: Chart Source
Expand Down
15 changes: 15 additions & 0 deletions charts/dragonfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,21 @@ client:
# location: docker.io
# - prefix: ghcr.io
# location: ghcr.io
# podman:
# # -- configPath is the path of cri-o registries's configuration file.
# configPath: /etc/containers/registries.conf
# # -- unqualifiedSearchRegistries is an array of host[:port] registries to try when pulling an unqualified image, in order.
# # Refer to https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md#global-settings.
# unqualifiedSearchRegistries: ["registry.fedoraproject.org", "registry.access.redhat.com", "docker.io"]
# # -- registries is the list of cri-o registries, refer to https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md#namespaced-registry-settings.
# # prefix is the prefix of the user-specified image name, refer to https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md#choosing-a-registry-toml-table.
# # location accepts the same format as the prefix field, and specifies the physical location of the prefix-rooted namespace,
# # refer to https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md#remapping-and-mirroring-registries.
# registries:
# - prefix: docker.io
# location: docker.io
# - prefix: ghcr.io
# location: ghcr.io
config:
# -- verbose prints log.
verbose: true
Expand Down

0 comments on commit 2a80a00

Please sign in to comment.