Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Jan 18, 2022
1 parent cf04cf4 commit 06c7b17
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
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/lagoon-builddeploy
ghcr.io/amazeeio/lagoon-builddeploy
uselagoon/remote-controller
ghcr.io/uselagoon/remote-controller
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/remote-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Create kind cluster
uses: helm/[email protected]
with:
node_image: kindest/node:v1.21.1
node_image: kindest/node:v1.22.0
config: test-resources/kind-config.yaml
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -56,7 +56,7 @@ jobs:
with:
context: .
load: true
tags: amazeeio/lagoon-builddeploy:test-tag
tags: uselagoon/remote-controller:test-tag
- name: Run Tests
run: |
export PATH=$PATH:/usr/local/kubebuilder/bin
Expand Down
6 changes: 6 additions & 0 deletions config/crd/bases/lagoon.amazee.io_lagoonbuilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ spec:
type: string
buildPhase:
type: string
clusterName:
type: string
endTime:
type: string
environment:
Expand Down Expand Up @@ -299,6 +301,8 @@ spec:
type: string
buildPhase:
type: string
clusterName:
type: string
endTime:
type: string
environment:
Expand Down Expand Up @@ -384,6 +388,8 @@ spec:
type: string
buildPhase:
type: string
clusterName:
type: string
endTime:
type: string
environment:
Expand Down
6 changes: 6 additions & 0 deletions config/crd/bases/lagoon.amazee.io_lagoontasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ spec:
type: string
buildPhase:
type: string
clusterName:
type: string
endTime:
type: string
environment:
Expand Down Expand Up @@ -267,6 +269,8 @@ spec:
type: string
buildPhase:
type: string
clusterName:
type: string
endTime:
type: string
environment:
Expand Down Expand Up @@ -352,6 +356,8 @@ spec:
type: string
buildPhase:
type: string
clusterName:
type: string
endTime:
type: string
environment:
Expand Down
2 changes: 1 addition & 1 deletion controllers/lagoonbuild_deletionhandlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func (r *LagoonBuildReconciler) cancelledBuildLogsToLagoonLogs(ctx context.Conte
BuildPhase: condition,
RemoteID: string(lagoonBuild.ObjectMeta.UID),
LogLink: lagoonBuild.Spec.Project.UILink,
Cluster: r.LagoonTargetName,
Cluster: r.LagoonTargetName,
},
}
// add the actual build log message
Expand Down

0 comments on commit 06c7b17

Please sign in to comment.