Compare commits

..

1 Commits

Author SHA1 Message Date
Morten Olsen
44c472cdba attempt add adding renovate 2025-09-13 07:58:24 +02:00
37 changed files with 88 additions and 93 deletions

View File

@@ -36,7 +36,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2 uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with: with:
registry: ${{ env.DOCKER_REGISTRY }} registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
@@ -44,13 +44,13 @@ jobs:
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta
uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6 uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with: with:
images: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image - name: Build and push Docker image
id: push id: push
uses: docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6 uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with: with:
context: ./images/backup context: ./images/backup
push: true push: true

View File

@@ -36,7 +36,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2 uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with: with:
registry: ${{ env.DOCKER_REGISTRY }} registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
@@ -44,13 +44,13 @@ jobs:
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta
uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6 uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with: with:
images: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image - name: Build and push Docker image
id: push id: push
uses: docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6 uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with: with:
context: ./images/operator context: ./images/operator
push: true push: true

View File

@@ -1,16 +0,0 @@
name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
configurationFile: ./renovate.json5

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
/secret.*.yaml /secret.*.yaml
/data/ /data/
/.envrc
*.DS_Store *.DS_Store

View File

@@ -4,6 +4,6 @@ globals:
domain: olsen.cloud domain: olsen.cloud
image: image:
repository: docker.io/caronc/apprise repository: docker.io/caronc/apprise
tag: latest@sha256:127b3834f0679502529397ead8ffeaadf5189019c4c863fa6652e9b942fdccf8 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: apprise subdomain: apprise

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: ghcr.io/advplyr/audiobookshelf repository: ghcr.io/advplyr/audiobookshelf
tag: 2.26.1@sha256:5901162ccdf4b44f563ff2012484d5e315d9a1ecd6af86f7fe605ec96bbc5039 tag: 2.26.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: audiobookshelf subdomain: audiobookshelf

View File

@@ -4,6 +4,6 @@ globals:
domain: olsen.cloud domain: olsen.cloud
image: image:
repository: docker.io/ckulka/baikal repository: docker.io/ckulka/baikal
tag: nginx@sha256:045918423df00a3f9ec793a819b9acdb055d338b75387926b7d93d753ac1e93a tag: nginx
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: baikal subdomain: baikal

View File

@@ -4,6 +4,6 @@ globals:
timezone: Europe/Amsterdam timezone: Europe/Amsterdam
image: image:
repository: lscr.io/linuxserver/calibre-web repository: lscr.io/linuxserver/calibre-web
tag: latest@sha256:98a20064168ab284bbb8e048af48c89a5e25650f35a4b217705241af94c1debe tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: calibre-web subdomain: calibre-web

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: ghcr.io/coder/coder repository: ghcr.io/coder/coder
tag: latest@sha256:73714e0685addde01bbff905cf5b647d6b677d77977c8009b6293d40fdf0f562 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: coder subdomain: coder

View File

@@ -4,6 +4,6 @@ globals:
domain: olsen.cloud domain: olsen.cloud
image: image:
repository: ghcr.io/esphome/esphome repository: ghcr.io/esphome/esphome
tag: latest@sha256:393775c4c02e0b09d086cd794815a723f90d4af7c3d871935e22be1a34c5d89a tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: esphome subdomain: esphome

View File

@@ -3,6 +3,6 @@ globals:
timezone: Europe/Amsterdam timezone: Europe/Amsterdam
image: image:
repository: docker.gitea.com/gitea repository: docker.gitea.com/gitea
tag: latest@sha256:2edc102cbb636ae1ddac5fa0c715aa5b03079dee13ac6800b2cef6d4e912e718 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: gitea subdomain: gitea

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: headscale/headscale repository: headscale/headscale
tag: latest@sha256:ea9b5ee06274d757a4d52103de56cd11a9c393acb19d9a35f4b9fe52ada410de tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: headscale subdomain: headscale

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: ghcr.io/homarr-labs/homarr repository: ghcr.io/homarr-labs/homarr
tag: latest@sha256:7d58149aa544037d173a48f41fbde86706068d2b8933a33a911dce26457ecf16 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: homarr subdomain: homarr

View File

@@ -3,19 +3,19 @@ globals:
timezone: Europe/Amsterdam timezone: Europe/Amsterdam
image: image:
repository: ghcr.io/home-assistant/home-assistant repository: ghcr.io/home-assistant/home-assistant
tag: stable@sha256:89ec0583c7f47c8a150204f6b5ed48b5432026012bebe1226cf72775a795a5e1 tag: stable
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: home-assistant subdomain: home-assistant
piper: piper:
image: image:
repository: ghcr.io/morten-olsen/glados-voice repository: ghcr.io/morten-olsen/glados-voice
tag: main@sha256:8fcc19bd9e7e846bdfd9e9e569c8c944dcfb1d0b47e3f479cbaa7f5587c7206c tag: main
pullPolicy: Always pullPolicy: Always
model: en_US-glados-medium model: en_US-glados-medium
whisper: whisper:
image: image:
repository: rhasspy/wyoming-whisper repository: rhasspy/wyoming-whisper
tag: latest@sha256:f03456914affe8076fc7688c0890f4c708d93ebfac7340b0b2467f721412012d tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
model: tiny-int8 model: tiny-int8
language: us language: us

View File

@@ -1,12 +0,0 @@
set -euo pipefail
find . -name "values.yaml" -type f -print0 | while IFS= read -r -d '' values_file; do
location=$(dirname "$values_file")
name=$(basename "$location")
name=$(echo "$name" | tr '[:upper:]' '[:lower:]' | tr -s '[:punct:][:space:]' '-' | sed -e 's/^-*//' -e 's/-*$//')
echo "✅ Chart found in: $location"
echo " - Generated release name: $name"
HELM_COMMAND="helm install --namespace prod \"$name\" \"$location\""
helm upgrade -i --namespace prod "$name" "$location"
done

View File

@@ -1,11 +1,11 @@
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: "{{ .Release.Name }}-config" name: '{{ .Release.Name }}-config'
spec: spec:
accessModes: accessModes:
- "ReadWriteOnce" - 'ReadWriteOnce'
resources: resources:
requests: requests:
storage: "1Gi" storage: '1Gi'
storageClassName: "{{ .Values.globals.environment }}" storageClassName: '{{ .Values.environment }}'

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: docker.io/jellyfin/jellyfin repository: docker.io/jellyfin/jellyfin
tag: latest@sha256:7ae36aab93ef9b6aaff02b37f8bb23df84bb2d7a3f6054ec8fc466072a648ce2 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: jellyfin subdomain: jellyfin

View File

@@ -5,4 +5,4 @@ globals:
subdomain: mealie subdomain: mealie
image: image:
repository: ghcr.io/mealie-recipes/mealie repository: ghcr.io/mealie-recipes/mealie
tag: latest@sha256:322369a5b748eddb091417e708f0667d21994e6119278d1b8c509900ba41e54b tag: latest

View File

@@ -3,6 +3,6 @@ globals:
timezone: Europe/Amsterdam timezone: Europe/Amsterdam
image: image:
repository: ghcr.io/metatool-ai/metamcp repository: ghcr.io/metatool-ai/metamcp
tag: latest@sha256:09e467e3ac40132f4ee11407e792ca5767894b0909d56c270223bdfe64dfcfd2 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: metamcp subdomain: metamcp

View File

@@ -4,6 +4,6 @@ globals:
domain: olsen.cloud domain: olsen.cloud
image: image:
repository: ghcr.io/miniflux/miniflux repository: ghcr.io/miniflux/miniflux
tag: latest@sha256:b435a1ea2408f996c8d4c00c4f46523fa9203971ee1e85b1fe7ad3f0e7ae617f tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: miniflux subdomain: miniflux

View File

@@ -4,7 +4,7 @@ globals:
domain: olsen.cloud domain: olsen.cloud
image: image:
repository: docker.io/eclipse-mosquitto repository: docker.io/eclipse-mosquitto
tag: latest@sha256:d219d3a72847f3aed6a1d66975972d3b17f86e39e8f6f6b86b4088b879c1a2d6 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: mqtt subdomain: mqtt
mode: json-rpc mode: json-rpc

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: ghcr.io/music-assistant/server repository: ghcr.io/music-assistant/server
tag: latest@sha256:f534116c53d49b3120961c908a5fa24f28684806bf222ccd74add9e16b105aa4 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: music-assistant subdomain: music-assistant

View File

@@ -4,6 +4,6 @@ globals:
domain: olsen.cloud domain: olsen.cloud
image: image:
repository: docker.n8n.io/n8nio/n8n repository: docker.n8n.io/n8nio/n8n
tag: latest@sha256:c5fe3ff0b79f7831dc21f9c709bdb7eee4fff4453a28ce84c8e9fa5b9f562686 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: n8n subdomain: n8n

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.12.0@sha256:14def4e0b9ac8c91b3ec6f7fa7684c924ffe244541d5fd827d9b89035cc33310 tag: 0.11.8
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: openwebui subdomain: openwebui

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: ghcr.io/open-webui/open-webui repository: ghcr.io/open-webui/open-webui
tag: main@sha256:2e78a2f9f6f62173ae28d2203f3c9bcdadc614023380ebbe903ea9fab772535e tag: main
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: openwebui subdomain: openwebui

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: photoprism/photoprism repository: photoprism/photoprism
tag: latest@sha256:2ba3a774ca1acc498096d7a5cb50df9cfecb7e3117a617d648093ff74eec2793 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: photoprism subdomain: photoprism

View File

@@ -4,6 +4,6 @@ globals:
timezone: Europe/Amsterdam timezone: Europe/Amsterdam
image: image:
repository: codeberg.org/readeck/readeck repository: codeberg.org/readeck/readeck
tag: latest@sha256:432cc2026f9dca3c33ce331f52c225287a2fa91a3c1dce8a4b0b7e9de4185c2f tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: readeck subdomain: readeck

View File

@@ -4,7 +4,7 @@ globals:
domain: olsen.cloud domain: olsen.cloud
image: image:
repository: bbernhard/signal-cli-rest-api repository: bbernhard/signal-cli-rest-api
tag: latest@sha256:e4bc92213b2a4da10fc429d16ed1754e90c2c169f186efbb9ce5f04da5322771 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: apprise subdomain: apprise
mode: json-rpc mode: json-rpc

0
charts/apps/values.yaml Normal file
View File

View File

@@ -5,4 +5,4 @@ globals:
subdomain: zot subdomain: zot
image: image:
repository: ghcr.io/project-zot/zot repository: ghcr.io/project-zot/zot
tag: latest@sha256:cd2aea942f428630bcb4190542be6abd35e14177aab84fc7ccad0dca8ecb363d tag: latest

View File

@@ -4,7 +4,7 @@ globals:
domain: olsen.cloud domain: olsen.cloud
image: image:
repository: garethgeorge/backrest repository: garethgeorge/backrest
tag: latest@sha256:f8306faef0a3cbedc7daa55756f1d4c105d8c104aa773656bdad4fa8553dab5a tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: restic subdomain: restic
password: password:

View File

@@ -6,7 +6,7 @@ image:
repository: ghcr.io/morten-olsen/homelab-operator repository: ghcr.io/morten-olsen/homelab-operator
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: main@sha256:d6f0884b6e3044e39b61eb752496ddafee808e85ae54af2d40a6793fb026c261 tag: main
imagePullSecrets: [] imagePullSecrets: []
nameOverride: '' nameOverride: ''

View File

@@ -1,4 +1,4 @@
FROM alpine/git:latest@sha256:bd54f921f6d803dfa3a4fe14b7defe36df1b71349a3e416547e333aa960f86e3 FROM alpine/git:latest
# or a more specific image like a Debian slim or Ubuntu base image. # or a more specific image like a Debian slim or Ubuntu base image.
RUN apk add --no-cache restic fuse-overlayfs RUN apk add --no-cache restic fuse-overlayfs
WORKDIR /app WORKDIR /app

View File

@@ -1,4 +1,4 @@
FROM node:23-slim@sha256:86191b94d2a163be41f3dc7fe5e5fcaca8ba2f1be7275d98a06343483c17414a FROM node:23-slim
RUN corepack enable RUN corepack enable
COPY package.json pnpm-lock.yaml ./ COPY package.json pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile --prod RUN pnpm install --frozen-lockfile --prod

View File

@@ -10,7 +10,7 @@
"eslint": "9.32.0", "eslint": "9.32.0",
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0", "eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.4", "eslint-plugin-prettier": "5.5.3",
"json-schema-to-typescript": "^15.0.4", "json-schema-to-typescript": "^15.0.4",
"prettier": "3.6.2", "prettier": "3.6.2",
"typescript": "5.8.3", "typescript": "5.8.3",

View File

@@ -28,7 +28,7 @@ importers:
version: 2.2.3 version: 2.2.3
dotenv: dotenv:
specifier: ^17.2.1 specifier: ^17.2.1
version: 17.2.2 version: 17.2.1
eventemitter3: eventemitter3:
specifier: ^5.0.1 specifier: ^5.0.1
version: 5.0.1 version: 5.0.1
@@ -76,8 +76,8 @@ importers:
specifier: 2.32.0 specifier: 2.32.0
version: 2.32.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0)(typescript@5.8.3))(eslint@9.32.0) version: 2.32.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0)(typescript@5.8.3))(eslint@9.32.0)
eslint-plugin-prettier: eslint-plugin-prettier:
specifier: 5.5.4 specifier: 5.5.3
version: 5.5.4(eslint-config-prettier@10.1.8(eslint@9.32.0))(eslint@9.32.0)(prettier@3.6.2) version: 5.5.3(eslint-config-prettier@10.1.8(eslint@9.32.0))(eslint@9.32.0)(prettier@3.6.2)
json-schema-to-typescript: json-schema-to-typescript:
specifier: ^15.0.4 specifier: ^15.0.4
version: 15.0.4 version: 15.0.4
@@ -614,8 +614,8 @@ packages:
resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
dotenv@17.2.2: dotenv@17.2.1:
resolution: {integrity: sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==} resolution: {integrity: sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
dunder-proto@1.0.1: dunder-proto@1.0.1:
@@ -717,8 +717,8 @@ packages:
'@typescript-eslint/parser': '@typescript-eslint/parser':
optional: true optional: true
eslint-plugin-prettier@5.5.4: eslint-plugin-prettier@5.5.3:
resolution: {integrity: sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==} resolution: {integrity: sha512-NAdMYww51ehKfDyDhv59/eIItUVzU0Io9H2E8nHNGKEeeqlnci+1gCvrHib6EmZdf6GxF+LCV5K7UC65Ezvw7w==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
'@types/eslint': '>=8.0.0' '@types/eslint': '>=8.0.0'
@@ -2651,7 +2651,7 @@ snapshots:
dependencies: dependencies:
esutils: 2.0.3 esutils: 2.0.3
dotenv@17.2.2: {} dotenv@17.2.1: {}
dunder-proto@1.0.1: dunder-proto@1.0.1:
dependencies: dependencies:
@@ -2826,7 +2826,7 @@ snapshots:
- eslint-import-resolver-webpack - eslint-import-resolver-webpack
- supports-color - supports-color
eslint-plugin-prettier@5.5.4(eslint-config-prettier@10.1.8(eslint@9.32.0))(eslint@9.32.0)(prettier@3.6.2): eslint-plugin-prettier@5.5.3(eslint-config-prettier@10.1.8(eslint@9.32.0))(eslint@9.32.0)(prettier@3.6.2):
dependencies: dependencies:
eslint: 9.32.0 eslint: 9.32.0
prettier: 3.6.2 prettier: 3.6.2

View File

@@ -1,26 +1,50 @@
// .github/renovate.json5 (or renovate.json)
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "autodiscover": false,
"config:base"
],
"packageRules": [ "packageRules": [
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"pinDigests": true "extractVersion": "^(?<version>.*)$",
} "versioning": "semver",
"groupName": "All Docker Images"
"pinDigests": true,
},
], ],
"helm-values": { "helm": {
"fileMatch": ["^charts/.*/values\\.yaml$"] "fileMatch": ["charts/**/values.yaml"],
// You generally don't need to list public registries here.
// Only add specific entries for *private* registries that require explicit authentication.
// Renovate is smart enough to infer common public ones.
"registryUrls": {
// "my.private.registry.com": "https://my.private.registry.com/v2/" // Example for a private registry
}
}, },
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": ["^charts/.*/values\\.yaml$"], "fileMatch": ["(^|/)charts/.*values\\.yaml$"],
"matchStrings": [ "matchStrings": [
"repository:\s*'(?<depName>.*?)'\n\s*tag:\s*'(?<currentValue>.*?)'", // Primary image:
"repository:\s*\"(?<depName>.*?)\"\n\s*tag:\s*\"(?<currentValue>.*?)\"", // This regex tries to capture the full image name, including the registry if specified.
"repository:\s*(?<depName>.*?)\n\s*tag:\s*(?<currentValue>.*)" // It's designed to be flexible.
"repository:\\s*(?<depName>.*?)\\n\\s*tag:\\s*(?<currentValue>.*?)\\n",
// Nested images (e.g., piper.image, whisper.image):
// This regex accounts for a preceding key and potential 'image:' sub-key.
"^(?!\\s*#)[^\\s]*?:(?:\\n\\s*image:)?\\n\\s*repository:\\s*(?<depName>.*?)\\n\\s*tag:\\s*(?<currentValue>.*?)\\n"
], ],
"datasourceTemplate": "docker" "datasourceTemplate": "docker",
// Important: Add a "depNameTemplate" to ensure capture group 1 (depName) is used
// which should contain the full path including registry
"depNameTemplate": "{{depName}}"
} }
] ],
// ... rest of your configuration
"ignorePaths": ["**/node_modules/**", "**/vendor/**"],
"timezone": "Europe/Oslo",
"schedule": ["at any time"],
"commitMessageTopic": "{{depName}} Docker image",
"prConcurrentLimit": 5,
"dependencyDashboard": true,
"dependencyDashboardAutoclose": true
} }