Merge branch 'renovate/ghcr.io-open-webui-open-webui-0.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

Update ghcr.io/open-webui/open-webui Docker tag to v0.7.2

See merge request deepcypher/dc-kc!956
This commit is contained in:
George Onoufriou
2026-01-22 00:15:52 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.7
version: 0.2.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -1,6 +1,6 @@
# alloy
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4](https://img.shields.io/badge/AppVersion-4-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4](https://img.shields.io/badge/AppVersion-4-informational?style=flat-square)
A Helm chart for Kubernetes
@@ -68,7 +68,7 @@ A Helm chart for Kubernetes
| open-webui.env[9].valueFrom.secretKeyRef.name | string | `"oidc-credentials"` | |
| open-webui.image.registry | string | `"ghcr.io"` | |
| open-webui.image.repository | string | `"open-webui/open-webui"` | |
| open-webui.image.tag | string | `"0.6.41"` | |
| open-webui.image.tag | string | `"0.7.2"` | |
| open-webui.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-dns"` | |
| open-webui.ingress.annotations."traefik.ingress.kubernetes.io/router.middlewares" | string | `"traefik-headers@kubernetescrd"` | |
| open-webui.ingress.className | string | `"traefik"` | |

View File

@@ -5,7 +5,7 @@ open-webui:
image:
registry: ghcr.io
repository: open-webui/open-webui
tag: 0.6.41
tag: 0.7.2
env:
- name: OLLAMA_BASE_URL
value: "http://ollama.ollama:11434"