Skip to content

Commit

Permalink
add changelog and update chart version
Browse files Browse the repository at this point in the history
Signed-off-by: luozhijun <luozhijun@hosecloud.com>
  • Loading branch information
luozhijun committed Sep 12, 2023
1 parent cb66e4e commit fe66bb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion 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/Dragonfly2/main/docs/images/logo/dragonfly.svg
type: application
version: 1.1.4
version: 1.1.5
appVersion: 2.1.0
keywords:
- dragonfly
Expand All @@ -26,6 +26,7 @@ sources:

annotations:
artifacthub.io/changes: |
- chore: update busybox:latest pullPolicy: from IfNotPresent to Always
- Fix bug cause 'plugins."io.containerd.grpc.v1.cri".registry' duplicated in dfdaemon init script(containerd part)
artifacthub.io/links: |
Expand Down
9 changes: 5 additions & 4 deletions charts/dragonfly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ helm delete dragonfly --namespace dragonfly-system
| dfdaemon.hostPort | int | `65001` | When .hostNetwork == false, and .config.proxy.tcpListen.namespace is empty. many network add-ons do not yet support hostPort. https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/#hostport-services-do-not-work by default, dfdaemon injects the 65001 port to host network by sharing host network namespace, if you want to use hostPort, please empty .config.proxy.tcpListen.namespace below, and keep .hostNetwork == false. for performance, injecting the 65001 port to host network is better than hostPort. |
| dfdaemon.image | string | `"dragonflyoss/dfdaemon"` | Image repository. |
| dfdaemon.initContainer.image | string | `"busybox"` | Init container image repository. |
| dfdaemon.initContainer.pullPolicy | string | `"Always"` | |
| dfdaemon.initContainer.tag | string | `"latest"` | Init container image tag. |
| dfdaemon.metrics.enable | bool | `false` | Enable peer metrics. |
| dfdaemon.metrics.prometheusRule.additionalLabels | object | `{}` | Additional labels. |
Expand Down Expand Up @@ -326,7 +327,7 @@ helm delete dragonfly --namespace dragonfly-system
| manager.ingress.pathType | string | `"ImplementationSpecific"` | Ingress path type. Requirement: kubernetes >=1.18. |
| manager.ingress.tls | list | `[]` | Ingress TLS configuration. |
| manager.initContainer.image | string | `"busybox"` | Init container image repository. |
| manager.initContainer.pullPolicy | string | `"IfNotPresent"` | Container image pull policy. |
| manager.initContainer.pullPolicy | string | `"Always"` | Container image pull policy. |
| manager.initContainer.tag | string | `"latest"` | Init container image tag. |
| manager.metrics.enable | bool | `false` | Enable manager metrics. |
| manager.metrics.prometheusRule.additionalLabels | object | `{}` | Additional labels. |
Expand Down Expand Up @@ -428,7 +429,7 @@ helm delete dragonfly --namespace dragonfly-system
| scheduler.hostAliases | list | `[]` | Host Aliases. |
| scheduler.image | string | `"dragonflyoss/scheduler"` | Image repository. |
| scheduler.initContainer.image | string | `"busybox"` | Init container image repository. |
| scheduler.initContainer.pullPolicy | string | `"IfNotPresent"` | Container image pull policy. |
| scheduler.initContainer.pullPolicy | string | `"Always"` | Container image pull policy. |
| scheduler.initContainer.tag | string | `"latest"` | Init container image tag. |
| scheduler.metrics.enable | bool | `false` | Enable scheduler metrics. |
| scheduler.metrics.enableHost | bool | `false` | Enable host metrics. |
Expand Down Expand Up @@ -529,7 +530,7 @@ helm delete dragonfly --namespace dragonfly-system
| seedPeer.hostAliases | list | `[]` | Host Aliases. |
| seedPeer.image | string | `"dragonflyoss/dfdaemon"` | Image repository. |
| seedPeer.initContainer.image | string | `"busybox"` | Init container image repository. |
| seedPeer.initContainer.pullPolicy | string | `"IfNotPresent"` | Container image pull policy. |
| seedPeer.initContainer.pullPolicy | string | `"Always"` | Container image pull policy. |
| seedPeer.initContainer.tag | string | `"latest"` | Init container image tag. |
| seedPeer.metrics.enable | bool | `false` | Enable seed peer metrics. |
| seedPeer.metrics.prometheusRule.additionalLabels | object | `{}` | Additional labels. |
Expand Down Expand Up @@ -589,7 +590,7 @@ helm delete dragonfly --namespace dragonfly-system
| trainer.hostAliases | list | `[]` | Host Aliases. |
| trainer.image | string | `"dragonflyoss/trainer"` | Image repository. |
| trainer.initContainer.image | string | `"busybox"` | Init container image repository. |
| trainer.initContainer.pullPolicy | string | `"IfNotPresent"` | Container image pull policy. |
| trainer.initContainer.pullPolicy | string | `"Always"` | Container image pull policy. |
| trainer.initContainer.tag | string | `"latest"` | Init container image tag. |
| trainer.metrics.enable | bool | `false` | Enable trainer metrics. |
| trainer.metrics.prometheusRule.additionalLabels | object | `{}` | Additional labels. |
Expand Down

0 comments on commit fe66bb4

Please sign in to comment.