Skip to content

Commit

Permalink
build: use non-amazeeio namespace for images
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Apr 26, 2024
1 parent 3df64ca commit 13da7ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aergia-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
with:
context: .
load: true
tags: amazeeiolocal/aergia:test-tag
tags: testlagoon/aergia:test-tag
- name: Run Tests
run: |
kind load docker-image amazeeiolocal/aergia:test-tag --name chart-testing
kind load docker-image testlagoon/aergia:test-tag --name chart-testing
make controller-test
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
amazeeio/aergia
ghcr.io/amazeeio/aergia
uselagoon/aergia
ghcr.io/uselagoon/aergia
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Image URL to use all building/pushing image targets
IMG ?= amazeeiolocal/aergia:test-tag
IMG ?= testlagoon/aergia:test-tag
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true"

Expand Down
2 changes: 1 addition & 1 deletion test-resources/aergia-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
name: backend
command:
- /manager
image: amazeeiolocal/aergia:test-tag
image: testlagoon/aergia:test-tag
name: manager
resources:
limits:
Expand Down

0 comments on commit 13da7ac

Please sign in to comment.