File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ SHELL = /usr/bin/env bash -o pipefail
55BUILD_IMAGES ?= stackit-csi-plugin cloud-controller-manager
66SOURCES := Makefile go.mod go.sum $(shell find $(DEST ) -name '* .go' 2>/dev/null)
77VERSION ?= $(shell git describe --dirty --tags --match='v* ')
8- REGISTRY ?= reg3.infra.ske.eu01.stackit.cloud
9- REPO : = stackitcloud/cloud-provider-stackit
8+ REGISTRY ?= ghcr.io
9+ REPO ? = stackitcloud/cloud-provider-stackit-dev
1010PLATFORMS ?= amd64 arm64
1111
1212.PHONY : all
Original file line number Diff line number Diff line change 2424 terminationGracePeriodSeconds : 30
2525 containers :
2626 - name : stackit-cloud-controller-manager
27- image : registry.ske.stackit.cloud /stackitcloud/cloud-provider-stackit /cloud-provider-stackit:latest
27+ image : ghcr.io /stackitcloud/cloud-provider-stackit:latest
2828 args :
2929 - --cloud-provider=stackit
3030 - --webhook-secure-port=0
Original file line number Diff line number Diff line change 8484 serviceAccountName : stackit-cloud-controller-manager
8585 containers :
8686 - name : stackit-cloud-controller-manager
87- image : registry.ske.stackit.cloud /stackitcloud/cloud-provider-stackit /cloud-provider-stackit:latest
87+ image : ghcr.io /stackitcloud/cloud-provider-stackit:latest
8888 args :
8989 # CCM flags
9090 - --cloud-provider=stackit
You can’t perform that action at this time.
0 commit comments