Skip to content

Commit 8364bb9

Browse files
chore: swaps to quay.io image (#97)
Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com>
1 parent 587ca61 commit 8364bb9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

maas-api/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
CONTAINER_ENGINE ?= podman
55

66
# Image settings
7-
REPO ?= ghcr.io/your-org/maas-api
7+
REPO ?= quay.io/opendatahub/maas-api
88
TAG ?= latest
99
FULL_IMAGE ?= $(REPO):$(TAG)
1010

maas-api/deploy/base/params.env

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

maas-api/deploy/overlays/dev/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
2323
images:
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

2828
secretGenerator:

0 commit comments

Comments
 (0)