Skip to content

Commit

Permalink
fix: docker hub source address (#9)
Browse files Browse the repository at this point in the history
* feat: update docker hub source address
* feat: update charts version
* docs: update readme

Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Sep 17, 2021
1 parent 5ea8bb5 commit acc7c63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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/en/images/logo/dragonfly.svg
type: application
version: "0.5.2"
appVersion: "0.5.2"
version: "0.5.3"
appVersion: "0.5.3"
keywords:
- dragonfly
- d7y
Expand All @@ -18,7 +18,7 @@ sources:

annotations:
artifacthub.io/changes: |
- Update dragonfly version to v2.0.0
- Fix dockerhub source address
artifacthub.io/links: |
- name: Chart Source
url: https://github.com/dragonflyoss/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion charts/dragonfly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ helm delete dragonfly --namespace dragonfly-system
| dfdaemon.config.proxy.defaultFilter | string | `"Expires&Signature"` | Filter for hash url when defaultFilter: "Expires&Signature", for example: http://localhost/xyz?Expires=111&Signature=222 and http://localhost/xyz?Expires=333&Signature=999 is same task |
| dfdaemon.config.proxy.proxies[0] | object | `{"regx":"blobs/sha256.*"}` | Proxy all http image layer download requests with dfget |
| dfdaemon.config.proxy.registryMirror.dynamic | bool | `true` | When enabled, use value of "X-Dragonfly-Registry" in http header for remote instead of url host |
| dfdaemon.config.proxy.registryMirror.url | string | `"https://docker.io"` | URL for the registry mirror |
| dfdaemon.config.proxy.registryMirror.url | string | `"https://index.docker.io"` | URL for the registry mirror |
| dfdaemon.config.proxy.security | object | `{"insecure":true}` | Proxy security option |
| dfdaemon.config.proxy.tcpListen.listen | string | `"0.0.0.0"` | Listen address |
| dfdaemon.config.proxy.tcpListen.namespace | string | `"/run/dragonfly/net"` | Namespace stands the linux net namespace, like /proc/1/ns/net it's useful for running daemon in pod with ip allocated and listening the special port in host net namespace Linux only |
Expand Down
2 changes: 1 addition & 1 deletion charts/dragonfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ dfdaemon:
# -- When enabled, use value of "X-Dragonfly-Registry" in http header for remote instead of url host
dynamic: true
# -- URL for the registry mirror
url: https://docker.io
url: https://index.docker.io
proxies:
# -- Proxy all http image layer download requests with dfget
- regx: blobs/sha256.*
Expand Down

0 comments on commit acc7c63

Please sign in to comment.