Compare commits

..

8 commits

6 changed files with 31 additions and 10 deletions

View file

@ -34,7 +34,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/recyclarr/recyclarr repository: ghcr.io/recyclarr/recyclarr
tag: 7.2.0@sha256:bc7a7b940e9f42b9ee7df31d85e180b13a968f0a86ce58838376c052db381b05 tag: 7.2.1@sha256:c293cc988c5123899ed4d42b31f227b986d36357688106effdb44e83a3bb9f5a
env: env:
# Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518 # Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518
# Ref: https://github.com/dotnet/runtime/issues/9336 # Ref: https://github.com/dotnet/runtime/issues/9336

View file

@ -7,7 +7,7 @@ spec:
# nodeName: nenya # nodeName: nenya
containers: containers:
- name: fstrim - name: fstrim
image: ghcr.io/onedr0p/kubanetics:2024.7.1 image: ghcr.io/onedr0p/kubanetics:2024.8.0
securityContext: securityContext:
privileged: true privileged: true
command: ["/bin/bash", "-c", "while true; do sleep 10; done"] command: ["/bin/bash", "-c", "while true; do sleep 10; done"]

View file

@ -33,7 +33,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/kubanetics repository: ghcr.io/onedr0p/kubanetics
tag: 2024.7.1@sha256:020ec6f00b9cdc0ee247d2fd34d3951ac32718326bb90c38e947eed9d555de6c tag: 2024.8.0@sha256:ef479783bf8d7408d858af89aec85fa244c4e824296436cac1798ba7c4efb9c8
env: env:
SCRIPT_NAME: fstrim.sh SCRIPT_NAME: fstrim.sh
probes: probes:

View file

@ -68,7 +68,7 @@ spec:
gluetun: gluetun:
image: image:
repository: ghcr.io/qdm12/gluetun repository: ghcr.io/qdm12/gluetun
tag: latest@sha256:23c25a4a5166f4e093cd89d9c4b9c189f6ed981c268e410af338399689e2f79f tag: latest@sha256:32a6c8d47adb59b1c616097739fd8288cb9b9bca5da127c2e3744c4a07b5ec23
env: env:
VPN_SERVICE_PROVIDER: custom VPN_SERVICE_PROVIDER: custom
VPN_TYPE: wireguard VPN_TYPE: wireguard

View file

@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: external-secrets chart: external-secrets
version: 0.9.20 version: 0.10.0
interval: 30m interval: 30m
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository

View file

@ -5,7 +5,9 @@
"local>jahanson/homelab//.renovate/customManagers.json5", "local>jahanson/homelab//.renovate/customManagers.json5",
"local>jahanson/homelab//.renovate/autoMerge.json5" "local>jahanson/homelab//.renovate/autoMerge.json5"
], ],
"ignorePaths": [".archive/**"], "ignorePaths": [
".archive/**"
],
"flux": { "flux": {
"fileMatch": [ "fileMatch": [
"kubernetes/.+\\.ya?ml$" "kubernetes/.+\\.ya?ml$"
@ -217,8 +219,27 @@
], ],
"group": { "group": {
"commitMessageTopic": "{{{groupName}}} group" "commitMessageTopic": "{{{groupName}}} group"
}, }
}, },
// Version strategies {
] "description": "Ollama combine datasources.",
} "groupName": "Ollama",
"matchPackagePatterns": [
"docker.io/ollama/ollama",
"ollama"
],
"matchDatasources": [
"docker",
"github-releases"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"group": {
"commitMessageTopic": "{{{groupName}}} group"
}
}
// Version strategies
]
}