Skip to content

Commit 50594af

Browse files
fix: remove cloud-orchestration occurrences
1 parent 5b82b47 commit 50594af

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IMG ?= $(IMG_BASE):$(IMG_VERSION)
88
# Pick from https://storage.googleapis.com/kubebuilder-tools
99
ENVTEST_K8S_VERSION = 1.30.0
1010

11-
export UUT_IMAGES = {"cloud-orchestration/control-plane-operator":"$(IMG)"}
11+
export UUT_IMAGES = {"openmcp-project/control-plane-operator":"$(IMG)"}
1212
SET_BASE_DIR := $(eval BASE_DIR=$(shell git rev-parse --show-toplevel))
1313
GENERATED_DIR := ${BASE_DIR}/hack/.generated
1414

@@ -86,16 +86,16 @@ golangci-lint: localbin ## Download golangci-lint locally if necessary. If wrong
8686
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(LOCALBIN) $(LINTER_VERSION) )
8787

8888

89-
.PHONY: lint
89+
.PHONY: lint
9090
lint:golangci-lint ## Run golangci-lint to lint code
9191
$(LOCALBIN)/golangci-lint run ./... --timeout=15m
9292

9393
.PHONY: tidy
94-
tidy:
94+
tidy:
9595
go mod tidy -e
9696

9797
.PHONY: verify
98-
verify: lint goimports vet
98+
verify: lint goimports vet
9999

100100
.PHONY: localbin
101101
localbin:

charts/control-plane-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: deploy-releases-hyperspace-docker.common.repositories.cloud.sap/cloud-orchestration/control-plane-operator
8+
repository: ghcr.io/openmcp-project/github.com/openmcp-project/control-plane-operator/images/control-plane-operator‚
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: 0.1.3

charts/control-plane-operator/values.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: deploy-releases-hyperspace-docker.common.repositories.cloud.sap/cloud-orchestration/control-plane-operator
8+
repository: ghcr.io/openmcp-project/github.com/openmcp-project/control-plane-operator/images/control-plane-operator
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: $OPERATOR_VERSION

e2e.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
E2E_IMAGES={"cloud-orchestration/control-plane-operator":"control-plane-operator:dev"}
1+
E2E_IMAGES={"openmcp-project/control-plane-operator":"control-plane-operator:dev"}

test/e2e/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
)
3232

3333
var (
34-
UutControllerKey = "cloud-orchestration/control-plane-operator"
34+
UutControllerKey = "openmcp-project/control-plane-operator"
3535

3636
testEnv env.Environment
3737
)

0 commit comments

Comments
 (0)