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

View file

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

View file

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

View file

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

View file

@ -16,4 +16,4 @@ spec:
matchNames: matchNames:
- database - database
podMetricsEndpoints: podMetricsEndpoints:
- port: admin - port: admin

View file

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