From e25aa0d7ebd3e28e79cbec9e23b9dd82d83d1ae7 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 22 Nov 2022 21:50:44 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ipfs/5.0.4/app-changelog.md | 4 ---- stable/ipfs/{5.0.4 => 5.0.5}/CHANGELOG.md | 0 stable/ipfs/{5.0.4 => 5.0.5}/Chart.yaml | 4 ++-- stable/ipfs/{5.0.4 => 5.0.5}/README.md | 0 stable/ipfs/5.0.5/app-changelog.md | 9 +++++++++ stable/ipfs/{5.0.4 => 5.0.5}/app-readme.md | 0 .../ipfs/{5.0.4 => 5.0.5}/charts/common-11.0.3.tgz | Bin stable/ipfs/{5.0.4 => 5.0.5}/ix_values.yaml | 2 +- stable/ipfs/{5.0.4 => 5.0.5}/questions.yaml | 0 stable/ipfs/{5.0.4 => 5.0.5}/templates/common.yaml | 0 stable/ipfs/{5.0.4 => 5.0.5}/values.yaml | 0 stable/komga/8.0.1/app-changelog.md | 9 --------- stable/komga/{8.0.1 => 8.0.2}/CHANGELOG.md | 0 stable/komga/{8.0.1 => 8.0.2}/Chart.yaml | 4 ++-- stable/komga/{8.0.1 => 8.0.2}/README.md | 0 stable/komga/8.0.2/app-changelog.md | 9 +++++++++ stable/komga/{8.0.1 => 8.0.2}/app-readme.md | 0 .../komga/{8.0.1 => 8.0.2}/charts/common-11.0.3.tgz | Bin stable/komga/{8.0.1 => 8.0.2}/ix_values.yaml | 2 +- stable/komga/{8.0.1 => 8.0.2}/questions.yaml | 0 stable/komga/{8.0.1 => 8.0.2}/templates/common.yaml | 0 stable/komga/{8.0.1 => 8.0.2}/values.yaml | 0 22 files changed, 24 insertions(+), 19 deletions(-) delete mode 100644 stable/ipfs/5.0.4/app-changelog.md rename stable/ipfs/{5.0.4 => 5.0.5}/CHANGELOG.md (100%) rename stable/ipfs/{5.0.4 => 5.0.5}/Chart.yaml (95%) rename stable/ipfs/{5.0.4 => 5.0.5}/README.md (100%) create mode 100644 stable/ipfs/5.0.5/app-changelog.md rename stable/ipfs/{5.0.4 => 5.0.5}/app-readme.md (100%) rename stable/ipfs/{5.0.4 => 5.0.5}/charts/common-11.0.3.tgz (100%) rename stable/ipfs/{5.0.4 => 5.0.5}/ix_values.yaml (92%) rename stable/ipfs/{5.0.4 => 5.0.5}/questions.yaml (100%) rename stable/ipfs/{5.0.4 => 5.0.5}/templates/common.yaml (100%) rename stable/ipfs/{5.0.4 => 5.0.5}/values.yaml (100%) delete mode 100644 stable/komga/8.0.1/app-changelog.md rename stable/komga/{8.0.1 => 8.0.2}/CHANGELOG.md (100%) rename stable/komga/{8.0.1 => 8.0.2}/Chart.yaml (95%) rename stable/komga/{8.0.1 => 8.0.2}/README.md (100%) create mode 100644 stable/komga/8.0.2/app-changelog.md rename stable/komga/{8.0.1 => 8.0.2}/app-readme.md (100%) rename stable/komga/{8.0.1 => 8.0.2}/charts/common-11.0.3.tgz (100%) rename stable/komga/{8.0.1 => 8.0.2}/ix_values.yaml (77%) rename stable/komga/{8.0.1 => 8.0.2}/questions.yaml (100%) rename stable/komga/{8.0.1 => 8.0.2}/templates/common.yaml (100%) rename stable/komga/{8.0.1 => 8.0.2}/values.yaml (100%) diff --git a/stable/ipfs/5.0.4/app-changelog.md b/stable/ipfs/5.0.4/app-changelog.md deleted file mode 100644 index da8b0afd2ce..00000000000 --- a/stable/ipfs/5.0.4/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [ipfs-5.0.4](https://github.com/truecharts/charts/compare/ipfs-5.0.3...ipfs-5.0.4) (2022-11-22) - diff --git a/stable/ipfs/5.0.4/CHANGELOG.md b/stable/ipfs/5.0.5/CHANGELOG.md similarity index 100% rename from stable/ipfs/5.0.4/CHANGELOG.md rename to stable/ipfs/5.0.5/CHANGELOG.md diff --git a/stable/ipfs/5.0.4/Chart.yaml b/stable/ipfs/5.0.5/Chart.yaml similarity index 95% rename from stable/ipfs/5.0.4/Chart.yaml rename to stable/ipfs/5.0.5/Chart.yaml index 56506c6a731..576ede9529e 100644 --- a/stable/ipfs/5.0.4/Chart.yaml +++ b/stable/ipfs/5.0.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.16.0" +appVersion: "0.17.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,7 +22,7 @@ sources: - https://hub.docker.com/r/ipfs/kubo/ - https://github.com/ipfs/kubo type: application -version: 5.0.4 +version: 5.0.5 annotations: truecharts.org/catagories: | - storage diff --git a/stable/ipfs/5.0.4/README.md b/stable/ipfs/5.0.5/README.md similarity index 100% rename from stable/ipfs/5.0.4/README.md rename to stable/ipfs/5.0.5/README.md diff --git a/stable/ipfs/5.0.5/app-changelog.md b/stable/ipfs/5.0.5/app-changelog.md new file mode 100644 index 00000000000..bcbfdf6013e --- /dev/null +++ b/stable/ipfs/5.0.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ipfs-5.0.5](https://github.com/truecharts/charts/compare/ipfs-5.0.4...ipfs-5.0.5) (2022-11-22) + +### Chore + +- update container image tccr.io/truecharts/ipfs to v0.17.0 + + \ No newline at end of file diff --git a/stable/ipfs/5.0.4/app-readme.md b/stable/ipfs/5.0.5/app-readme.md similarity index 100% rename from stable/ipfs/5.0.4/app-readme.md rename to stable/ipfs/5.0.5/app-readme.md diff --git a/stable/ipfs/5.0.4/charts/common-11.0.3.tgz b/stable/ipfs/5.0.5/charts/common-11.0.3.tgz similarity index 100% rename from stable/ipfs/5.0.4/charts/common-11.0.3.tgz rename to stable/ipfs/5.0.5/charts/common-11.0.3.tgz diff --git a/stable/ipfs/5.0.4/ix_values.yaml b/stable/ipfs/5.0.5/ix_values.yaml similarity index 92% rename from stable/ipfs/5.0.4/ix_values.yaml rename to stable/ipfs/5.0.5/ix_values.yaml index 2d4be846457..5a3d2ced293 100644 --- a/stable/ipfs/5.0.4/ix_values.yaml +++ b/stable/ipfs/5.0.5/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ipfs pullPolicy: IfNotPresent - tag: 0.16.0@sha256:62a347f8e2f3883d0653d98a8f4d1ecb2ee43b25eb8c4c0ea1006dd200f78dc5 + tag: 0.17.0@sha256:294f79a60603063337af861821880668f1e51ecd0b1d926e774f4f34d2421241 securityContext: runAsNonRoot: false diff --git a/stable/ipfs/5.0.4/questions.yaml b/stable/ipfs/5.0.5/questions.yaml similarity index 100% rename from stable/ipfs/5.0.4/questions.yaml rename to stable/ipfs/5.0.5/questions.yaml diff --git a/stable/ipfs/5.0.4/templates/common.yaml b/stable/ipfs/5.0.5/templates/common.yaml similarity index 100% rename from stable/ipfs/5.0.4/templates/common.yaml rename to stable/ipfs/5.0.5/templates/common.yaml diff --git a/stable/ipfs/5.0.4/values.yaml b/stable/ipfs/5.0.5/values.yaml similarity index 100% rename from stable/ipfs/5.0.4/values.yaml rename to stable/ipfs/5.0.5/values.yaml diff --git a/stable/komga/8.0.1/app-changelog.md b/stable/komga/8.0.1/app-changelog.md deleted file mode 100644 index 49eda8b6676..00000000000 --- a/stable/komga/8.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [komga-8.0.1](https://github.com/truecharts/charts/compare/komga-8.0.0...komga-8.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/komga/8.0.1/CHANGELOG.md b/stable/komga/8.0.2/CHANGELOG.md similarity index 100% rename from stable/komga/8.0.1/CHANGELOG.md rename to stable/komga/8.0.2/CHANGELOG.md diff --git a/stable/komga/8.0.1/Chart.yaml b/stable/komga/8.0.2/Chart.yaml similarity index 95% rename from stable/komga/8.0.1/Chart.yaml rename to stable/komga/8.0.2/Chart.yaml index 93cad1e2de3..6a28538d6e2 100644 --- a/stable/komga/8.0.1/Chart.yaml +++ b/stable/komga/8.0.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.157.4" +appVersion: "0.157.5" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/komga - https://komga.org/ - https://github.com/gotson/komga -version: 8.0.1 +version: 8.0.2 annotations: truecharts.org/catagories: | - media diff --git a/stable/komga/8.0.1/README.md b/stable/komga/8.0.2/README.md similarity index 100% rename from stable/komga/8.0.1/README.md rename to stable/komga/8.0.2/README.md diff --git a/stable/komga/8.0.2/app-changelog.md b/stable/komga/8.0.2/app-changelog.md new file mode 100644 index 00000000000..a1212d362ae --- /dev/null +++ b/stable/komga/8.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [komga-8.0.2](https://github.com/truecharts/charts/compare/komga-8.0.1...komga-8.0.2) (2022-11-22) + +### Chore + +- update container image tccr.io/truecharts/komga to v0.157.5 + + \ No newline at end of file diff --git a/stable/komga/8.0.1/app-readme.md b/stable/komga/8.0.2/app-readme.md similarity index 100% rename from stable/komga/8.0.1/app-readme.md rename to stable/komga/8.0.2/app-readme.md diff --git a/stable/komga/8.0.1/charts/common-11.0.3.tgz b/stable/komga/8.0.2/charts/common-11.0.3.tgz similarity index 100% rename from stable/komga/8.0.1/charts/common-11.0.3.tgz rename to stable/komga/8.0.2/charts/common-11.0.3.tgz diff --git a/stable/komga/8.0.1/ix_values.yaml b/stable/komga/8.0.2/ix_values.yaml similarity index 77% rename from stable/komga/8.0.1/ix_values.yaml rename to stable/komga/8.0.2/ix_values.yaml index 36ba6e9f638..880fdb3de81 100644 --- a/stable/komga/8.0.1/ix_values.yaml +++ b/stable/komga/8.0.2/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/komga - tag: 0.157.4@sha256:9b65759f5cc851096bb2e0d6c91275585b480d929f20961f67ef106f015bfc36 + tag: 0.157.5@sha256:e7a21863594dd6217d1dcd0c08959c2c6af7d75171a3843a1cabe79617734534 pullPolicy: IfNotPresent service: diff --git a/stable/komga/8.0.1/questions.yaml b/stable/komga/8.0.2/questions.yaml similarity index 100% rename from stable/komga/8.0.1/questions.yaml rename to stable/komga/8.0.2/questions.yaml diff --git a/stable/komga/8.0.1/templates/common.yaml b/stable/komga/8.0.2/templates/common.yaml similarity index 100% rename from stable/komga/8.0.1/templates/common.yaml rename to stable/komga/8.0.2/templates/common.yaml diff --git a/stable/komga/8.0.1/values.yaml b/stable/komga/8.0.2/values.yaml similarity index 100% rename from stable/komga/8.0.1/values.yaml rename to stable/komga/8.0.2/values.yaml