Skip to content

Commit

Permalink
Merge branch 'main' into buildstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored Nov 8, 2022
2 parents 3920379 + b0daee2 commit a1b00fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions controllers/v1beta1/podmonitor_buildhandlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ Build %s
"lagoon.sh/buildStarted": "true",
},
},
"statusMessages": map[string]interface{}{},
}

condition := lagoonv1beta1.LagoonBuildConditions{
Expand Down
1 change: 1 addition & 0 deletions controllers/v1beta1/podmonitor_taskhandlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ Task %s
"lagoon.sh/taskStatus": string(taskCondition),
},
},
"statusMessages": map[string]interface{}{},
}

condition := lagoonv1beta1.LagoonTaskConditions{
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func main() {
"Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager.")
flag.BoolVar(&enableMQ, "enable-message-queue", true,
"Enable message queue to provide updates back to Lagoon.")
flag.StringVar(&overrideBuildDeployImage, "override-builddeploy-image", "uselagoon/kubectl-build-deploy-dind:latest",
flag.StringVar(&overrideBuildDeployImage, "override-builddeploy-image", "uselagoon/build-deploy-image:latest",
"The build and deploy image that should be used by builds started by the controller.")
flag.StringVar(&namespacePrefix, "namespace-prefix", "",
"The prefix that will be added to all namespaces that are generated, maximum 8 characters. (only used if random-prefix is set false)")
Expand Down

0 comments on commit a1b00fd

Please sign in to comment.