Skip to content

Commit

Permalink
Release v1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jun 16, 2023
1 parent 04d40b9 commit e47c7e3
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
Expand Up @@ -143,7 +143,7 @@ STAGING_REGISTRY := $(REGISTRY)
PROD_REGISTRY := $(REGISTRY)
IMAGE_NAME ?= cluster-api-azure-controller
CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
TAG ?= dev
TAG ?= v1.9.7
ARCH ?= $(GOARCH)
ALL_ARCH = amd64 arm arm64 ppc64le s390x

Expand Down
2 changes: 1 addition & 1 deletion config/capz/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: gcr.io/k8s-staging-cluster-api-azure/cluster-api-azure-controller:latest
- image: ghcr.io/pluralsh/cluster-api-azure-controller:v1.9.7
name: manager

0 comments on commit e47c7e3

Please sign in to comment.