From 95751f1c6968733a49f10b9894f3a83631fd7e1f Mon Sep 17 00:00:00 2001 From: Alexandr Demicev Date: Wed, 10 Jul 2024 13:05:15 +0200 Subject: [PATCH] Change organisation name in Makefile Signed-off-by: Alexandr Demicev --- Makefile | 6 +++--- bootstrap/config/default/manager_image_patch.yaml | 2 +- controlplane/config/default/manager_image_patch.yaml | 2 +- test/e2e/config/e2e_conf.yaml | 4 ++-- tilt-provider.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 38bec43c..53b63895 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ export KREW_ROOT := $(abspath $(TOOLS_BIN_DIR)) export PATH := $(KREW_ROOT)/bin:$(PATH) # Set --output-base for conversion-gen if we are not within GOPATH -ifneq ($(abspath $(ROOT_DIR)),$(shell go env GOPATH)/src/github.com/rancher-sandbox/cluster-api-provider-rke2) +ifneq ($(abspath $(ROOT_DIR)),$(shell go env GOPATH)/src/github.com/rancher/cluster-api-provider-rke2) CONVERSION_GEN_OUTPUT_BASE_CAPRKE2 := --output-base=$(ROOT_DIR)/$(CAPRKE2_DIR) CONVERSION_GEN_OUTPUT_BASE_CAPBPR := --output-base=$(ROOT_DIR)/$(CAPBPR_DIR) else @@ -115,7 +115,7 @@ TAG ?= dev ARCH ?= $(shell go env GOARCH) ALL_ARCH = amd64 arm arm64 ppc64le s390x REGISTRY ?= ghcr.io -ORG ?= rancher-sandbox +ORG ?= rancher CONTROLLER_IMAGE_NAME := cluster-api-provider-rke2 BOOTSTRAP_IMAGE_NAME := $(CONTROLLER_IMAGE_NAME)-bootstrap CONTROLPLANE_IMAGE_NAME = $(CONTROLLER_IMAGE_NAME)-controlplane @@ -500,7 +500,7 @@ release-manifests: $(RELEASE_DIR) $(KUSTOMIZE) ## Build the manifests to publish .PHONY: release-notes release-notes: $(RELEASE_DIR) $(GH) if [ -n "${PRE_RELEASE}" ]; then \ - echo ":rotating_light: This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an [issue](https://github.com/rancher-sandbox/cluster-api-provider-rke2/issues/new)." > $(RELEASE_DIR)/CHANGELOG.md; \ + echo ":rotating_light: This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an [issue](https://github.com/rancher/cluster-api-provider-rke2/issues/new)." > $(RELEASE_DIR)/CHANGELOG.md; \ else \ $(GH) api repos/$(ORG)/$(GH_REPO_NAME)/releases/generate-notes -F tag_name=$(VERSION) -F previous_tag_name=$(PREVIOUS_VERSION) --jq '.body' > $(RELEASE_DIR)/CHANGELOG.md; \ fi diff --git a/bootstrap/config/default/manager_image_patch.yaml b/bootstrap/config/default/manager_image_patch.yaml index 3f091cd1..31774009 100644 --- a/bootstrap/config/default/manager_image_patch.yaml +++ b/bootstrap/config/default/manager_image_patch.yaml @@ -7,5 +7,5 @@ spec: template: spec: containers: - - image: ghcr.io/rancher-sandbox/cluster-api-provider-rke2-bootstrap:dev + - image: ghcr.io/rancher/cluster-api-provider-rke2-bootstrap:dev name: manager \ No newline at end of file diff --git a/controlplane/config/default/manager_image_patch.yaml b/controlplane/config/default/manager_image_patch.yaml index df030422..8e19484f 100644 --- a/controlplane/config/default/manager_image_patch.yaml +++ b/controlplane/config/default/manager_image_patch.yaml @@ -7,5 +7,5 @@ spec: template: spec: containers: - - image: ghcr.io/rancher-sandbox/cluster-api-provider-rke2-controlplane:dev + - image: ghcr.io/rancher/cluster-api-provider-rke2-controlplane:dev name: manager \ No newline at end of file diff --git a/test/e2e/config/e2e_conf.yaml b/test/e2e/config/e2e_conf.yaml index 2b4257ff..2582d8b2 100644 --- a/test/e2e/config/e2e_conf.yaml +++ b/test/e2e/config/e2e_conf.yaml @@ -5,9 +5,9 @@ images: loadBehavior: tryLoad - name: ghcr.io/rancher-sandbox/cluster-api-provider-rke2-controlplane:v0.4.0 loadBehavior: tryLoad - - name: ghcr.io/rancher-sandbox/cluster-api-provider-rke2-bootstrap:dev + - name: ghcr.io/rancher/cluster-api-provider-rke2-bootstrap:dev loadBehavior: mustLoad - - name: ghcr.io/rancher-sandbox/cluster-api-provider-rke2-controlplane:dev + - name: ghcr.io/rancher/cluster-api-provider-rke2-controlplane:dev loadBehavior: mustLoad - name: quay.io/jetstack/cert-manager-cainjector:v1.14.4 loadBehavior: tryLoad diff --git a/tilt-provider.json b/tilt-provider.json index ac99f3f4..6642138e 100644 --- a/tilt-provider.json +++ b/tilt-provider.json @@ -3,7 +3,7 @@ "name": "rke2-control-plane", "config": { "context": "controlplane", - "image": "ghcr.io/rancher-sandbox/cluster-api-provider-rke2-controlplane:dev", + "image": "ghcr.io/rancher/cluster-api-provider-rke2-controlplane:dev", "live_reload_deps": [ "main.go", "go.mod", @@ -21,7 +21,7 @@ "name": "rke2-bootstrap", "config": { "context": "bootstrap", - "image": "ghcr.io/rancher-sandbox/cluster-api-provider-rke2-bootstrap:dev", + "image": "ghcr.io/rancher/cluster-api-provider-rke2-bootstrap:dev", "live_reload_deps": [ "main.go", "go.mod",