Skip to content

Commit

Permalink
Update zuul-weeder
Browse files Browse the repository at this point in the history
This change update the zuul-weeder service.

See: RHOSZUUL-2234
Change-Id: Id55b21da0e9bb425ca381af1484c4268053ecfda
  • Loading branch information
TristanCacqueray committed Feb 4, 2025
1 parent 669d270 commit 9386275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/weeder.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (r *SFController) EnsureZuulWeeder(checksum string) bool {
"serial": "1",
}

dep := base.MkDeployment(ident, r.ns, "quay.io/software-factory/zuul-weeder:latest", r.cr.Spec.ExtraLabels)
dep := base.MkDeployment(ident, r.ns, "ghcr.io/softwarefactory-project/zuul-weeder:latest", r.cr.Spec.ExtraLabels)
dep.Spec.Template.Spec.Containers[0].ImagePullPolicy = "Always"
dep.Spec.Template.ObjectMeta.Annotations = annotations
dep.Spec.Template.Spec.Volumes = []apiv1.Volume{
Expand Down
3 changes: 3 additions & 0 deletions doc/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.

### Added
### Changed

- zuul-weeder: updated the image to support job.role attribute

### Deprecated
### Removed
### Fixed
Expand Down

0 comments on commit 9386275

Please sign in to comment.