Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 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.8.0
version: 1.8.1
appVersion: 2.5.2
keywords:
- dragonfly
Expand All @@ -27,10 +27,7 @@ sources:

annotations:
artifacthub.io/changes: |
- Add PostgreSQL support for manager database.
- Add optional privileged sysctl init container for client and seed client.
- Declare client and seed client affinity values.
- Fix client daemonset annotations misspelled as statefulset annotations.
- Add criPluginId field to support the cri plugin in dfinit.
artifacthub.io/links: |
- name: Chart Source
url: https://github.com/dragonflyoss/helm-charts
Expand Down
6 changes: 6 additions & 0 deletions charts/dragonfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,12 @@ client:
containerd:
# -- configPath is the path of containerd configuration file.
configPath: /etc/containerd/config.toml
# # -- criPluginId is the CRI plugin id owning the registry configuration, e.g. "io.containerd.grpc.v1.cri"
# # or "io.containerd.cri.v1.images". If not set, the plugin table present in the containerd
# # configuration is used, preferring "io.containerd.grpc.v1.cri" for version 2 configurations
# # and "io.containerd.cri.v1.images" for version 3.
# criPluginId: io.containerd.cri.v1.images
#
# -- Proxy all registries enables a catch-all `_default/hosts.toml` entry so that any
# registry not explicitly listed in `registries` is still proxied through dfdaemon.
# The dfdaemon infers the upstream registry from the `ns=` query parameter that
Expand Down
Loading