Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-01-10 12:01:09 +00:00
parent 39f91fee9c
commit a51a31c45a
14 changed files with 48 additions and 18 deletions

View File

@ -1,10 +0,0 @@
---
title: Changelog
---
**Important:**
*for the complete changelog, please refer to the website*
## [ollama-0.0.1]ollama-0.0.1 (2024-01-09)

View File

@ -1 +0,0 @@
# README

View File

@ -1,3 +0,0 @@
## [ollama-0.0.1]ollama-0.0.1 (2024-01-09)

View File

@ -0,0 +1,13 @@
---
title: Changelog
---
**Important:**
*for the complete changelog, please refer to the website*
## [ollama-0.0.2](https://github.com/truecharts/charts/compare/ollama-0.0.1...ollama-0.0.2) (2024-01-10)
## [ollama-0.0.1]ollama-0.0.1 (2024-01-09)

View File

@ -1,16 +1,16 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: ollama
version: 0.0.1
version: 0.0.2
appVersion: 0.1.18
description: Get up and running with large language models locally.
home: https://truecharts.org/charts/dev/ollama
home: https://truecharts.org/charts/incubator/ollama
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/ollama
- https://ghcr.io/ollama-webui/ollama-webui
- https://github.com/jmorganca/ollama
- https://hub.docker.com/r/ollama/ollama
- https://github.com/ollama-webui/ollama-webui
maintainers:
- name: TrueCharts

View File

@ -0,0 +1,28 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/ollama)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

@ -0,0 +1,3 @@
## [ollama-0.0.2](https://github.com/truecharts/charts/compare/ollama-0.0.1...ollama-0.0.2) (2024-01-10)

View File

@ -78,7 +78,7 @@ workload:
type: tcp
port: "{{ .Values.service.main.ports.main.targetPort }}"
env:
OLLAMA_API_BASE_URL: '{{ printf "http://%v:%v/api" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.port }}'
OLLAMA_API_BASE_URL: '{{ printf "http://%v-api:%v/api" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.port }}'
persistence:
config: