1 Commits

Author SHA1 Message Date
0011ca5cc5 chore(deps): update clickhouse/clickhouse-server docker tag to v26.3.2
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 21s
lint-test-helm / validate-kubeconform (pull_request) Successful in 16s
2026-03-28 01:15:17 +00:00

View File

@@ -97,8 +97,7 @@
"description": "Group packages together when stripping registry",
"matchManagers": [
"custom.regex",
"helm-values",
"docker"
"helm-values"
],
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}"
@@ -106,10 +105,10 @@
{
"description": "Group for specific apps",
"matchPackageNames": [
"/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)/",
"/(^|/)(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd|traefik|bazarr|code-server)/",
"/^rook(-ceph|\\/rook|\\/ceph)/"
],
"groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik).*$' '$1' depName}}}",
"groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd|traefik|bazarr|code-server|rook-ceph).*$' '$1' depName}}}",
"groupSlug": "unified-{{{groupName}}}"
},
{