Compare commits
2 commits
ecc9328d3a
...
ea5b4b8d69
| Author | SHA1 | Date | |
|---|---|---|---|
| ea5b4b8d69 | |||
|
23ea666906 |
2 changed files with 3 additions and 2 deletions
|
|
@ -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.1.7"
|
netbox__version: "v4.4.5"
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,8 @@ Wants=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/docker run --rm \
|
ExecStart=/usr/bin/docker run --rm \
|
||||||
|
--pull=always \
|
||||||
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
|
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
|
||||||
--mount "type=volume,src=renovate,dst=/tmp/renovate" \
|
--mount "type=volume,src=renovate,dst=/tmp/renovate" \
|
||||||
--env "RENOVATE_BASE_DIR=/tmp/renovate" \
|
--env "RENOVATE_BASE_DIR=/tmp/renovate" \
|
||||||
renovate/renovate
|
docker.io/renovate/renovate:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue