diff --git a/namespaces/ai/ollama/patches/deployment.yaml b/namespaces/ai/ollama/patches/deployment.yaml index d5ca086..902d71d 100644 --- a/namespaces/ai/ollama/patches/deployment.yaml +++ b/namespaces/ai/ollama/patches/deployment.yaml @@ -13,7 +13,7 @@ spec: effect: "NoSchedule" containers: - name: ollama - image: ollama/ollama:0.5.13 + image: ollama/ollama:0.6.4 imagePullPolicy: IfNotPresent resources: limits: diff --git a/namespaces/ai/openwebui/patches/chart.yaml b/namespaces/ai/openwebui/patches/chart.yaml index b91eecc..ef510c9 100644 --- a/namespaces/ai/openwebui/patches/chart.yaml +++ b/namespaces/ai/openwebui/patches/chart.yaml @@ -20,7 +20,7 @@ spec: subPath: "data" storageClass: longhorn-private image: - tag: 0.5.20 + tag: 0.6.1 extraEnvVars: - name: ENABLE_OAUTH_SIGNUP value: "true"