File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44CONTAINER_ENGINE ?= podman
55
66# Image settings
7- REPO ?= ghcr .io/your-org /maas-api
7+ REPO ?= quay .io/opendatahub /maas-api
88TAG ?= latest
99FULL_IMAGE ?= $(REPO ) :$(TAG )
1010
Original file line number Diff line number Diff line change 11# Image configuration
2- maas-api-image = ghcr .io/redhat-et /maas-key-manager :latest
2+ maas-api-image = quay .io/opendatahub /maas-api :latest
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ patches:
1919- path : patches/debug-mode-patch.yaml
2020
2121# Overwrite the image to use the local image set through kustomize edit set image
22- # This is needed because the image is set to ghcr.io/redhat-et/maas-key-manager in the base/deployment.yaml using params.env "injection"
22+ # This is needed because the image is set in the base/deployment.yaml using params.env "injection"
2323images :
24- - name : ghcr.io/redhat-et/ maas-key-manager
25- newName : maas-api
24+ - name : maas-api
25+ newName : quay.io/opendatahub/ maas-api:latest
2626 newTag : latest
2727
2828secretGenerator :
You can’t perform that action at this time.
0 commit comments