fix(ollama) change upstream image for the webgui container and add docs for initial account **BREAKING CHANGES** (#18713)

**Description**
- Update web gui container image
  - previous chats will be nuked.
-  add docs
- update links in Chart.yaml

⚒️ Fixes  #18673

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Xstar97TheNoob 2024-03-11 07:09:25 -04:00 committed by GitHub
parent 9ec7556192
commit 9bf0a02810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 4 deletions

View File

@ -30,8 +30,8 @@ maintainers:
url: https://truecharts.org
name: ollama
sources:
- https://github.com/jmorganca/ollama
- https://github.com/ollama-webui/ollama-webui
- https://github.com/ollama/ollama
- https://github.com/open-webui/open-webui
- https://github.com/truecharts/charts/tree/master/charts/stable/ollama
- https://ghcr.io/ollama-webui/ollama-webui
- https://hub.docker.com/r/ollama/ollama

View File

@ -0,0 +1,5 @@
---
title: Default credentials
---
The very first account to sign up on Open WebUI will be granted Administrator privileges. This account will have comprehensive control over the platform, including user management and system settings.

View File

@ -3,9 +3,9 @@ image:
pullPolicy: IfNotPresent
tag: 0.1.29@sha256:8860aacb14e276a968f77350911f778e9f913ee888f6e50f6e35f30a24c4e164
uiImage:
repository: ghcr.io/ollama-webui/ollama-webui
repository: ghcr.io/open-webui/open-webui
pullPolicy: IfNotPresent
tag: main@sha256:d5a5c1126b5decbfbfcac4f2c3d0595e0bbf7957e3fcabc9ee802d3bc66db6d2
tag: latest@sha256:9c90b1505b9cea51cda075883aa336d29e28986af958c1d3646a39fbcd07adbf
service:
main:
@ -67,6 +67,11 @@ workload:
primary: true
enabled: true
imageSelector: uiImage
securityContext:
runAsUser: 0
runAsGroup: 0
runAsNonRoot: false
readOnlyRootFilesystem: false
probes:
liveness:
enabled: true