chore(deps): update container image flowiseai/flowise to v2.0.1@b4366de by renovate (#24223)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | flowiseai/flowise | major | `1.8.1` -> `2.0.1` | --- > [!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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==--> --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
co-authored by
alfi0812
parent
e9f1d381c7
commit
450f655186
@@ -6,7 +6,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.8.1
|
appVersion: 2.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.5
|
version: 24.1.5
|
||||||
@@ -33,4 +33,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: 6.1.3
|
version: 7.0.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: flowiseai/flowise
|
repository: flowiseai/flowise
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.8.1@sha256:3041704f844f9760661837961dfe65b197187428302223cbbe17178cd867f2f7
|
tag: 2.0.1@sha256:b4366de0af379df947765e205c768511bad40a0f873e997073510e875b3c9631
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
@@ -19,9 +19,6 @@ workload:
|
|||||||
podSpec:
|
podSpec:
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
args:
|
|
||||||
- flowise
|
|
||||||
- start
|
|
||||||
env:
|
env:
|
||||||
PORT: "{{ .Values.service.main.ports.main.port }}"
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||||
# Set paths
|
# Set paths
|
||||||
|
|||||||
Reference in New Issue
Block a user