Skip to content

netbox v1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 12:13
· 287 commits to main since this release

netbox v1.0.0

Initial release of the netbox chart.

Breaking Changes

  • feat(netbox)!: add netbox chart (#886)

Other Changes

  • release(netbox): 1.0.0 [skip ci]

Install

# OCI registry
helm install netbox oci://ghcr.io/helmforgedev/helm/netbox --version 1.0.0

# Helm repository
helm repo add helmforge https://repo.helmforge.dev
helm install netbox helmforge/netbox --version 1.0.0