From 63781d1b39b474ee351c3dd18984e3cca69e3a95 Mon Sep 17 00:00:00 2001 From: Robin Bially Date: Wed, 21 Feb 2024 20:53:13 +0100 Subject: [PATCH] update ollama --- charts/iits-ollama-fullstack/Chart.yaml | 2 +- charts/iits-ollama-fullstack/values.yaml | 8 ++++++-- charts/ollama/Chart.yaml | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/charts/iits-ollama-fullstack/Chart.yaml b/charts/iits-ollama-fullstack/Chart.yaml index d8938a4e..cca9cf71 100644 --- a/charts/iits-ollama-fullstack/Chart.yaml +++ b/charts/iits-ollama-fullstack/Chart.yaml @@ -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 \ No newline at end of file diff --git a/charts/iits-ollama-fullstack/values.yaml b/charts/iits-ollama-fullstack/values.yaml index 46e16ef6..6669f2b7 100644 --- a/charts/iits-ollama-fullstack/values.yaml +++ b/charts/iits-ollama-fullstack/values.yaml @@ -1,6 +1,6 @@ ingress: airbyte: - enabled: true + enabled: false # -- Replace this value with your host host: annotations: @@ -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" diff --git a/charts/ollama/Chart.yaml b/charts/ollama/Chart.yaml index c3b43929..c5462c5d 100644 --- a/charts/ollama/Chart.yaml +++ b/charts/ollama/Chart.yaml @@ -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" ``` @@ -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