Skip to content

Commit

Permalink
feat: update client and dragonfly version (#334)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Nov 25, 2024
1 parent 2a80a00 commit 889421e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
17 changes: 9 additions & 8 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: 1.2.22
appVersion: 2.1.62
version: 1.2.23
appVersion: 2.1.64
keywords:
- dragonfly
- d7y
Expand All @@ -27,7 +27,8 @@ sources:

annotations:
artifacthub.io/changes: |
- Support podman to dispatch traffic to the client.
- Update dragonfly version to 2.1.64.
- Update client version to 0.1.118.
artifacthub.io/links: |
- name: Chart Source
Expand All @@ -38,15 +39,15 @@ annotations:
url: https://github.com/dragonflyoss/client
artifacthub.io/images: |
- name: manager
image: dragonflyoss/manager:v2.1.62
image: dragonflyoss/manager:v2.1.64
- name: scheduler
image: dragonflyoss/scheduler:v2.1.62
image: dragonflyoss/scheduler:v2.1.64
- name: client
image: dragonflyoss/client:v0.1.115
image: dragonflyoss/client:v0.1.118
- name: seed-client
image: dragonflyoss/client:v0.1.115
image: dragonflyoss/client:v0.1.118
- name: dfinit
image: dragonflyoss/dfinit:v0.1.115
image: dragonflyoss/dfinit:v0.1.118
dependencies:
- name: mysql
Expand Down
10 changes: 5 additions & 5 deletions charts/dragonfly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ helm delete dragonfly --namespace dragonfly-system
| client.dfinit.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| client.dfinit.image.registry | string | `"docker.io"` | Image registry. |
| client.dfinit.image.repository | string | `"dragonflyoss/dfinit"` | Image repository. |
| client.dfinit.image.tag | string | `"v0.1.115"` | Image tag. |
| client.dfinit.image.tag | string | `"v0.1.118"` | Image tag. |
| client.enable | bool | `true` | Enable client. |
| client.extraVolumeMounts | list | `[{"mountPath":"/var/lib/dragonfly/","name":"storage"},{"mountPath":"/var/log/dragonfly/dfdaemon/","name":"logs"}]` | Extra volumeMounts for dfdaemon. |
| client.extraVolumes | list | `[{"hostPath":{"path":"/var/lib/dragonfly/","type":"DirectoryOrCreate"},"name":"storage"},{"emptyDir":{},"name":"logs"}]` | Extra volumes for dfdaemon. |
Expand All @@ -187,7 +187,7 @@ helm delete dragonfly --namespace dragonfly-system
| client.image.pullSecrets | list | `[]` (defaults to global.imagePullSecrets). | Image pull secrets. |
| client.image.registry | string | `"docker.io"` | Image registry. |
| client.image.repository | string | `"dragonflyoss/client"` | Image repository. |
| client.image.tag | string | `"v0.1.115"` | Image tag. |
| client.image.tag | string | `"v0.1.118"` | Image tag. |
| client.initContainer.image.digest | string | `""` | Image digest. |
| client.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| client.initContainer.image.registry | string | `"docker.io"` | Image registry. |
Expand Down Expand Up @@ -290,7 +290,7 @@ helm delete dragonfly --namespace dragonfly-system
| manager.image.pullSecrets | list | `[]` (defaults to global.imagePullSecrets). | Image pull secrets. |
| manager.image.registry | string | `"docker.io"` | Image registry. |
| manager.image.repository | string | `"dragonflyoss/manager"` | Image repository. |
| manager.image.tag | string | `"v2.1.62"` | Image tag. |
| manager.image.tag | string | `"v2.1.64"` | Image tag. |
| manager.ingress.annotations | object | `{}` | Ingress annotations. |
| manager.ingress.className | string | `""` | Ingress class name. Requirement: kubernetes >=1.18. |
| manager.ingress.enable | bool | `false` | Enable ingress. |
Expand Down Expand Up @@ -394,7 +394,7 @@ helm delete dragonfly --namespace dragonfly-system
| scheduler.image.pullSecrets | list | `[]` (defaults to global.imagePullSecrets). | Image pull secrets. |
| scheduler.image.registry | string | `"docker.io"` | Image registry. |
| scheduler.image.repository | string | `"dragonflyoss/scheduler"` | Image repository. |
| scheduler.image.tag | string | `"v2.1.62"` | Image tag. |
| scheduler.image.tag | string | `"v2.1.64"` | Image tag. |
| scheduler.initContainer.image.digest | string | `""` | Image digest. |
| scheduler.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| scheduler.initContainer.image.registry | string | `"docker.io"` | Image registry. |
Expand Down Expand Up @@ -477,7 +477,7 @@ helm delete dragonfly --namespace dragonfly-system
| seedClient.image.pullSecrets | list | `[]` (defaults to global.imagePullSecrets). | Image pull secrets. |
| seedClient.image.registry | string | `"docker.io"` | Image registry. |
| seedClient.image.repository | string | `"dragonflyoss/client"` | Image repository. |
| seedClient.image.tag | string | `"v0.1.115"` | Image tag. |
| seedClient.image.tag | string | `"v0.1.118"` | Image tag. |
| seedClient.initContainer.image.digest | string | `""` | Image digest. |
| seedClient.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| seedClient.initContainer.image.registry | string | `"docker.io"` | Image registry. |
Expand Down
10 changes: 5 additions & 5 deletions charts/dragonfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ manager:
# -- Image repository.
repository: dragonflyoss/manager
# -- Image tag.
tag: v2.1.62
tag: v2.1.64
# -- Image digest.
digest: ""
# -- Image pull policy.
Expand Down Expand Up @@ -333,7 +333,7 @@ scheduler:
# -- Image repository.
repository: dragonflyoss/scheduler
# -- Image tag.
tag: v2.1.62
tag: v2.1.64
# -- Image digest.
digest: ""
# -- Image pull policy.
Expand Down Expand Up @@ -712,7 +712,7 @@ seedClient:
# -- Image repository.
repository: dragonflyoss/client
# -- Image tag.
tag: v0.1.115
tag: v0.1.118
# -- Image digest.
digest: ""
# -- Image pull policy.
Expand Down Expand Up @@ -1080,7 +1080,7 @@ client:
# -- Image repository.
repository: dragonflyoss/client
# -- Image tag.
tag: v0.1.115
tag: v0.1.118
# -- Image digest.
digest: ""
# -- Image pull policy.
Expand Down Expand Up @@ -1163,7 +1163,7 @@ client:
# -- Image repository.
repository: dragonflyoss/dfinit
# -- Image tag.
tag: v0.1.115
tag: v0.1.118
# -- Image digest.
digest: ""
# -- Image pull policy.
Expand Down

0 comments on commit 889421e

Please sign in to comment.