diff options
author | makefunstuff <[email protected]> | 2024-07-01 21:16:03 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-07-01 21:16:03 +0200 |
commit | 8311e3558613276fe3d5dbb2b8d1bd8476c2f7e0 (patch) | |
tree | abd74eff3ac936b0767a17a25403d42d1fd54d48 /third-party-apps/ollama/Chart.yaml | |
parent | 69d7b56a67ad9ab1bc6482ba5453c38368e7bc19 (diff) | |
download | k3s-lab-8311e3558613276fe3d5dbb2b8d1bd8476c2f7e0.tar.gz |
ollama web ui
Diffstat (limited to '')
-rw-r--r-- | third-party-apps/ollama/Chart.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third-party-apps/ollama/Chart.yaml b/third-party-apps/ollama/Chart.yaml index 042b613..c13c098 100644 --- a/third-party-apps/ollama/Chart.yaml +++ b/third-party-apps/ollama/Chart.yaml @@ -5,7 +5,7 @@ version: 0.1.0 appVersion: "1.0" dependencies: - - name: ollama - version: 0.40.0 - repository: "https://otwld.github.io/ollama-helm/" + - name: open-webui + version: "3.0.5" + repository: "https://helm.openwebui.com/" |