Skip to content

Bump open-webui chart to 13.3.1 and Ollama to 0.20.6#344

Merged
andylassiter merged 3 commits intomainfrom
update-ollama-owui
Apr 14, 2026
Merged

Bump open-webui chart to 13.3.1 and Ollama to 0.20.6#344
andylassiter merged 3 commits intomainfrom
update-ollama-owui

Conversation

@andylassiter
Copy link
Copy Markdown
Contributor

Description

Product

Adds Gemma 4 model support to Chat for evaluation alongside gpt-oss.

Technical

Type of change

  • Work behind a feature flag
  • New feature
  • Improvement
  • Bug fix
  • Refactor (code improvement with no functional changes)
  • Documentation update
  • Test update

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_URL env / 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

  • My code adheres to the coding and style guidelines of the project (and I've run pre-commit run --all-files)
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated user documentation, if appropriate
  • I have added or updated technical documentation, including an architectural decision record, if appropriate
  • I have added unit tests, if appropriate
  • I have added end-to-end tests, if appropriate

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.
@andylassiter andylassiter requested a review from a team as a code owner April 13, 2026 23:54
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 13, 2026

Dependency Review

✅ No vulnerabilities or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 4d4764d.
Ensure 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 Files

None

Copy link
Copy Markdown
Contributor

@kathrynalpert kathrynalpert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think backward compatibility with the database is what matters most, apart from ensuring that Knowledge and Filters still work in the newer version.

@andylassiter
Copy link
Copy Markdown
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).

@andylassiter andylassiter merged commit 97b0de6 into main Apr 14, 2026
29 checks passed
@andylassiter andylassiter deleted the update-ollama-owui branch April 14, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants