Skip to content

Commit

Permalink
update ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bially committed Feb 21, 2024
1 parent 491b295 commit 63781d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/iits-ollama-fullstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ dependencies:
repository: https://airbytehq.github.io/helm-charts
condition: airbyte.enabled
- name: ollama
version: 0.6.14
version: 0.7.0
repository: https://charts.iits.tech
condition: ollama.enabled
8 changes: 6 additions & 2 deletions charts/iits-ollama-fullstack/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ingress:
airbyte:
enabled: true
enabled: false
# -- Replace this value with your host
host:
annotations:
Expand All @@ -23,7 +23,11 @@ airbyte:
fullnameOverride: "airbyte"
webapp:
ingress:
enabled: false
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
connector-builder-server:
service:
type: "ClusterIP"
Expand Down
6 changes: 3 additions & 3 deletions charts/ollama/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
ollama:
namespace: ollama
repoURL: "https://charts.my-domain.com"
targetRevision: "0.6.2"
targetRevision: "0.7.0"
valueFile: "value-files/ollama/values.yaml"
```
Expand All @@ -36,8 +36,8 @@ description: |
host: "ollama.my-domain.com"
```
type: application
version: 0.6.14
appVersion: "0.1.24"
version: 0.7.0
appVersion: "0.1.26"
kubeVersion: "^1.16.0-0"
home: https://ollama.ai/
icon: https://ollama.ai/public/ollama.png
Expand Down

0 comments on commit 63781d1

Please sign in to comment.