From 558ca1f5aaf3c74d12bb3a67f9e7e284a2fc5769 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 15 Sep 2023 21:48:10 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/flowise/1.0.2/app-changelog.md | 9 --------- stable/flowise/{1.0.2 => 1.0.3}/CHANGELOG.md | 9 +++++++++ stable/flowise/{1.0.2 => 1.0.3}/Chart.yaml | 4 ++-- stable/flowise/{1.0.2 => 1.0.3}/README.md | 0 stable/flowise/1.0.3/app-changelog.md | 9 +++++++++ stable/flowise/{1.0.2 => 1.0.3}/app-readme.md | 0 .../{1.0.2 => 1.0.3}/charts/common-14.0.1.tgz | Bin stable/flowise/{1.0.2 => 1.0.3}/ix_values.yaml | 2 +- stable/flowise/{1.0.2 => 1.0.3}/questions.yaml | 0 stable/flowise/{1.0.2 => 1.0.3}/templates/NOTES.txt | 0 .../flowise/{1.0.2 => 1.0.3}/templates/_secrets.tpl | 0 .../flowise/{1.0.2 => 1.0.3}/templates/common.yaml | 0 stable/flowise/{1.0.2 => 1.0.3}/values.yaml | 0 13 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 stable/flowise/1.0.2/app-changelog.md rename stable/flowise/{1.0.2 => 1.0.3}/CHANGELOG.md (80%) rename stable/flowise/{1.0.2 => 1.0.3}/Chart.yaml (95%) rename stable/flowise/{1.0.2 => 1.0.3}/README.md (100%) create mode 100644 stable/flowise/1.0.3/app-changelog.md rename stable/flowise/{1.0.2 => 1.0.3}/app-readme.md (100%) rename stable/flowise/{1.0.2 => 1.0.3}/charts/common-14.0.1.tgz (100%) rename stable/flowise/{1.0.2 => 1.0.3}/ix_values.yaml (95%) rename stable/flowise/{1.0.2 => 1.0.3}/questions.yaml (100%) rename stable/flowise/{1.0.2 => 1.0.3}/templates/NOTES.txt (100%) rename stable/flowise/{1.0.2 => 1.0.3}/templates/_secrets.tpl (100%) rename stable/flowise/{1.0.2 => 1.0.3}/templates/common.yaml (100%) rename stable/flowise/{1.0.2 => 1.0.3}/values.yaml (100%) diff --git a/stable/flowise/1.0.2/app-changelog.md b/stable/flowise/1.0.2/app-changelog.md deleted file mode 100644 index 71dbcb34d8a..00000000000 --- a/stable/flowise/1.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [flowise-1.0.2](https://github.com/truecharts/charts/compare/flowise-1.0.1...flowise-1.0.2) (2023-08-26) - -### Chore - -- update container image tccr.io/truecharts/flowise to v1.3.4 ([#11895](https://github.com/truecharts/charts/issues/11895)) - - \ No newline at end of file diff --git a/stable/flowise/1.0.2/CHANGELOG.md b/stable/flowise/1.0.3/CHANGELOG.md similarity index 80% rename from stable/flowise/1.0.2/CHANGELOG.md rename to stable/flowise/1.0.3/CHANGELOG.md index 1491ffbad0b..fc9170fa073 100644 --- a/stable/flowise/1.0.2/CHANGELOG.md +++ b/stable/flowise/1.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [flowise-1.0.3](https://github.com/truecharts/charts/compare/flowise-1.0.2...flowise-1.0.3) (2023-09-15) + +### Chore + +- update container image tccr.io/truecharts/flowise to v1.3.5 ([#12635](https://github.com/truecharts/charts/issues/12635)) + + + + ## [flowise-1.0.2](https://github.com/truecharts/charts/compare/flowise-1.0.1...flowise-1.0.2) (2023-08-26) ### Chore diff --git a/stable/flowise/1.0.2/Chart.yaml b/stable/flowise/1.0.3/Chart.yaml similarity index 95% rename from stable/flowise/1.0.2/Chart.yaml rename to stable/flowise/1.0.3/Chart.yaml index ae756f3f544..3ded36f5674 100644 --- a/stable/flowise/1.0.2/Chart.yaml +++ b/stable/flowise/1.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.3.4" +appVersion: "1.3.5" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flowise - https://github.com/FlowiseAI/Flowise type: application -version: 1.0.2 +version: 1.0.3 annotations: truecharts.org/catagories: | - ai diff --git a/stable/flowise/1.0.2/README.md b/stable/flowise/1.0.3/README.md similarity index 100% rename from stable/flowise/1.0.2/README.md rename to stable/flowise/1.0.3/README.md diff --git a/stable/flowise/1.0.3/app-changelog.md b/stable/flowise/1.0.3/app-changelog.md new file mode 100644 index 00000000000..636bd4963db --- /dev/null +++ b/stable/flowise/1.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [flowise-1.0.3](https://github.com/truecharts/charts/compare/flowise-1.0.2...flowise-1.0.3) (2023-09-15) + +### Chore + +- update container image tccr.io/truecharts/flowise to v1.3.5 ([#12635](https://github.com/truecharts/charts/issues/12635)) + + \ No newline at end of file diff --git a/stable/flowise/1.0.2/app-readme.md b/stable/flowise/1.0.3/app-readme.md similarity index 100% rename from stable/flowise/1.0.2/app-readme.md rename to stable/flowise/1.0.3/app-readme.md diff --git a/stable/flowise/1.0.2/charts/common-14.0.1.tgz b/stable/flowise/1.0.3/charts/common-14.0.1.tgz similarity index 100% rename from stable/flowise/1.0.2/charts/common-14.0.1.tgz rename to stable/flowise/1.0.3/charts/common-14.0.1.tgz diff --git a/stable/flowise/1.0.2/ix_values.yaml b/stable/flowise/1.0.3/ix_values.yaml similarity index 95% rename from stable/flowise/1.0.2/ix_values.yaml rename to stable/flowise/1.0.3/ix_values.yaml index 6987a44c809..641b65979a1 100644 --- a/stable/flowise/1.0.2/ix_values.yaml +++ b/stable/flowise/1.0.3/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/flowise pullPolicy: IfNotPresent - tag: v1.3.4@sha256:101d143df8a238da4e6c619f5e6b5852cbd55dd09f48b07f102a5d5a15326744 + tag: v1.3.5@sha256:184c5b53a9a8c16b131c0058adb209dc144e661794bb4d19b8f27cd6ef5bac77 securityContext: container: diff --git a/stable/flowise/1.0.2/questions.yaml b/stable/flowise/1.0.3/questions.yaml similarity index 100% rename from stable/flowise/1.0.2/questions.yaml rename to stable/flowise/1.0.3/questions.yaml diff --git a/stable/flowise/1.0.2/templates/NOTES.txt b/stable/flowise/1.0.3/templates/NOTES.txt similarity index 100% rename from stable/flowise/1.0.2/templates/NOTES.txt rename to stable/flowise/1.0.3/templates/NOTES.txt diff --git a/stable/flowise/1.0.2/templates/_secrets.tpl b/stable/flowise/1.0.3/templates/_secrets.tpl similarity index 100% rename from stable/flowise/1.0.2/templates/_secrets.tpl rename to stable/flowise/1.0.3/templates/_secrets.tpl diff --git a/stable/flowise/1.0.2/templates/common.yaml b/stable/flowise/1.0.3/templates/common.yaml similarity index 100% rename from stable/flowise/1.0.2/templates/common.yaml rename to stable/flowise/1.0.3/templates/common.yaml diff --git a/stable/flowise/1.0.2/values.yaml b/stable/flowise/1.0.3/values.yaml similarity index 100% rename from stable/flowise/1.0.2/values.yaml rename to stable/flowise/1.0.3/values.yaml