diff --git a/stable/ipfs/5.0.1/app-changelog.md b/stable/ipfs/5.0.1/app-changelog.md deleted file mode 100644 index 5d489ee3c8..0000000000 --- a/stable/ipfs/5.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ipfs-5.0.1](https://github.com/truecharts/charts/compare/ipfs-5.0.0...ipfs-5.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/stable/ipfs/5.0.1/CHANGELOG.md b/stable/ipfs/5.0.2/CHANGELOG.md similarity index 100% rename from stable/ipfs/5.0.1/CHANGELOG.md rename to stable/ipfs/5.0.2/CHANGELOG.md diff --git a/stable/ipfs/5.0.1/Chart.yaml b/stable/ipfs/5.0.2/Chart.yaml similarity index 66% rename from stable/ipfs/5.0.1/Chart.yaml rename to stable/ipfs/5.0.2/Chart.yaml index 916846d793..7dc1d6f5e4 100644 --- a/stable/ipfs/5.0.1/Chart.yaml +++ b/stable/ipfs/5.0.2/Chart.yaml @@ -1,27 +1,28 @@ apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: ipfs -version: 5.0.1 -appVersion: "0.16.0" -description: IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/ipfs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png -keywords: - - ipfs -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs - - https://hub.docker.com/r/linuxserver/ipfs +appVersion: "v0.16.0" dependencies: - name: common repository: https://library-charts.truecharts.org version: 11.0.3 - # condition: +deprecated: false +description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. +home: https://truecharts.org/docs/charts/stable/ipfs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png +keywords: + - ipfs + - kubo +kubeVersion: ">=1.16.0-0" maintainers: - email: info@truecharts.org name: TrueCharts url: https://truecharts.org +name: ipfs +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs + - https://hub.docker.com/r/ipfs/kubo/ + - https://github.com/ipfs/kubo +type: application +version: 5.0.2 annotations: truecharts.org/catagories: | - storage diff --git a/stable/ipfs/5.0.1/README.md b/stable/ipfs/5.0.2/README.md similarity index 100% rename from stable/ipfs/5.0.1/README.md rename to stable/ipfs/5.0.2/README.md diff --git a/stable/ipfs/5.0.2/app-changelog.md b/stable/ipfs/5.0.2/app-changelog.md new file mode 100644 index 0000000000..28c798f3a5 --- /dev/null +++ b/stable/ipfs/5.0.2/app-changelog.md @@ -0,0 +1,4 @@ + + +## [ipfs-5.0.2](https://github.com/truecharts/charts/compare/ipfs-5.0.1...ipfs-5.0.2) (2022-11-22) + diff --git a/stable/ipfs/5.0.1/app-readme.md b/stable/ipfs/5.0.2/app-readme.md similarity index 64% rename from stable/ipfs/5.0.1/app-readme.md rename to stable/ipfs/5.0.2/app-readme.md index fd89d1746c..7042d15d5a 100644 --- a/stable/ipfs/5.0.1/app-readme.md +++ b/stable/ipfs/5.0.2/app-readme.md @@ -1,4 +1,4 @@ -IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. +IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/ipfs](https://truecharts.org/docs/charts/stable/ipfs) diff --git a/stable/ipfs/5.0.1/charts/common-11.0.3.tgz b/stable/ipfs/5.0.2/charts/common-11.0.3.tgz similarity index 100% rename from stable/ipfs/5.0.1/charts/common-11.0.3.tgz rename to stable/ipfs/5.0.2/charts/common-11.0.3.tgz diff --git a/stable/ipfs/5.0.1/ix_values.yaml b/stable/ipfs/5.0.2/ix_values.yaml similarity index 100% rename from stable/ipfs/5.0.1/ix_values.yaml rename to stable/ipfs/5.0.2/ix_values.yaml diff --git a/stable/ipfs/5.0.1/questions.yaml b/stable/ipfs/5.0.2/questions.yaml similarity index 100% rename from stable/ipfs/5.0.1/questions.yaml rename to stable/ipfs/5.0.2/questions.yaml diff --git a/stable/ipfs/5.0.1/templates/common.yaml b/stable/ipfs/5.0.2/templates/common.yaml similarity index 100% rename from stable/ipfs/5.0.1/templates/common.yaml rename to stable/ipfs/5.0.2/templates/common.yaml diff --git a/stable/ipfs/5.0.1/values.yaml b/stable/ipfs/5.0.2/values.yaml similarity index 100% rename from stable/ipfs/5.0.1/values.yaml rename to stable/ipfs/5.0.2/values.yaml