Compare commits

...

2 commits

Author SHA1 Message Date
ea5b4b8d69 Update dependency netbox to v4.4.5
Some checks failed
/ Ansible Lint (pull_request) Failing after 2m25s
/ Ansible Lint (push) Failing after 2m3s
2025-10-30 04:17:13 +00:00
23ea666906
renovate(role): always pull and use full image source
Some checks failed
/ Ansible Lint (push) Failing after 1m55s
Ensure we're always running the latest Renovate version.
2025-10-30 05:13:23 +01:00
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -6,7 +6,8 @@ Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/docker run --rm \
--pull=always \
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
--mount "type=volume,src=renovate,dst=/tmp/renovate" \
--env "RENOVATE_BASE_DIR=/tmp/renovate" \
renovate/renovate
docker.io/renovate/renovate:latest