Compare commits

...

2 commits

Author SHA1 Message Date
8ed58d800d Update git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4 Docker digest to f5bd584
Some checks failed
/ Ansible Lint (pull_request) Failing after 2m18s
/ Ansible Lint (push) Failing after 2m28s
2025-10-30 03:58:28 +00:00
df59e5e3a9
add renovate comment for custom regex matcher to inventory version vars
Some checks failed
/ Ansible Lint (push) Failing after 2m8s
2025-10-30 04:56:31 +01:00
3 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,6 @@
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
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

@ -1,3 +1,4 @@
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
netbox__version: "v4.1.7" netbox__version: "v4.1.7"
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}" netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
netbox__custom_pipeline_oidc_group_and_role_mapping: true netbox__custom_pipeline_oidc_group_and_role_mapping: true

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