Skip to content

Commit

Permalink
Merge pull request #60 from mrbobbytables/reg
Browse files Browse the repository at this point in the history
🌱 Update references from k8s.gcr.io to registry.k8s.io
  • Loading branch information
k8s-ci-robot authored Feb 13, 2023
2 parents 2437709 + a5ae45c commit 2aae1f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ENVSUBST := $(abspath $(TOOLS_BIN_DIR)/envsubst)

# Define Docker related variables. Releases should modify and double check these vars.
REGISTRY ?= gcr.io/$(shell gcloud config get-value project)
PROD_REGISTRY ?= k8s.gcr.io/cluster-api
PROD_REGISTRY ?= registry.k8s.io/cluster-api

STAGING_REGISTRY ?= gcr.io/k8s-staging-cluster-api
STAGING_BUCKET ?= artifacts.k8s-staging-cluster-api.appspot.com
Expand Down
4 changes: 2 additions & 2 deletions internal/controllers/component_customizer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestCustomizeDeployment(t *testing.T) {
Spec: corev1.PodSpec{
Containers: []corev1.Container{{
Name: "manager",
Image: "k8s.gcr.io/a-manager:1.6.2",
Image: "registry.k8s.io/a-manager:1.6.2",
Env: []corev1.EnvVar{
{
Name: "test1",
Expand Down Expand Up @@ -451,7 +451,7 @@ func TestCustomizeDeployment(t *testing.T) {
Containers: []corev1.Container{
{
Name: "manager",
Image: "k8s.gcr.io/a-manager:1.6.2",
Image: "registry.k8s.io/a-manager:1.6.2",
Env: []corev1.EnvVar{
{
Name: "test1",
Expand Down

0 comments on commit 2aae1f6

Please sign in to comment.