Compare commits

...

2 commits

Author SHA1 Message Date
9056935b84 Update git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4 Docker digest to f5bd584
Some checks failed
/ Ansible Lint (pull_request) Failing after 2m17s
/ Ansible Lint (push) Failing after 2m22s
2025-10-30 03:39:34 +00:00
87e3aed28e
test renovate
Some checks failed
/ Ansible Lint (push) Failing after 2m6s
2025-10-30 04:38:38 +01:00
3 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,5 @@
nextcloud__version: 32 nextcloud__version: 32
# renovate: datasource=docker depName=postgres
nextcloud__postgres_version: 15.14 nextcloud__postgres_version: 15.14
nextcloud__fqdn: cloud.hamburg.ccc.de nextcloud__fqdn: cloud.hamburg.ccc.de
nextcloud__data_dir: /data/nextcloud nextcloud__data_dir: /data/nextcloud

View file

@ -30,6 +30,18 @@
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$" "versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
} }
], ],
"customManagers": [
// Custom manager using regex for letting Renovate find dependencies in inventory variables.
{
"customType": "regex",
"managerFilePatterns": [
"//inventories/.*?_vars/.*?\\.ya?ml$/"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-zA-Z0-9-._]+?) depName=(?<depName>[^\\s]+?)(?: packageName=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?\\s*.+?\\s*:\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
]
}
],
"docker-compose": { "docker-compose": {
"managerFilePatterns": [ "managerFilePatterns": [
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/" "/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/"

View file

@ -22,7 +22,7 @@
services: services:
keycloak: keycloak:
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4@sha256:06bfa760dfa40bd3d4305a67ce02e9dc70113151f09820a3bc6c75f5f7ece855 image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4@sha256:f5bd58402777da32d61ccb1b8601f1388721e07bf11b9d43e8e4ea20d444e10a
pull_policy: always pull_policy: always
restart: unless-stopped restart: unless-stopped
command: start --optimized command: start --optimized