Skip to content

Commit

Permalink
logserver not restarted when zuul-ssh-key change
Browse files Browse the repository at this point in the history
Change-Id: I5de434c7e9884dbb5490ada729dc42248e52368a
  • Loading branch information
morucci committed Sep 24, 2024
1 parent 297fce2 commit f1e837e
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.43] - 2024-09-20
Expand Down

0 comments on commit f1e837e

Please sign in to comment.