Skip to content

Commit 06d987e

Browse files
committed
bump helm-operator-plugins to v0.3.0; disable failure rollbacks
Signed-off-by: Joe Lanford <[email protected]>
1 parent 235e3d4 commit 06d987e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

cmd/manager/main.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ func main() {
176176
os.Exit(1)
177177
}
178178

179-
acg, err := helmclient.NewActionClientGetter(cfgGetter)
179+
acg, err := helmclient.NewActionClientGetter(cfgGetter,
180+
helmclient.WithFailureRollbacks(false),
181+
)
180182
if err != nil {
181183
setupLog.Error(err, "unable to create helm client")
182184
os.Exit(1)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/google/go-cmp v0.6.0
1212
github.com/operator-framework/api v0.26.0
1313
github.com/operator-framework/catalogd v0.17.0
14-
github.com/operator-framework/helm-operator-plugins v0.2.2-0.20240520180534-f463c36fedf9
14+
github.com/operator-framework/helm-operator-plugins v0.3.0
1515
github.com/operator-framework/operator-registry v1.44.0
1616
github.com/operator-framework/rukpak v0.24.0
1717
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,8 @@ github.com/operator-framework/api v0.26.0 h1:YVntU2NkVl5zSLLwK5kFcH6P3oSvN9QDgTs
608608
github.com/operator-framework/api v0.26.0/go.mod h1:3IxOwzVUeGxYlzfwKCcfCyS+q3EEhWA/4kv7UehbeyM=
609609
github.com/operator-framework/catalogd v0.17.0 h1:Vsl32qKf2nKbAnKNfJ6eREOkirx5+oxpUuSwMxGS/dc=
610610
github.com/operator-framework/catalogd v0.17.0/go.mod h1:7zVv39zlmvJvRePtRzdMRqn8s/WRH4ALXMJCKNQMKmc=
611-
github.com/operator-framework/helm-operator-plugins v0.2.2-0.20240520180534-f463c36fedf9 h1:f7/TMBpuIZEQ3JbD9UyP1L1ZCSLLWdR2aPN+A+dOHFY=
612-
github.com/operator-framework/helm-operator-plugins v0.2.2-0.20240520180534-f463c36fedf9/go.mod h1:ly6Bd9rSzmt37Wy6WtZHmA+IY9zG958MryJFLcVpCXw=
611+
github.com/operator-framework/helm-operator-plugins v0.3.0 h1:LNhcb5nPT/TAxZSsKH2LTYh79RgiN2twGFptQR96sRM=
612+
github.com/operator-framework/helm-operator-plugins v0.3.0/go.mod h1:ly6Bd9rSzmt37Wy6WtZHmA+IY9zG958MryJFLcVpCXw=
613613
github.com/operator-framework/operator-lib v0.14.0 h1:er+BgZymZD1im2wytLJiPLZpGALAX6N0gXaHx3PKbO4=
614614
github.com/operator-framework/operator-lib v0.14.0/go.mod h1:wUu4Xb9xzXnIpglvaZ3yucTMSlqGXHIoUEH9+5gWiu0=
615615
github.com/operator-framework/operator-registry v1.44.0 h1:NW5/xHYR77J2EUYm+6iBER1WNGLNS8gM+G5GBQWqTTs=

0 commit comments

Comments
 (0)