From 528adbd31719271cd63e1131fbd8f40201e11daa Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 26 Aug 2023 08:43:54 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/flowise/1.0.1/app-changelog.md | 9 --------- stable/flowise/{1.0.1 => 1.0.2}/CHANGELOG.md | 9 +++++++++ stable/flowise/{1.0.1 => 1.0.2}/Chart.yaml | 4 ++-- stable/flowise/{1.0.1 => 1.0.2}/README.md | 0 stable/flowise/1.0.2/app-changelog.md | 9 +++++++++ stable/flowise/{1.0.1 => 1.0.2}/app-readme.md | 0 .../{1.0.1 => 1.0.2}/charts/common-14.0.1.tgz | Bin stable/flowise/{1.0.1 => 1.0.2}/ix_values.yaml | 2 +- stable/flowise/{1.0.1 => 1.0.2}/questions.yaml | 0 stable/flowise/{1.0.1 => 1.0.2}/templates/NOTES.txt | 0 .../flowise/{1.0.1 => 1.0.2}/templates/_secrets.tpl | 0 .../flowise/{1.0.1 => 1.0.2}/templates/common.yaml | 0 stable/flowise/{1.0.1 => 1.0.2}/values.yaml | 0 13 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 stable/flowise/1.0.1/app-changelog.md rename stable/flowise/{1.0.1 => 1.0.2}/CHANGELOG.md (76%) rename stable/flowise/{1.0.1 => 1.0.2}/Chart.yaml (95%) rename stable/flowise/{1.0.1 => 1.0.2}/README.md (100%) create mode 100644 stable/flowise/1.0.2/app-changelog.md rename stable/flowise/{1.0.1 => 1.0.2}/app-readme.md (100%) rename stable/flowise/{1.0.1 => 1.0.2}/charts/common-14.0.1.tgz (100%) rename stable/flowise/{1.0.1 => 1.0.2}/ix_values.yaml (95%) rename stable/flowise/{1.0.1 => 1.0.2}/questions.yaml (100%) rename stable/flowise/{1.0.1 => 1.0.2}/templates/NOTES.txt (100%) rename stable/flowise/{1.0.1 => 1.0.2}/templates/_secrets.tpl (100%) rename stable/flowise/{1.0.1 => 1.0.2}/templates/common.yaml (100%) rename stable/flowise/{1.0.1 => 1.0.2}/values.yaml (100%) diff --git a/stable/flowise/1.0.1/app-changelog.md b/stable/flowise/1.0.1/app-changelog.md deleted file mode 100644 index 4a7ff400f3..0000000000 --- a/stable/flowise/1.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [flowise-1.0.1](https://github.com/truecharts/charts/compare/flowise-1.0.0...flowise-1.0.1) (2023-08-12) - -### Chore - -- update container image tccr.io/truecharts/flowise to v1.3.3 ([#11466](https://github.com/truecharts/charts/issues/11466)) - - \ No newline at end of file diff --git a/stable/flowise/1.0.1/CHANGELOG.md b/stable/flowise/1.0.2/CHANGELOG.md similarity index 76% rename from stable/flowise/1.0.1/CHANGELOG.md rename to stable/flowise/1.0.2/CHANGELOG.md index af556c7fcf..1491ffbad0 100644 --- a/stable/flowise/1.0.1/CHANGELOG.md +++ b/stable/flowise/1.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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)) + + + + ## [flowise-1.0.1](https://github.com/truecharts/charts/compare/flowise-1.0.0...flowise-1.0.1) (2023-08-12) ### Chore diff --git a/stable/flowise/1.0.1/Chart.yaml b/stable/flowise/1.0.2/Chart.yaml similarity index 95% rename from stable/flowise/1.0.1/Chart.yaml rename to stable/flowise/1.0.2/Chart.yaml index 948acd52f9..ae756f3f54 100644 --- a/stable/flowise/1.0.1/Chart.yaml +++ b/stable/flowise/1.0.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.3.3" +appVersion: "1.3.4" 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.1 +version: 1.0.2 annotations: truecharts.org/catagories: | - ai diff --git a/stable/flowise/1.0.1/README.md b/stable/flowise/1.0.2/README.md similarity index 100% rename from stable/flowise/1.0.1/README.md rename to stable/flowise/1.0.2/README.md diff --git a/stable/flowise/1.0.2/app-changelog.md b/stable/flowise/1.0.2/app-changelog.md new file mode 100644 index 0000000000..71dbcb34d8 --- /dev/null +++ b/stable/flowise/1.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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.1/app-readme.md b/stable/flowise/1.0.2/app-readme.md similarity index 100% rename from stable/flowise/1.0.1/app-readme.md rename to stable/flowise/1.0.2/app-readme.md diff --git a/stable/flowise/1.0.1/charts/common-14.0.1.tgz b/stable/flowise/1.0.2/charts/common-14.0.1.tgz similarity index 100% rename from stable/flowise/1.0.1/charts/common-14.0.1.tgz rename to stable/flowise/1.0.2/charts/common-14.0.1.tgz diff --git a/stable/flowise/1.0.1/ix_values.yaml b/stable/flowise/1.0.2/ix_values.yaml similarity index 95% rename from stable/flowise/1.0.1/ix_values.yaml rename to stable/flowise/1.0.2/ix_values.yaml index 4d1c4b627f..6987a44c80 100644 --- a/stable/flowise/1.0.1/ix_values.yaml +++ b/stable/flowise/1.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/flowise pullPolicy: IfNotPresent - tag: v1.3.3@sha256:15dd8f7fedffb22d16ba03f43f2c72dc4a20f6ebd204b1469d6f70eac8ca9438 + tag: v1.3.4@sha256:101d143df8a238da4e6c619f5e6b5852cbd55dd09f48b07f102a5d5a15326744 securityContext: container: diff --git a/stable/flowise/1.0.1/questions.yaml b/stable/flowise/1.0.2/questions.yaml similarity index 100% rename from stable/flowise/1.0.1/questions.yaml rename to stable/flowise/1.0.2/questions.yaml diff --git a/stable/flowise/1.0.1/templates/NOTES.txt b/stable/flowise/1.0.2/templates/NOTES.txt similarity index 100% rename from stable/flowise/1.0.1/templates/NOTES.txt rename to stable/flowise/1.0.2/templates/NOTES.txt diff --git a/stable/flowise/1.0.1/templates/_secrets.tpl b/stable/flowise/1.0.2/templates/_secrets.tpl similarity index 100% rename from stable/flowise/1.0.1/templates/_secrets.tpl rename to stable/flowise/1.0.2/templates/_secrets.tpl diff --git a/stable/flowise/1.0.1/templates/common.yaml b/stable/flowise/1.0.2/templates/common.yaml similarity index 100% rename from stable/flowise/1.0.1/templates/common.yaml rename to stable/flowise/1.0.2/templates/common.yaml diff --git a/stable/flowise/1.0.1/values.yaml b/stable/flowise/1.0.2/values.yaml similarity index 100% rename from stable/flowise/1.0.1/values.yaml rename to stable/flowise/1.0.2/values.yaml