From a81b80e6e441c2a14cd6bd16b6e98b42d5277726 Mon Sep 17 00:00:00 2001 From: Gaius Date: Fri, 20 Dec 2024 16:36:59 +0800 Subject: [PATCH] chore: rename repo from Dragonfly2 to dragonfly Signed-off-by: Gaius --- .github/workflows/lint-test.yml | 2 +- INSTALL.md | 4 ++-- charts/dragonfly-stack/Chart.yaml | 10 +++++----- charts/dragonfly/Chart.yaml | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 69666533..7ecb9bf8 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.9 - name: Set up chart-testing uses: helm/chart-testing-action@v2.6.1 diff --git a/INSTALL.md b/INSTALL.md index c4182056..2d3758c7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -22,7 +22,7 @@ This document will help you experience how to use [Dragonfly](https://d7y.io) & Download containerd configuration for kind. ```shell -curl -fsSL -o config.toml https://raw.githubusercontent.com/dragonflyoss/Dragonfly2/main/test/testdata/containerd/config.toml +curl -fsSL -o config.toml https://raw.githubusercontent.com/dragonflyoss/dragonfly/main/test/testdata/containerd/config.toml ``` Create kind cluster configuration file `kind-config.yaml`, configuration content is as follows: @@ -132,7 +132,7 @@ Install Nydus using the default configuration, for more information about mirror ```shell -$ curl -fsSL -o config-nydus.yaml https://raw.githubusercontent.com/dragonflyoss/Dragonfly2/main/test/testdata/charts/config-nydus.yaml +$ curl -fsSL -o config-nydus.yaml https://raw.githubusercontent.com/dragonflyoss/dragonfly/main/test/testdata/charts/config-nydus.yaml $ helm install --wait --timeout 10m --dependency-update --create-namespace --namespace nydus-snapshotter nydus-snapshotter dragonfly/nydus-snapshotter -f config-nydus.yaml NAME: nydus-snapshotter LAST DEPLOYED: Fri Apr 7 10:40:50 2023 diff --git a/charts/dragonfly-stack/Chart.yaml b/charts/dragonfly-stack/Chart.yaml index 25cd0a8d..9f4b2183 100644 --- a/charts/dragonfly-stack/Chart.yaml +++ b/charts/dragonfly-stack/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 name: dragonfly-stack description: Collects Dragonfly component and Nydus component into a single chart to provide a complete solution for the Dragonfly stack. -icon: https://raw.githubusercontent.com/dragonflyoss/Dragonfly2/main/docs/images/logo/dragonfly.svg +icon: https://raw.githubusercontent.com/dragonflyoss/dragonfly/main/docs/images/logo/dragonfly.svg type: application -version: 0.1.1 +version: 0.1.2 appVersion: 2.1.49 keywords: - dragonfly-stack @@ -24,20 +24,20 @@ maintainers: home: https://d7y.io/ sources: - - https://github.com/dragonflyoss/Dragonfly2 + - https://github.com/dragonflyoss/dragonfly - https://github.com/dragonflyoss/client - https://github.com/dragonflyoss/image-service - https://github.com/containerd/nydus-snapshotter/ annotations: artifacthub.io/changes: | - - Init commit for dragonfly-stack. + - Rename repo Dragonfly2 to dragonfly. artifacthub.io/links: | - name: Chart Source url: https://github.com/dragonflyoss/helm-charts - name: Source - url: https://github.com/dragonflyoss/Dragonfly2 + url: https://github.com/dragonflyoss/dragonfly - name: Source url: https://github.com/dragonflyoss/client - name: Source diff --git a/charts/dragonfly/Chart.yaml b/charts/dragonfly/Chart.yaml index 815a6f19..277b393b 100644 --- a/charts/dragonfly/Chart.yaml +++ b/charts/dragonfly/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 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 +icon: https://raw.githubusercontent.com/dragonflyoss/dragonfly/main/docs/images/logo/dragonfly.svg type: application -version: 1.2.26 +version: 1.2.27 appVersion: 2.1.65 keywords: - dragonfly @@ -22,18 +22,18 @@ maintainers: home: https://d7y.io/ sources: - - https://github.com/dragonflyoss/Dragonfly2 + - https://github.com/dragonflyoss/dragonfly - https://github.com/dragonflyoss/client annotations: artifacthub.io/changes: | - - Update client version to 0.1.125. + - Rename repo Dragonfly2 to dragonfly. artifacthub.io/links: | - name: Chart Source url: https://github.com/dragonflyoss/helm-charts - name: Source - url: https://github.com/dragonflyoss/Dragonfly2 + url: https://github.com/dragonflyoss/dragonfly - name: Source url: https://github.com/dragonflyoss/client artifacthub.io/images: |