From c159da2ad40ce1f5c617ba6b8a062b93192e6458 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 8 Nov 2023 12:53:15 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ipfs/7.0.10/app-changelog.md | 9 --------- stable/ipfs/{7.0.10 => 7.0.11}/CHANGELOG.md | 18 +++++++++--------- stable/ipfs/{7.0.10 => 7.0.11}/Chart.yaml | 4 ++-- stable/ipfs/{7.0.10 => 7.0.11}/README.md | 0 stable/ipfs/7.0.11/app-changelog.md | 9 +++++++++ stable/ipfs/{7.0.10 => 7.0.11}/app-readme.md | 0 .../charts/common-14.2.3.tgz | Bin stable/ipfs/{7.0.10 => 7.0.11}/ix_values.yaml | 2 +- stable/ipfs/{7.0.10 => 7.0.11}/questions.yaml | 8 ++++---- .../{7.0.10 => 7.0.11}/templates/NOTES.txt | 0 .../{7.0.10 => 7.0.11}/templates/common.yaml | 0 stable/ipfs/{7.0.10 => 7.0.11}/values.yaml | 0 12 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 stable/ipfs/7.0.10/app-changelog.md rename stable/ipfs/{7.0.10 => 7.0.11}/CHANGELOG.md (90%) rename stable/ipfs/{7.0.10 => 7.0.11}/Chart.yaml (95%) rename stable/ipfs/{7.0.10 => 7.0.11}/README.md (100%) create mode 100644 stable/ipfs/7.0.11/app-changelog.md rename stable/ipfs/{7.0.10 => 7.0.11}/app-readme.md (100%) rename stable/ipfs/{7.0.10 => 7.0.11}/charts/common-14.2.3.tgz (100%) rename stable/ipfs/{7.0.10 => 7.0.11}/ix_values.yaml (93%) rename stable/ipfs/{7.0.10 => 7.0.11}/questions.yaml (99%) rename stable/ipfs/{7.0.10 => 7.0.11}/templates/NOTES.txt (100%) rename stable/ipfs/{7.0.10 => 7.0.11}/templates/common.yaml (100%) rename stable/ipfs/{7.0.10 => 7.0.11}/values.yaml (100%) diff --git a/stable/ipfs/7.0.10/app-changelog.md b/stable/ipfs/7.0.10/app-changelog.md deleted file mode 100644 index 31b841c733..0000000000 --- a/stable/ipfs/7.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ipfs-7.0.10](https://github.com/truecharts/charts/compare/ipfs-7.0.9...ipfs-7.0.10) (2023-11-05) - -### Chore - -- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365)) - - \ No newline at end of file diff --git a/stable/ipfs/7.0.10/CHANGELOG.md b/stable/ipfs/7.0.11/CHANGELOG.md similarity index 90% rename from stable/ipfs/7.0.10/CHANGELOG.md rename to stable/ipfs/7.0.11/CHANGELOG.md index 8866b7bec8..d3058fb5ed 100644 --- a/stable/ipfs/7.0.10/CHANGELOG.md +++ b/stable/ipfs/7.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ipfs-7.0.11](https://github.com/truecharts/charts/compare/ipfs-7.0.10...ipfs-7.0.11) (2023-11-08) + +### Chore + +- update container image tccr.io/truecharts/ipfs to v0.24.0 ([#14447](https://github.com/truecharts/charts/issues/14447)) + + + + ## [ipfs-7.0.10](https://github.com/truecharts/charts/compare/ipfs-7.0.9...ipfs-7.0.10) (2023-11-05) ### Chore @@ -88,12 +97,3 @@ ## [ipfs-7.0.0](https://github.com/truecharts/charts/compare/ipfs-6.0.27...ipfs-7.0.0) (2023-07-31) - - - -## [ipfs-6.0.27](https://github.com/truecharts/charts/compare/ipfs-6.0.26...ipfs-6.0.27) (2023-07-29) - -### Chore - -- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) - diff --git a/stable/ipfs/7.0.10/Chart.yaml b/stable/ipfs/7.0.11/Chart.yaml similarity index 95% rename from stable/ipfs/7.0.10/Chart.yaml rename to stable/ipfs/7.0.11/Chart.yaml index f62e2661ec..59bfdc1990 100644 --- a/stable/ipfs/7.0.10/Chart.yaml +++ b/stable/ipfs/7.0.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.23.0" +appVersion: "0.24.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.10 +version: 7.0.11 annotations: truecharts.org/category: storage truecharts.org/SCALE-support: "true" diff --git a/stable/ipfs/7.0.10/README.md b/stable/ipfs/7.0.11/README.md similarity index 100% rename from stable/ipfs/7.0.10/README.md rename to stable/ipfs/7.0.11/README.md diff --git a/stable/ipfs/7.0.11/app-changelog.md b/stable/ipfs/7.0.11/app-changelog.md new file mode 100644 index 0000000000..0e920ec538 --- /dev/null +++ b/stable/ipfs/7.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ipfs-7.0.11](https://github.com/truecharts/charts/compare/ipfs-7.0.10...ipfs-7.0.11) (2023-11-08) + +### Chore + +- update container image tccr.io/truecharts/ipfs to v0.24.0 ([#14447](https://github.com/truecharts/charts/issues/14447)) + + \ No newline at end of file diff --git a/stable/ipfs/7.0.10/app-readme.md b/stable/ipfs/7.0.11/app-readme.md similarity index 100% rename from stable/ipfs/7.0.10/app-readme.md rename to stable/ipfs/7.0.11/app-readme.md diff --git a/stable/ipfs/7.0.10/charts/common-14.2.3.tgz b/stable/ipfs/7.0.11/charts/common-14.2.3.tgz similarity index 100% rename from stable/ipfs/7.0.10/charts/common-14.2.3.tgz rename to stable/ipfs/7.0.11/charts/common-14.2.3.tgz diff --git a/stable/ipfs/7.0.10/ix_values.yaml b/stable/ipfs/7.0.11/ix_values.yaml similarity index 93% rename from stable/ipfs/7.0.10/ix_values.yaml rename to stable/ipfs/7.0.11/ix_values.yaml index baeaff96cb..105dfd1fcd 100644 --- a/stable/ipfs/7.0.10/ix_values.yaml +++ b/stable/ipfs/7.0.11/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ipfs pullPolicy: IfNotPresent - tag: v0.23.0@sha256:d8b4eb35f1e0382810deb388bed187a703b7631135436db62be504c2ff386193 + tag: v0.24.0@sha256:dcbb7e1c7b7a620df200284f59688b384e7f403dfc2cd912e29915e878080a7e service: main: ports: diff --git a/stable/ipfs/7.0.10/questions.yaml b/stable/ipfs/7.0.11/questions.yaml similarity index 99% rename from stable/ipfs/7.0.10/questions.yaml rename to stable/ipfs/7.0.11/questions.yaml index 5cee22d738..2ab592367a 100644 --- a/stable/ipfs/7.0.10/questions.yaml +++ b/stable/ipfs/7.0.11/questions.yaml @@ -1468,7 +1468,7 @@ questions: schema: type: list default: [] - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -1497,7 +1497,7 @@ questions: - variable: scaleCert label: Use TrueNAS SCALE Certificate (Deprecated) schema: - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] type: int $ref: - "definitions/certificate" @@ -1506,13 +1506,13 @@ questions: description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' schema: type: string - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: secretName label: Use Custom Secret (Advanced) schema: type: string - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: entrypoint label: Traefik Entrypoint diff --git a/stable/ipfs/7.0.10/templates/NOTES.txt b/stable/ipfs/7.0.11/templates/NOTES.txt similarity index 100% rename from stable/ipfs/7.0.10/templates/NOTES.txt rename to stable/ipfs/7.0.11/templates/NOTES.txt diff --git a/stable/ipfs/7.0.10/templates/common.yaml b/stable/ipfs/7.0.11/templates/common.yaml similarity index 100% rename from stable/ipfs/7.0.10/templates/common.yaml rename to stable/ipfs/7.0.11/templates/common.yaml diff --git a/stable/ipfs/7.0.10/values.yaml b/stable/ipfs/7.0.11/values.yaml similarity index 100% rename from stable/ipfs/7.0.10/values.yaml rename to stable/ipfs/7.0.11/values.yaml