Update renovate/renovate Docker tag to v41.169.1 - abandoned #97

Closed
Renovate wants to merge 282 commits from renovate/renovate-renovate-41.x into fresh-start
2 changed files with 40 additions and 0 deletions
Showing only changes of commit 6fde991ba9 - Show all commits

View File

@@ -3,3 +3,4 @@ kind: Kustomization
resources:
- gitea.yaml
- renovate.yaml
- ollama.yaml

39
apps/ollama.yaml Normal file
View File

@@ -0,0 +1,39 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: ollama
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: ollama-helm
namespace: ollama
spec:
interval: 24h
url: https://otwld.github.io/ollama-helm/
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: ollama
namespace: ollama
spec:
interval: 30m
chart:
spec:
chart: ollama
version: 1.11.0
sourceRef:
kind: HelmRepository
name: ollama-helm
namespace: ollama
interval: 12h
values:
ollama:
gpu:
enabled: false
persistentVolume:
enabled: true
storageClass: mayastor-single-hdd
size: 200Gi