Skip to content

Commit

Permalink
feat: update image version to v2.0.1 (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi authored Dec 3, 2021
1 parent 36a6c7a commit 110c286
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 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://github.com/dragonflyoss/Dragonfly2/main/docs/en/images/logo/dragonfly.svg
type: application
version: "0.5.23"
appVersion: "0.5.23"
version: "0.5.24"
appVersion: "0.5.24"
keywords:
- dragonfly
- d7y
Expand All @@ -18,21 +18,21 @@ sources:

annotations:
artifacthub.io/changes: |
- Update image version to v2.0.1-rc.6
- Update image version to v2.0.1
artifacthub.io/links: |
- name: Chart Source
url: https://github.com/dragonflyoss/helm-charts
- name: Source
url: https://github.com/dragonflyoss/Dragonfly2
artifacthub.io/images: |
- name: manager
image: dragonflyoss/manager:v2.0.1-rc.6
image: dragonflyoss/manager:v2.0.1
- name: cdn
image: dragonflyoss/cdn:v2.0.1-rc.6
image: dragonflyoss/cdn:v2.0.1
- name: dfdaemon
image: dragonflyoss/dfdaemon:v2.0.1-rc.6
image: dragonflyoss/dfdaemon:v2.0.1
- name: scheduler
image: dragonflyoss/scheduler:v2.0.1-rc.6
image: dragonflyoss/scheduler:v2.0.1
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
@@ -1,6 +1,6 @@
# Dragonfly Helm Chart

![Version: 0.5.23](https://img.shields.io/badge/Version-0.5.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.23](https://img.shields.io/badge/AppVersion-0.5.23-informational?style=flat-square)
![Version: 0.5.24](https://img.shields.io/badge/Version-0.5.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.24](https://img.shields.io/badge/AppVersion-0.5.24-informational?style=flat-square)

Provide efficient, stable, secure, low-cost file and image distribution services to be the best practice and standard solution in the related Cloud-Native area.

Expand Down Expand Up @@ -173,7 +173,7 @@ helm delete dragonfly --namespace dragonfly-system
| cdn.resources | object | `{"limits":{"cpu":"4","memory":"8Gi"},"requests":{"cpu":"0","memory":"0"}}` | Pod resource requests and limits |
| cdn.service | object | `{"extraPorts":[{"name":"http-nginx","port":8001,"targetPort":8001}],"port":8003,"targetPort":8003,"type":"ClusterIP"}` | Service configuration |
| cdn.statefulsetAnnotations | object | `{}` | Statefulset annotations |
| cdn.tag | string | `"v2.0.1-rc.6"` | Image tag |
| cdn.tag | string | `"v2.0.1"` | Image tag |
| cdn.terminationGracePeriodSeconds | string | `nil` | Pod terminationGracePeriodSeconds |
| cdn.tolerations | list | `[]` | List of node taints to tolerate |
| clusterDomain | string | `"cluster.local"` | Install application cluster domain |
Expand Down Expand Up @@ -255,7 +255,7 @@ helm delete dragonfly --namespace dragonfly-system
| dfdaemon.priorityClassName | string | `""` | Pod priorityClassName |
| dfdaemon.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| dfdaemon.resources | object | `{"limits":{"cpu":"2","memory":"2Gi"},"requests":{"cpu":"0","memory":"0"}}` | Pod resource requests and limits |
| dfdaemon.tag | string | `"v2.0.1-rc.6"` | Image tag |
| dfdaemon.tag | string | `"v2.0.1"` | Image tag |
| dfdaemon.terminationGracePeriodSeconds | string | `nil` | Pod terminationGracePeriodSeconds |
| dfdaemon.tolerations | list | `[]` | List of node taints to tolerate |
| externalManager.grpcPort | int | `65003` | External GRPC service port |
Expand Down Expand Up @@ -313,7 +313,7 @@ helm delete dragonfly --namespace dragonfly-system
| manager.service.annotations | object | `{}` | Service annotations |
| manager.service.labels | object | `{}` | Service labels |
| manager.service.type | string | `"ClusterIP"` | Service type |
| manager.tag | string | `"v2.0.1-rc.6"` | Image tag |
| manager.tag | string | `"v2.0.1"` | Image tag |
| manager.terminationGracePeriodSeconds | string | `nil` | Pod terminationGracePeriodSeconds |
| manager.tolerations | list | `[]` | List of node taints to tolerate |
| mysql.auth.database | string | `"manager"` | Mysql database name |
Expand Down Expand Up @@ -369,7 +369,7 @@ helm delete dragonfly --namespace dragonfly-system
| scheduler.replicas | int | `3` | Number of Pods to launch |
| scheduler.resources | object | `{"limits":{"cpu":"4","memory":"8Gi"},"requests":{"cpu":"0","memory":"0"}}` | Pod resource requests and limits |
| scheduler.statefulsetAnnotations | object | `{}` | Statefulset annotations |
| scheduler.tag | string | `"v2.0.1-rc.6"` | Image tag |
| scheduler.tag | string | `"v2.0.1"` | Image tag |
| scheduler.terminationGracePeriodSeconds | string | `nil` | Pod terminationGracePeriodSeconds |
| scheduler.tolerations | list | `[]` | List of node taints to tolerate |

Expand Down
8 changes: 4 additions & 4 deletions charts/dragonfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ scheduler:
# -- Image repository
image: dragonflyoss/scheduler
# -- Image tag
tag: v2.0.1-rc.6
tag: v2.0.1
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Host Aliases
Expand Down Expand Up @@ -231,7 +231,7 @@ cdn:
# -- Image repository
image: dragonflyoss/cdn
# -- Image tag
tag: v2.0.1-rc.6
tag: v2.0.1
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Host Aliases
Expand Down Expand Up @@ -395,7 +395,7 @@ dfdaemon:
# -- Image repository
image: dragonflyoss/dfdaemon
# -- Image tag
tag: v2.0.1-rc.6
tag: v2.0.1
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Host Aliases
Expand Down Expand Up @@ -584,7 +584,7 @@ manager:
# -- Image repository
image: dragonflyoss/manager
# -- Image tag
tag: v2.0.1-rc.6
tag: v2.0.1
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Host Aliases
Expand Down

0 comments on commit 110c286

Please sign in to comment.