Bump open-webui chart to 13.3.1 and Ollama to 0.20.6#344
Merged
andylassiter merged 3 commits intomainfrom Apr 14, 2026
Merged
Conversation
0.20.x adds gemma4 architecture and tools support. Chart 11.x+ took ownership of REDIS_URL injection from websocket.url, so use websocket.existingSecret instead of duplicate extraEnvVars overrides which were causing strategic-merge-patch failures on upgrade. Disable Ollama cloud features.
Dependency Review✅ No vulnerabilities or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
kathrynalpert
approved these changes
Apr 14, 2026
Contributor
kathrynalpert
left a comment
There was a problem hiding this comment.
I think backward compatibility with the database is what matters most, apart from ensuring that Knowledge and Filters still work in the newer version.
johnflavin
approved these changes
Apr 14, 2026
Contributor
Author
|
I did another upgrade test and it went cleanly this time, no issues with helm (unclear why it complained about the REDIS_URL last time). The filters and knowledge still worked (during testing yesterday and today). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Product
Adds Gemma 4 model support to Chat for evaluation alongside gpt-oss.
Technical
REDIS_URL/WEBSOCKET_REDIS_URLinjection (fix: add values to enable redis URLs to be sourced from secrets open-webui/helm-charts#378).versions.yaml, helm chart default is 0.19.0 and we need at least v0.20.0 of Ollama for Gemma 4 support.OLLAMA_NO_CLOUD.Type of change
Impact
Security
Authorization
N/A
Appsec
N/A
Performance
N/A
Data
N/A
Backward compatibility
The chart upgrade did not work so I did a helm uninstall of open-webui (but kept the db in CNPG). I think it's related to the
REDIS_URLenv / secret.Testing
See backward compatibility for more info. I had to helm uninstall then make install-chat on dev02. Ollama 0.20.6 runs and gemma4 models load a run in Chat using same Open Web UI settings as gpt-oss.
Note for reviewers
Let me know your thoughts on backward compatibility. I could look into this more but we have just been starting fresh with Chat the last couple upgrade cycles.
Checklist
pre-commit run --all-files)