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:
parent
e9f1d381c7
commit
450f655186
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.8.1
|
||||
appVersion: 2.0.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/flowise
|
||||
- https://hub.docker.com/r/flowiseai/flowise
|
||||
type: application
|
||||
version: 6.1.3
|
||||
version: 7.0.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: flowiseai/flowise
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.8.1@sha256:3041704f844f9760661837961dfe65b197187428302223cbbe17178cd867f2f7
|
||||
tag: 2.0.1@sha256:b4366de0af379df947765e205c768511bad40a0f873e997073510e875b3c9631
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
@ -19,9 +19,6 @@ workload:
|
|||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
args:
|
||||
- flowise
|
||||
- start
|
||||
env:
|
||||
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
# Set paths
|
||||
|
|
Loading…
Reference in New Issue