Compare commits
3 commits
3a2a68e789
...
bca5b04470
| Author | SHA1 | Date | |
|---|---|---|---|
| bca5b04470 | |||
|
ca20721f04 |
|||
|
42b23eb181 |
4 changed files with 20 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
|
||||
netbox__version: "v4.5.0"
|
||||
netbox__version: "v4.5.1"
|
||||
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
||||
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,17 @@
|
|||
collections:
|
||||
# Install a collection from Ansible Galaxy.
|
||||
- name: debops.debops
|
||||
version: ">=3.1.0"
|
||||
source: https://galaxy.ansible.com
|
||||
- name: community.sops
|
||||
version: ">=2.2.4"
|
||||
source: https://galaxy.ansible.com
|
||||
- name: community.docker
|
||||
version: ">=5.0.0"
|
||||
source: https://galaxy.ansible.com
|
||||
# debops.debops
|
||||
- source: https://github.com/debops/debops
|
||||
type: git
|
||||
version: "v3.2.5"
|
||||
# community.sops
|
||||
- source: https://github.com/ansible-collections/community.sops
|
||||
type: git
|
||||
version: "2.2.7"
|
||||
# community.docker
|
||||
- source: https://github.com/ansible-collections/community.docker
|
||||
type: git
|
||||
version: "5.0.5"
|
||||
# grafana.grafana
|
||||
- source: https://github.com/grafana/grafana-ansible-collection
|
||||
type: git
|
||||
version: "6.0.6"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
ntfy:
|
||||
image: docker.io/binwiederhier/ntfy:v2.15.0
|
||||
image: docker.io/binwiederhier/ntfy:v2.16.0
|
||||
container_name: ntfy
|
||||
command:
|
||||
- serve
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
pretalx:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2025.2.2
|
||||
entrypoint: gunicorn
|
||||
command:
|
||||
- "pretalx.wsgi"
|
||||
|
|
@ -78,7 +78,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
celery:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2025.2.2
|
||||
command:
|
||||
- taskworker
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue