Skip to content

Commit 84b8126

Browse files
authored
Merge pull request #225 from LeoColomb/feat/ghcr
Use GitHub Container Registry as default registry for main image
2 parents 26f3a93 + a74e049 commit 84b8126

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/netbox/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: netbox
3-
version: 5.0.0-beta.17
3+
version: 5.0.0-beta.18
44
appVersion: "v4.0.3"
55
type: application
66
kubeVersion: ^1.25.0-0

charts/netbox/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ extraDeploy: []
5353
## @param image.pullSecrets Specify docker-registry secret names as an array
5454
##
5555
image:
56-
registry: docker.io
57-
repository: netboxcommunity/netbox
56+
registry: ghcr.io
57+
repository: netbox-community/netbox
5858
pullPolicy: IfNotPresent
5959
## Defaults to '{{ .Chart.AppVersion }}'
6060
##

0 commit comments

Comments
 (0)