Skip to content

Commit 70f6fef

Browse files
authored
chore: bump client image to v1.1.2 (#444)
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent b4526d8 commit 70f6fef

3 files changed

Lines changed: 15 additions & 16 deletions

File tree

charts/dragonfly/Chart.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dragonfly
33
description: Dragonfly is an intelligent P2P based image and file distribution system
44
icon: https://raw.githubusercontent.com/dragonflyoss/dragonfly/main/docs/images/logo/dragonfly.svg
55
type: application
6-
version: 1.5.1
6+
version: 1.5.2
77
appVersion: 2.3.4
88
keywords:
99
- dragonfly
@@ -27,8 +27,7 @@ sources:
2727

2828
annotations:
2929
artifacthub.io/changes: |
30-
- Bump client image to v1.1.1.
31-
- Change the default value of collectedPieceTimeout in seed peer.
30+
- Bump client image to v1.1.2.
3231
3332
artifacthub.io/links: |
3433
- name: Chart Source
@@ -43,11 +42,11 @@ annotations:
4342
- name: scheduler
4443
image: dragonflyoss/scheduler:v2.3.4
4544
- name: client
46-
image: dragonflyoss/client:v1.1.1
45+
image: dragonflyoss/client:v1.1.2
4746
- name: seed-client
48-
image: dragonflyoss/client:v1.1.1
47+
image: dragonflyoss/client:v1.1.2
4948
- name: dfinit
50-
image: dragonflyoss/dfinit:v1.1.1
49+
image: dragonflyoss/dfinit:v1.1.2
5150
5251
dependencies:
5352
- name: mysql

charts/dragonfly/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ helm delete dragonfly --namespace dragonfly-system
128128
|-----|------|---------|-------------|
129129
| client.config.console | bool | `true` | console prints log. |
130130
| client.config.download.collectedPieceTimeout | string | `"360s"` | collected_piece_timeout is the timeout for collecting one piece from the parent in the stream. |
131-
| client.config.download.concurrentPieceCount | int | `32` | concurrentPieceCount is the number of concurrent pieces to download. |
131+
| client.config.download.concurrentPieceCount | int | `16` | concurrentPieceCount is the number of concurrent pieces to download. |
132132
| client.config.download.pieceTimeout | string | `"360s"` | pieceTimeout is the timeout for downloading a piece from source. |
133133
| client.config.download.protocol | string | `"tcp"` | protocol that peers use to download piece, supported values: "tcp", "quic". When dfdaemon acts as a parent, it announces this protocol so downstream peers fetch pieces using it. QUIC: Recommended for high-bandwidth, long-RTT, or lossy networks. TCP: Recommended for high-bandwidth, low-RTT, or local-area network (LAN) environments. |
134134
| client.config.download.rateLimit | string | `"50GiB"` | rateLimit is the default rate limit of the download speed in GiB/Mib/Kib per second, default is 50GiB/s. |
@@ -180,7 +180,7 @@ helm delete dragonfly --namespace dragonfly-system
180180
| client.dfinit.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
181181
| client.dfinit.image.registry | string | `"docker.io"` | Image registry. |
182182
| client.dfinit.image.repository | string | `"dragonflyoss/dfinit"` | Image repository. |
183-
| client.dfinit.image.tag | string | `"v1.1.1"` | Image tag. |
183+
| client.dfinit.image.tag | string | `"v1.1.2"` | Image tag. |
184184
| client.dfinit.restartContainerRuntime | bool | `true` | restartContainerRuntime indicates whether to restart container runtime when dfinit is enabled. it should be set to true when your first install dragonfly. If non-hot load configuration changes are made, the container runtime needs to be restarted. |
185185
| client.enable | bool | `true` | Enable client. |
186186
| client.extraVolumeMounts | list | `[{"mountPath":"/var/lib/dragonfly/","name":"storage"},{"mountPath":"/var/log/dragonfly/dfdaemon/","name":"logs"}]` | Extra volumeMounts for dfdaemon. |
@@ -195,7 +195,7 @@ helm delete dragonfly --namespace dragonfly-system
195195
| client.image.pullSecrets | list | `[]` (defaults to global.imagePullSecrets). | Image pull secrets. |
196196
| client.image.registry | string | `"docker.io"` | Image registry. |
197197
| client.image.repository | string | `"dragonflyoss/client"` | Image repository. |
198-
| client.image.tag | string | `"v1.1.1"` | Image tag. |
198+
| client.image.tag | string | `"v1.1.2"` | Image tag. |
199199
| client.initContainer.image.digest | string | `""` | Image digest. |
200200
| client.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
201201
| client.initContainer.image.registry | string | `"docker.io"` | Image registry. |
@@ -434,7 +434,7 @@ helm delete dragonfly --namespace dragonfly-system
434434
| scheduler.updateStrategy | object | `{}` | Update strategy for replicas. |
435435
| seedClient.config.console | bool | `true` | console prints log. |
436436
| seedClient.config.download.collectedPieceTimeout | string | `"5s"` | collected_piece_timeout is the timeout for collecting one piece from the parent in the stream. |
437-
| seedClient.config.download.concurrentPieceCount | int | `32` | concurrentPieceCount is the number of concurrent pieces to download. |
437+
| seedClient.config.download.concurrentPieceCount | int | `16` | concurrentPieceCount is the number of concurrent pieces to download. |
438438
| seedClient.config.download.pieceTimeout | string | `"40s"` | pieceTimeout is the timeout for downloading a piece from source. |
439439
| seedClient.config.download.protocol | string | `"tcp"` | protocol that peers use to download piece, supported values: "tcp", "quic". When dfdaemon acts as a parent, it announces this protocol so downstream peers fetch pieces using it. QUIC: Recommended for high-bandwidth, long-RTT, or lossy networks. TCP: Recommended for high-bandwidth, low-RTT, or local-area network (LAN) environments. |
440440
| seedClient.config.download.rateLimit | string | `"50GiB"` | rateLimit is the default rate limit of the download speed in GiB/Mib/Kib per second, default is 50GiB/s. |
@@ -487,7 +487,7 @@ helm delete dragonfly --namespace dragonfly-system
487487
| seedClient.image.pullSecrets | list | `[]` (defaults to global.imagePullSecrets). | Image pull secrets. |
488488
| seedClient.image.registry | string | `"docker.io"` | Image registry. |
489489
| seedClient.image.repository | string | `"dragonflyoss/client"` | Image repository. |
490-
| seedClient.image.tag | string | `"v1.1.0"` | Image tag. |
490+
| seedClient.image.tag | string | `"v1.1.2"` | Image tag. |
491491
| seedClient.initContainer.image.digest | string | `""` | Image digest. |
492492
| seedClient.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
493493
| seedClient.initContainer.image.registry | string | `"docker.io"` | Image registry. |

charts/dragonfly/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ seedClient:
702702
# -- Image repository.
703703
repository: dragonflyoss/client
704704
# -- Image tag.
705-
tag: v1.1.0
705+
tag: v1.1.2
706706
# -- Image digest.
707707
digest: ""
708708
# -- Image pull policy.
@@ -838,7 +838,7 @@ seedClient:
838838
# -- collected_piece_timeout is the timeout for collecting one piece from the parent in the stream.
839839
collectedPieceTimeout: 5s
840840
# -- concurrentPieceCount is the number of concurrent pieces to download.
841-
concurrentPieceCount: 32
841+
concurrentPieceCount: 16
842842
upload:
843843
server:
844844
# -- port is the port to the grpc server.
@@ -1142,7 +1142,7 @@ client:
11421142
# -- Image repository.
11431143
repository: dragonflyoss/client
11441144
# -- Image tag.
1145-
tag: v1.1.1
1145+
tag: v1.1.2
11461146
# -- Image digest.
11471147
digest: ""
11481148
# -- Image pull policy.
@@ -1229,7 +1229,7 @@ client:
12291229
# -- Image repository.
12301230
repository: dragonflyoss/dfinit
12311231
# -- Image tag.
1232-
tag: v1.1.1
1232+
tag: v1.1.2
12331233
# -- Image digest.
12341234
digest: ""
12351235
# -- Image pull policy.
@@ -1348,7 +1348,7 @@ client:
13481348
# -- collected_piece_timeout is the timeout for collecting one piece from the parent in the stream.
13491349
collectedPieceTimeout: 360s
13501350
# -- concurrentPieceCount is the number of concurrent pieces to download.
1351-
concurrentPieceCount: 32
1351+
concurrentPieceCount: 16
13521352
upload:
13531353
server:
13541354
# -- port is the port to the grpc server.

0 commit comments

Comments
 (0)