Skip to content

logycon/ollama-helm

 
 

Repository files navigation

Ollama Helm Chart

Artifact Hub

Ollama Get up and running with large language models, locally.

This Chart is for installing Ollama.

Requirements

Kubernetes : >= 1.16.0-0

Install Ollama chart

To install the ollama chart in the ollama namespace:

helm repo add ollama-helm https://otwld.github.io/ollama-helm/
helm repo update
helm install ollama ollama-helm/ollama --namespace ollama

Upgrading Ollama chart

First please read the release notes of Ollama to make sure there are no backwards incompatible changes.

Make adjustments to your values as needed, then run helm upgrade:

# This pulls the latest version of the ollama chart from the repo.
helm repo update
helm upgrade ollama ollama-helm/ollama --namespace ollama --values values.yaml

Uninstalling Ollama chart

To uninstall/delete the ollama deployment in the ollama namespace:

helm delete ollama --namespace ollama

Substitute your values if they differ from the examples. See helm delete --help for a full reference on delete parameters and flags.

Helm Values

See values.yaml to see the Chart's default values.

Support

  • For questions, suggestions, and discussion about Ollama please refer to the Ollama issue page
  • For questions, suggestions, and discussion about this chart please visite Ollama-Helm issue

Packages

No packages published

Languages

  • Smarty 100.0%