diff --git a/internal/resources/resources.go b/internal/resources/resources.go index b112ff03..0fbafe05 100644 --- a/internal/resources/resources.go +++ b/internal/resources/resources.go @@ -39,7 +39,7 @@ const ( // // When changing this to a new minor version, you must also update // the .prow.yaml accordingly and shift the jobs. - ImageTag = "v0.32.0" + ImageTag = "v0.32.1" appNameLabel = "app.kubernetes.io/name" appInstanceLabel = "app.kubernetes.io/instance"