File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
charts/control-plane-operator Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IMG ?= $(IMG_BASE):$(IMG_VERSION)
88# Pick from https://storage.googleapis.com/kubebuilder-tools
99ENVTEST_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 ) "}
1212SET_BASE_DIR := $(eval BASE_DIR=$(shell git rev-parse --show-toplevel) )
1313GENERATED_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
9090lint :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
101101localbin :
Original file line number Diff line number Diff line change 55replicaCount : 1
66
77image :
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
Original file line number Diff line number Diff line change 55replicaCount: 1
66
77image:
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
Original file line number Diff line number Diff line change 1- E2E_IMAGES = {"cloud-orchestration /control-plane-operator":"control-plane-operator:dev"}
1+ E2E_IMAGES = {"openmcp-project /control-plane-operator":"control-plane-operator:dev"}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
3131)
3232
3333var (
34- UutControllerKey = "cloud-orchestration /control-plane-operator"
34+ UutControllerKey = "openmcp-project /control-plane-operator"
3535
3636 testEnv env.Environment
3737)
You can’t perform that action at this time.
0 commit comments