Compare commits

...

2 commits

Author SHA1 Message Date
f9f3248cf1 Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (push) Successful in 3m2s
/ Ansible Lint (pull_request) Successful in 3m6s
2026-04-01 00:16:44 +00:00
34958a0584
pad(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m20s
2026-04-01 01:51:22 +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

@ -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

View file

@ -3,13 +3,13 @@
services: services:
database: database:
image: docker.io/library/postgres:15-alpine image: docker.io/library/postgres:18-alpine
environment: environment:
- "POSTGRES_USER=hedgedoc" - "POSTGRES_USER=hedgedoc"
- "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}" - "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}"
- "POSTGRES_DB=hedgedoc" - "POSTGRES_DB=hedgedoc"
volumes: volumes:
- database:/var/lib/postgresql/data - database:/var/lib/postgresql
restart: unless-stopped restart: unless-stopped
app: app: