From 9fc5290cdbcc12ed5856adf1f45ccec7e27b152a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 12 Aug 2023 23:40:23 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ipfs/7.0.1/app-changelog.md | 9 --------- stable/ipfs/{7.0.1 => 7.0.2}/CHANGELOG.md | 18 +++++++++--------- stable/ipfs/{7.0.1 => 7.0.2}/Chart.yaml | 4 ++-- stable/ipfs/{7.0.1 => 7.0.2}/README.md | 0 stable/ipfs/7.0.2/app-changelog.md | 9 +++++++++ stable/ipfs/{7.0.1 => 7.0.2}/app-readme.md | 0 .../{7.0.1 => 7.0.2}/charts/common-14.0.1.tgz | Bin stable/ipfs/{7.0.1 => 7.0.2}/ix_values.yaml | 2 +- stable/ipfs/{7.0.1 => 7.0.2}/questions.yaml | 0 .../ipfs/{7.0.1 => 7.0.2}/templates/NOTES.txt | 0 .../{7.0.1 => 7.0.2}/templates/common.yaml | 0 stable/ipfs/{7.0.1 => 7.0.2}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ipfs/7.0.1/app-changelog.md rename stable/ipfs/{7.0.1 => 7.0.2}/CHANGELOG.md (90%) rename stable/ipfs/{7.0.1 => 7.0.2}/Chart.yaml (95%) rename stable/ipfs/{7.0.1 => 7.0.2}/README.md (100%) create mode 100644 stable/ipfs/7.0.2/app-changelog.md rename stable/ipfs/{7.0.1 => 7.0.2}/app-readme.md (100%) rename stable/ipfs/{7.0.1 => 7.0.2}/charts/common-14.0.1.tgz (100%) rename stable/ipfs/{7.0.1 => 7.0.2}/ix_values.yaml (93%) rename stable/ipfs/{7.0.1 => 7.0.2}/questions.yaml (100%) rename stable/ipfs/{7.0.1 => 7.0.2}/templates/NOTES.txt (100%) rename stable/ipfs/{7.0.1 => 7.0.2}/templates/common.yaml (100%) rename stable/ipfs/{7.0.1 => 7.0.2}/values.yaml (100%) diff --git a/stable/ipfs/7.0.1/app-changelog.md b/stable/ipfs/7.0.1/app-changelog.md deleted file mode 100644 index 60972751ae..0000000000 --- a/stable/ipfs/7.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ipfs-7.0.1](https://github.com/truecharts/charts/compare/ipfs-7.0.0...ipfs-7.0.1) (2023-08-12) - -### Chore - -- update container image tccr.io/truecharts/ipfs to v0.21.1 ([#11472](https://github.com/truecharts/charts/issues/11472)) - - \ No newline at end of file diff --git a/stable/ipfs/7.0.1/CHANGELOG.md b/stable/ipfs/7.0.2/CHANGELOG.md similarity index 90% rename from stable/ipfs/7.0.1/CHANGELOG.md rename to stable/ipfs/7.0.2/CHANGELOG.md index f9c3ff3d39..624b028325 100644 --- a/stable/ipfs/7.0.1/CHANGELOG.md +++ b/stable/ipfs/7.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ipfs-7.0.2](https://github.com/truecharts/charts/compare/ipfs-7.0.1...ipfs-7.0.2) (2023-08-12) + +### Chore + +- update container image tccr.io/truecharts/ipfs to v0.22.0 ([#11491](https://github.com/truecharts/charts/issues/11491)) + + + + ## [ipfs-7.0.1](https://github.com/truecharts/charts/compare/ipfs-7.0.0...ipfs-7.0.1) (2023-08-12) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393)) - ### Feat - -- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) - - - - -## [ipfs-6.0.19](https://github.com/truecharts/charts/compare/ipfs-6.0.18...ipfs-6.0.19) (2023-05-27) - diff --git a/stable/ipfs/7.0.1/Chart.yaml b/stable/ipfs/7.0.2/Chart.yaml similarity index 95% rename from stable/ipfs/7.0.1/Chart.yaml rename to stable/ipfs/7.0.2/Chart.yaml index 6c6125824d..0621533903 100644 --- a/stable/ipfs/7.0.1/Chart.yaml +++ b/stable/ipfs/7.0.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.21.1" +appVersion: "0.22.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs - https://github.com/ipfs/kubo type: application -version: 7.0.1 +version: 7.0.2 annotations: truecharts.org/catagories: | - storage diff --git a/stable/ipfs/7.0.1/README.md b/stable/ipfs/7.0.2/README.md similarity index 100% rename from stable/ipfs/7.0.1/README.md rename to stable/ipfs/7.0.2/README.md diff --git a/stable/ipfs/7.0.2/app-changelog.md b/stable/ipfs/7.0.2/app-changelog.md new file mode 100644 index 0000000000..f2a36d5b1c --- /dev/null +++ b/stable/ipfs/7.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ipfs-7.0.2](https://github.com/truecharts/charts/compare/ipfs-7.0.1...ipfs-7.0.2) (2023-08-12) + +### Chore + +- update container image tccr.io/truecharts/ipfs to v0.22.0 ([#11491](https://github.com/truecharts/charts/issues/11491)) + + \ No newline at end of file diff --git a/stable/ipfs/7.0.1/app-readme.md b/stable/ipfs/7.0.2/app-readme.md similarity index 100% rename from stable/ipfs/7.0.1/app-readme.md rename to stable/ipfs/7.0.2/app-readme.md diff --git a/stable/ipfs/7.0.1/charts/common-14.0.1.tgz b/stable/ipfs/7.0.2/charts/common-14.0.1.tgz similarity index 100% rename from stable/ipfs/7.0.1/charts/common-14.0.1.tgz rename to stable/ipfs/7.0.2/charts/common-14.0.1.tgz diff --git a/stable/ipfs/7.0.1/ix_values.yaml b/stable/ipfs/7.0.2/ix_values.yaml similarity index 93% rename from stable/ipfs/7.0.1/ix_values.yaml rename to stable/ipfs/7.0.2/ix_values.yaml index 275d1763ce..b2812b8164 100644 --- a/stable/ipfs/7.0.1/ix_values.yaml +++ b/stable/ipfs/7.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ipfs pullPolicy: IfNotPresent - tag: v0.21.1@sha256:d8d0a5f7f952189b19be61165647d6582957196464a2eec907cdb4606679f2ee + tag: v0.22.0@sha256:ed36a420c6068f42f24a0acd9df00dc89bc17c0a46203dbedfd49c742ba54d03 service: main: ports: diff --git a/stable/ipfs/7.0.1/questions.yaml b/stable/ipfs/7.0.2/questions.yaml similarity index 100% rename from stable/ipfs/7.0.1/questions.yaml rename to stable/ipfs/7.0.2/questions.yaml diff --git a/stable/ipfs/7.0.1/templates/NOTES.txt b/stable/ipfs/7.0.2/templates/NOTES.txt similarity index 100% rename from stable/ipfs/7.0.1/templates/NOTES.txt rename to stable/ipfs/7.0.2/templates/NOTES.txt diff --git a/stable/ipfs/7.0.1/templates/common.yaml b/stable/ipfs/7.0.2/templates/common.yaml similarity index 100% rename from stable/ipfs/7.0.1/templates/common.yaml rename to stable/ipfs/7.0.2/templates/common.yaml diff --git a/stable/ipfs/7.0.1/values.yaml b/stable/ipfs/7.0.2/values.yaml similarity index 100% rename from stable/ipfs/7.0.1/values.yaml rename to stable/ipfs/7.0.2/values.yaml