Skip to content

Commit

Permalink
Change image defaults to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ubombar committed Mar 28, 2024
1 parent 8a3f58a commit 097c994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Image URL to use all building/pushing image targets
IMG ?= edgenetio/edgenet-controller:latest
IMG ?= edgenetio/edgenet-controller:main
YAML_PATH=build/installer.yaml
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.29.0
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: edgenetio/edgenet-controller
newTag: latest
newTag: main

0 comments on commit 097c994

Please sign in to comment.