Skip to content

Commit

Permalink
Merge "logserver not restarted when zuul-ssh-key change"
Browse files Browse the repository at this point in the history
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Oct 15, 2024
2 parents 53c3ecc + f1e837e commit 483753d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions controllers/logserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ func (r *SFController) DeployLogserver() bool {
"httpd-image": base.HTTPDImage(),
"purgelogs-image": base.PurgelogsImage(),
"sshd-image": base.SSHDImage(),
"authorized-key": utils.Checksum(pubKey),
}

current, stsUpdated := r.ensureStatefulset(sts)
Expand Down
3 changes: 3 additions & 0 deletions doc/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file.
### Removed
### Changed
### Fixed

- logserver not restarted when zuul-ssh-key change

### Security

## [v0.0.44] - 2024-10-08
Expand Down

0 comments on commit 483753d

Please sign in to comment.