Skip to content

Commit

Permalink
Merge pull request #225 from LeoColomb/feat/ghcr
Browse files Browse the repository at this point in the history
Use GitHub Container Registry as default registry for main image
  • Loading branch information
RangerRick authored May 30, 2024
2 parents 26f3a93 + a74e049 commit 84b8126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/netbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: netbox
version: 5.0.0-beta.17
version: 5.0.0-beta.18
appVersion: "v4.0.3"
type: application
kubeVersion: ^1.25.0-0
Expand Down
4 changes: 2 additions & 2 deletions charts/netbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ extraDeploy: []
## @param image.pullSecrets Specify docker-registry secret names as an array
##
image:
registry: docker.io
repository: netboxcommunity/netbox
registry: ghcr.io
repository: netbox-community/netbox
pullPolicy: IfNotPresent
## Defaults to '{{ .Chart.AppVersion }}'
##
Expand Down

0 comments on commit 84b8126

Please sign in to comment.