Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5bb27e0855
commit
558ca1f5aa
|
@ -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))
|
||||
|
||||
|
|
@ -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
|
|
@ -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
|
|
@ -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))
|
||||
|
||||
|
|
@ -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:
|
Loading…
Reference in New Issue