Skip to content

Commit c6e1786

Browse files
michalskrivanekmangelajo
authored andcommitted
fix podman auto-update check
1 parent 728013d commit c6e1786

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)