Skip to content

Commit

Permalink
ci: Upgrade Netbox default version to Netbox 3.3 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Peters <felix.peters@breuninger.de>
  • Loading branch information
FlxPeters and Felix Peters committed Sep 14, 2022
1 parent e2aad77 commit 36419cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- v3.0.12
- v3.1.8
- v3.2.2
- v3.3.2
- master

steps:
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from invoke import task

NETBOX_VER = os.getenv("NETBOX_VER", "v3.1.8")
NETBOX_VER = os.getenv("NETBOX_VER", "v3.3.2")

# Name of the docker image/container
NAME = os.getenv("IMAGE_NAME", "netbox-plugin-prometheus")
Expand Down

0 comments on commit 36419cd

Please sign in to comment.