Skip to content

Commit a5f3ecf

Browse files
stackit-skexoxys
andauthored
Use ghcr.io as container registry (#42)
Co-authored-by: Robert Kaussow <[email protected]>
1 parent f2d85f1 commit a5f3ecf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ SHELL = /usr/bin/env bash -o pipefail
55
BUILD_IMAGES ?= stackit-csi-plugin cloud-controller-manager
66
SOURCES := Makefile go.mod go.sum $(shell find $(DEST) -name '*.go' 2>/dev/null)
77
VERSION ?= $(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
1010
PLATFORMS ?= amd64 arm64
1111

1212
.PHONY: all

deploy/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
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

docs/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
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

0 commit comments

Comments
 (0)