From 2a80a007d7746f72ec7d631da0d7fa1c980f80cd Mon Sep 17 00:00:00 2001 From: Gaius Date: Mon, 4 Nov 2024 12:31:58 +0800 Subject: [PATCH] docs: support podman to dispatch traffic to the client (#333) * feat: support podman to dispatch traffic to the client Signed-off-by: Gaius * feat: support podman Signed-off-by: Gaius --------- Signed-off-by: Gaius --- charts/dragonfly/Chart.yaml | 5 ++--- charts/dragonfly/values.yaml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/charts/dragonfly/Chart.yaml b/charts/dragonfly/Chart.yaml index c1efc591..1a070b85 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/Dragonfly2/main/docs/images/logo/dragonfly.svg type: application -version: 1.2.21 +version: 1.2.22 appVersion: 2.1.62 keywords: - dragonfly @@ -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 diff --git a/charts/dragonfly/values.yaml b/charts/dragonfly/values.yaml index 207a4d6c..8abd6d60 100644 --- a/charts/dragonfly/values.yaml +++ b/charts/dragonfly/values.yaml @@ -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