Compare commits

..

1 commit

Author SHA1 Message Date
71895b8d43 Update docker.io/ollama/ollama Docker tag to v0.3.1 2024-07-30 00:02:14 +00:00
43 changed files with 44 additions and 29 deletions

View file

@ -9,7 +9,7 @@ exclude: |
repos:
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
rev: v1.33.0
hooks:
- id: yamllint
args:
@ -17,7 +17,7 @@ repos:
- ".yamllint.yaml"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -29,7 +29,7 @@ repos:
- id: check-executables-have-shebangs
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
rev: v1.5.4
hooks:
- id: forbid-crlf
- id: forbid-tabs

View file

@ -1,6 +1,10 @@
{
"ansible.validation.lint.arguments": "-c .ansible-lint",
"files.associations": {
"*.json5": "jsonc",
"**/ansible/**/*.yaml": "ansible",
"**/ansible/**/*.sops.yaml": "yaml",
"**/ansible/**/inventory/**/*.yaml": "yaml",
"**/kubernetes/**/*.sops.toml": "plaintext"
},
"material-icon-theme.folders.associations": {
@ -20,6 +24,7 @@
},
"yaml.schemaStore.enable": true,
"yaml.schemas": {
"ansible": "ansible/**/*.yaml",
"kubernetes": "kubernetes/**/*.yaml"
},
"editor.fontFamily": "FiraCode Nerd Font",
@ -35,5 +40,7 @@
],
"explorer.autoReveal": false,
"files.trimTrailingWhitespace": true,
"ansible.python.interpreterPath": "/usr/bin/python3",
"sops.defaults.ageKeyFile": "age.key",
"ansible.validation.lint.path": "~/projects/valinor/.venv/bin/ansible-lint"
}

View file

@ -35,7 +35,7 @@ spec:
app:
image:
repository: docker.io/ollama/ollama
tag: 0.3.2
tag: 0.3.1
env:
- name: OLLAMA_HOST
value: 0.0.0.0

View file

@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: grafana
version: 8.3.7
version: 8.3.6
sourceRef:
kind: HelmRepository
name: grafana

View file

@ -6,5 +6,13 @@ resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
# Flux-Kustomizations
- ./alertmanager-silencer/ks.yaml
- ./gatus/ks.yaml
- ./grafana/ks.yaml
- ./kube-prometheus-stack/ks.yaml
- ./loki/ks.yaml
- ./smartctl-exporter/ks.yaml
# - ./snmp-exporter/ks.yaml
- ./thanos/ks.yaml
# - ./unpoller/ks.yaml
- ./vector/ks.yaml