Skip to content

Commit

Permalink
fix: update config_path value in containerd config file (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Xinzhao Xu <[email protected]>
  • Loading branch information
iawia002 authored May 16, 2022
1 parent 7189df4 commit 9fac13f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/dragonfly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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: 0.5.53
appVersion: 0.5.53
version: 0.5.54
appVersion: 0.5.54
keywords:
- dragonfly
- d7y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spec:
echo inject config_path into $etcContainerd/config.toml
cat << EOF >> $etcContainerd/config.toml
[plugins."io.containerd.grpc.v1.cri".registry]
config_path = "$etcContainerd/certs.d"
config_path = "{{ .Values.containerRuntime.containerd.configPathDir }}/certs.d"
EOF
fi
mkdir -p $etcContainerd/certs.d
Expand Down

0 comments on commit 9fac13f

Please sign in to comment.