From 8ff15f70cbc9ba75c739aab9aefade946661348f Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 19 Dec 2022 19:02:14 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/fluidd/4.0.5/app-changelog.md | 9 --------- stable/fluidd/{4.0.5 => 4.0.6}/CHANGELOG.md | 18 +++++++++--------- stable/fluidd/{4.0.5 => 4.0.6}/Chart.yaml | 4 ++-- stable/fluidd/{4.0.5 => 4.0.6}/README.md | 0 stable/fluidd/4.0.6/app-changelog.md | 9 +++++++++ stable/fluidd/{4.0.5 => 4.0.6}/app-readme.md | 0 .../{4.0.5 => 4.0.6}/charts/common-11.0.7.tgz | Bin stable/fluidd/{4.0.5 => 4.0.6}/ix_values.yaml | 2 +- stable/fluidd/{4.0.5 => 4.0.6}/questions.yaml | 0 .../{4.0.5 => 4.0.6}/templates/common.yaml | 0 stable/fluidd/{4.0.5 => 4.0.6}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/fluidd/4.0.5/app-changelog.md rename stable/fluidd/{4.0.5 => 4.0.6}/CHANGELOG.md (90%) rename stable/fluidd/{4.0.5 => 4.0.6}/Chart.yaml (95%) rename stable/fluidd/{4.0.5 => 4.0.6}/README.md (100%) create mode 100644 stable/fluidd/4.0.6/app-changelog.md rename stable/fluidd/{4.0.5 => 4.0.6}/app-readme.md (100%) rename stable/fluidd/{4.0.5 => 4.0.6}/charts/common-11.0.7.tgz (100%) rename stable/fluidd/{4.0.5 => 4.0.6}/ix_values.yaml (78%) rename stable/fluidd/{4.0.5 => 4.0.6}/questions.yaml (100%) rename stable/fluidd/{4.0.5 => 4.0.6}/templates/common.yaml (100%) rename stable/fluidd/{4.0.5 => 4.0.6}/values.yaml (100%) diff --git a/stable/fluidd/4.0.5/app-changelog.md b/stable/fluidd/4.0.5/app-changelog.md deleted file mode 100644 index 55d299b4ba8..00000000000 --- a/stable/fluidd/4.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [fluidd-4.0.5](https://github.com/truecharts/charts/compare/fluidd-4.0.4...fluidd-4.0.5) (2022-12-13) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/stable/fluidd/4.0.5/CHANGELOG.md b/stable/fluidd/4.0.6/CHANGELOG.md similarity index 90% rename from stable/fluidd/4.0.5/CHANGELOG.md rename to stable/fluidd/4.0.6/CHANGELOG.md index 15dc288ca9a..10394f63bd1 100644 --- a/stable/fluidd/4.0.5/CHANGELOG.md +++ b/stable/fluidd/4.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [fluidd-4.0.6](https://github.com/truecharts/charts/compare/fluidd-4.0.5...fluidd-4.0.6) (2022-12-19) + +### Chore + +- update container image tccr.io/truecharts/fluidd to v1.22.2 + + + + ## [fluidd-4.0.5](https://github.com/truecharts/charts/compare/fluidd-4.0.4...fluidd-4.0.5) (2022-12-13) ### Chore @@ -82,15 +91,6 @@ -## [fluidd-4.0.1](https://github.com/truecharts/charts/compare/fluidd-4.0.0...fluidd-4.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - - - ## [fluidd-4.0.1](https://github.com/truecharts/charts/compare/fluidd-4.0.0...fluidd-4.0.1) (2022-11-15) ### Chore diff --git a/stable/fluidd/4.0.5/Chart.yaml b/stable/fluidd/4.0.6/Chart.yaml similarity index 95% rename from stable/fluidd/4.0.5/Chart.yaml rename to stable/fluidd/4.0.6/Chart.yaml index c99f82c5293..313b3776728 100644 --- a/stable/fluidd/4.0.5/Chart.yaml +++ b/stable/fluidd/4.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.22.1" +appVersion: "1.22.2" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd - https://github.com/fluidd-core/fluidd - https://hub.docker.com/r/cadriel/fluidd -version: 4.0.5 +version: 4.0.6 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/fluidd/4.0.5/README.md b/stable/fluidd/4.0.6/README.md similarity index 100% rename from stable/fluidd/4.0.5/README.md rename to stable/fluidd/4.0.6/README.md diff --git a/stable/fluidd/4.0.6/app-changelog.md b/stable/fluidd/4.0.6/app-changelog.md new file mode 100644 index 00000000000..e84912cbe6e --- /dev/null +++ b/stable/fluidd/4.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [fluidd-4.0.6](https://github.com/truecharts/charts/compare/fluidd-4.0.5...fluidd-4.0.6) (2022-12-19) + +### Chore + +- update container image tccr.io/truecharts/fluidd to v1.22.2 + + \ No newline at end of file diff --git a/stable/fluidd/4.0.5/app-readme.md b/stable/fluidd/4.0.6/app-readme.md similarity index 100% rename from stable/fluidd/4.0.5/app-readme.md rename to stable/fluidd/4.0.6/app-readme.md diff --git a/stable/fluidd/4.0.5/charts/common-11.0.7.tgz b/stable/fluidd/4.0.6/charts/common-11.0.7.tgz similarity index 100% rename from stable/fluidd/4.0.5/charts/common-11.0.7.tgz rename to stable/fluidd/4.0.6/charts/common-11.0.7.tgz diff --git a/stable/fluidd/4.0.5/ix_values.yaml b/stable/fluidd/4.0.6/ix_values.yaml similarity index 78% rename from stable/fluidd/4.0.5/ix_values.yaml rename to stable/fluidd/4.0.6/ix_values.yaml index 3ea8d255bd6..13acccdfd73 100644 --- a/stable/fluidd/4.0.5/ix_values.yaml +++ b/stable/fluidd/4.0.6/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/fluidd - tag: 1.22.1@sha256:6b1beb67e642dba03411d1b268c67ce47bd2c2180b0f9a2bbd5b1c9389a17d4c + tag: 1.22.2@sha256:8f561a91b8443015efbcd6aa878e4d06b6e0ad85d9c8bd88695d79c96a64581a pullPolicy: IfNotPresent securityContext: diff --git a/stable/fluidd/4.0.5/questions.yaml b/stable/fluidd/4.0.6/questions.yaml similarity index 100% rename from stable/fluidd/4.0.5/questions.yaml rename to stable/fluidd/4.0.6/questions.yaml diff --git a/stable/fluidd/4.0.5/templates/common.yaml b/stable/fluidd/4.0.6/templates/common.yaml similarity index 100% rename from stable/fluidd/4.0.5/templates/common.yaml rename to stable/fluidd/4.0.6/templates/common.yaml diff --git a/stable/fluidd/4.0.5/values.yaml b/stable/fluidd/4.0.6/values.yaml similarity index 100% rename from stable/fluidd/4.0.5/values.yaml rename to stable/fluidd/4.0.6/values.yaml