2 Commits

Author SHA1 Message Date
ba7070aa1e Update actions/setup-node action to v6
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
2025-11-06 19:04:05 +00:00
7abeafb952 Update ghcr.io/open-webui/open-webui Docker tag to v0.6.35 (#1979)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m10s
2025-11-06 19:02:13 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
if: steps.check-branch-exists.outputs.exists == 'true' if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v4 uses: actions/setup-node@v6
with: with:
node-version: '22' node-version: '22'

View File

@@ -117,7 +117,7 @@ ollama:
main: main:
image: image:
repository: ghcr.io/open-webui/open-webui repository: ghcr.io/open-webui/open-webui
tag: 0.6.34 tag: 0.6.35
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: ENV - name: ENV