chore(deps): update container image flowiseai/flowise to v1.6.2@988e083 by renovate (#19525)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | flowiseai/flowise | patch | `1.6.1` -> `1.6.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
019090fa05
commit
99ab826dbf
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.6.1
|
appVersion: 1.6.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.2.2
|
version: 20.2.2
|
||||||
|
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.png
|
||||||
keywords:
|
keywords:
|
||||||
- flowise
|
- flowise
|
||||||
- ai
|
- ai
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
@ -34,4 +34,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/flowise
|
- https://github.com/truecharts/charts/tree/master/charts/stable/flowise
|
||||||
- https://hub.docker.com/r/flowiseai/flowise
|
- https://hub.docker.com/r/flowiseai/flowise
|
||||||
type: application
|
type: application
|
||||||
version: 4.8.1
|
version: 4.8.2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: flowiseai/flowise
|
repository: flowiseai/flowise
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.6.1@sha256:bfa111651d3a4779796d5ff6461d929c552b1e7ece6cc15462dfc934f0a58bbb
|
tag: 1.6.2@sha256:988e083f96e9dbfdc29a92dbc986e05d5e1d44ae33140efe2b6050bbff904f63
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
|
Loading…
Reference in New Issue