File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 59
59
with:
60
60
context: .
61
61
load: true
62
- tags: amazeeiolocal /aergia:test-tag
62
+ tags: testlagoon /aergia:test-tag
63
63
- name: Run Tests
64
64
run: |
65
- kind load docker-image amazeeiolocal /aergia:test-tag --name chart-testing
65
+ kind load docker-image testlagoon /aergia:test-tag --name chart-testing
66
66
make controller-test
Original file line number Diff line number Diff line change 24
24
with:
25
25
# list of Docker images to use as base name for tags
26
26
images: |
27
- amazeeio /aergia
28
- ghcr.io/amazeeio /aergia
27
+ uselagoon /aergia
28
+ ghcr.io/uselagoon /aergia
29
29
-
30
30
name: Set up QEMU
31
31
uses: docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 1
1
2
2
# Image URL to use all building/pushing image targets
3
- IMG ?= amazeeiolocal /aergia:test-tag
3
+ IMG ?= testlagoon /aergia:test-tag
4
4
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
5
5
CRD_OPTIONS ?= "crd:trivialVersions=true"
6
6
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ spec:
258
258
name: backend
259
259
command:
260
260
- /manager
261
- image: amazeeiolocal /aergia:test-tag
261
+ image: testlagoon /aergia:test-tag
262
262
name: manager
263
263
resources:
264
264
limits:
You can’t perform that action at this time.
0 commit comments