Compare commits

...

2 commits

Author SHA1 Message Date
56aee32668 Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (push) Successful in 3m1s
/ Ansible Lint (pull_request) Successful in 3m3s
2026-04-01 00:30:58 +00:00
0df667fc58
keycloak(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m17s
2026-04-01 02:19:13 +02:00
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox # renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
netbox__version: "v4.5.5" netbox__version: "v4.5.6"
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

@ -46,12 +46,12 @@ services:
- "8080:8080" - "8080:8080"
db: db:
image: docker.io/library/postgres:15.17 image: docker.io/library/postgres:18
restart: unless-stopped restart: unless-stopped
networks: networks:
- keycloak - keycloak
volumes: volumes:
- "./database:/var/lib/postgresql/data" - "./database:/var/lib/postgresql"
environment: environment:
POSTGRES_USER: keycloak POSTGRES_USER: keycloak
POSTGRES_PASSWORD: {{ secret__keycloak_db_password }} POSTGRES_PASSWORD: {{ secret__keycloak_db_password }}

View file

@ -1,7 +1,7 @@
--- ---
services: services:
ntfy: ntfy:
image: docker.io/binwiederhier/ntfy:v2.20.1 image: docker.io/binwiederhier/ntfy:v2.21.0
container_name: ntfy container_name: ntfy
command: command:
- serve - serve