Compare commits

...

9 commits

7 changed files with 8 additions and 15 deletions

View file

@ -9,7 +9,7 @@ exclude: |
repos: repos:
- repo: https://github.com/adrienverge/yamllint - repo: https://github.com/adrienverge/yamllint
rev: v1.33.0 rev: v1.35.1
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.5.0 rev: v4.6.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.4 rev: v1.5.5
hooks: hooks:
- id: forbid-crlf - id: forbid-crlf
- id: forbid-tabs - id: forbid-tabs

View file

@ -1,10 +1,6 @@
{ {
"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": {
@ -24,7 +20,6 @@
}, },
"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",
@ -40,7 +35,5 @@
], ],
"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

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

View file

@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: kube-prometheus-stack chart: kube-prometheus-stack
version: 61.5.0 version: 61.6.0
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: prometheus-community name: prometheus-community

View file

@ -37,7 +37,7 @@ spec:
app: app:
image: image:
repository: docker.io/timberio/vector repository: docker.io/timberio/vector
tag: 0.39.0-alpine@sha256:e6b27085955a089ac66b9c5af9f6e402f1c1a0277b38254a178266c145469718 tag: 0.40.0-alpine@sha256:7a81fdd62e056321055a9e4bdec4073d752ecf68f4c192e676b85001721523c2
env: env:
PROCFS_ROOT: /host/proc PROCFS_ROOT: /host/proc
SYSFS_ROOT: /host/sys SYSFS_ROOT: /host/sys

View file

@ -46,7 +46,7 @@ spec:
app: app:
image: image:
repository: docker.io/timberio/vector repository: docker.io/timberio/vector
tag: 0.39.0-alpine@sha256:e6b27085955a089ac66b9c5af9f6e402f1c1a0277b38254a178266c145469718 tag: 0.40.0-alpine@sha256:7a81fdd62e056321055a9e4bdec4073d752ecf68f4c192e676b85001721523c2
args: ["--config", "/etc/vector/vector.yaml"] args: ["--config", "/etc/vector/vector.yaml"]
pod: pod:
topologySpreadConstraints: topologySpreadConstraints:

View file

@ -68,7 +68,7 @@ spec:
gluetun: gluetun:
image: image:
repository: ghcr.io/qdm12/gluetun repository: ghcr.io/qdm12/gluetun
tag: latest@sha256:d2ad195e725c8874e2d38014f82df1daaa615dad893360fed5185609e316c3dd tag: latest@sha256:874f461fee58c06d409195ad20e92a235c09017ed7b20e4af194f049388990d1
env: env:
VPN_SERVICE_PROVIDER: custom VPN_SERVICE_PROVIDER: custom
VPN_TYPE: wireguard VPN_TYPE: wireguard