mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
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
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:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# alloy
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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"` | |
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user