From bead51fd06d7879563207589a345f5c1d661c944 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 Jan 2026 00:33:40 +0000 Subject: [PATCH] Update ghcr.io/open-webui/open-webui Docker tag to v0.7.2 --- charts/open-webui/Chart.yaml | 2 +- charts/open-webui/README.md | 4 ++-- charts/open-webui/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index 97bd340f..094e1e38 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -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 diff --git a/charts/open-webui/README.md b/charts/open-webui/README.md index c88b8a67..5c13a97f 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -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"` | | diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index 248765a9..377bb3f2 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -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"