Skip to content

Commit 6b6e2d3

Browse files
authored
Merge pull request #13 from michalskrivanek/auto-update-fix
fix podman auto-update check
2 parents 728013d + c6e1786 commit 6b6e2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/exporter/ssh/ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (m *SSHHostManager) Apply(exporterConfig *v1alpha1.ExporterConfigTemplate,
238238
if dryRun {
239239
fmt.Printf(" ✅ Exporter container image is up to date\n")
240240
}
241-
case "true":
241+
case "pending":
242242
if dryRun {
243243
fmt.Printf(" 📄 Would update container %s\n", svcName)
244244
} else {

0 commit comments

Comments
 (0)