We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26f3a93 + a74e049 commit 84b8126Copy full SHA for 84b8126
charts/netbox/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: netbox
3
-version: 5.0.0-beta.17
+version: 5.0.0-beta.18
4
appVersion: "v4.0.3"
5
type: application
6
kubeVersion: ^1.25.0-0
charts/netbox/values.yaml
@@ -53,8 +53,8 @@ extraDeploy: []
53
## @param image.pullSecrets Specify docker-registry secret names as an array
54
##
55
image:
56
- registry: docker.io
57
- repository: netboxcommunity/netbox
+ registry: ghcr.io
+ repository: netbox-community/netbox
58
pullPolicy: IfNotPresent
59
## Defaults to '{{ .Chart.AppVersion }}'
60
0 commit comments