File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,9 @@ func main() {
176
176
os .Exit (1 )
177
177
}
178
178
179
- acg , err := helmclient .NewActionClientGetter (cfgGetter )
179
+ acg , err := helmclient .NewActionClientGetter (cfgGetter ,
180
+ helmclient .WithFailureRollbacks (false ),
181
+ )
180
182
if err != nil {
181
183
setupLog .Error (err , "unable to create helm client" )
182
184
os .Exit (1 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/google/go-cmp v0.6.0
12
12
github.com/operator-framework/api v0.26.0
13
13
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
15
15
github.com/operator-framework/operator-registry v1.44.0
16
16
github.com/operator-framework/rukpak v0.24.0
17
17
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -608,8 +608,8 @@ github.com/operator-framework/api v0.26.0 h1:YVntU2NkVl5zSLLwK5kFcH6P3oSvN9QDgTs
608
608
github.com/operator-framework/api v0.26.0 /go.mod h1:3IxOwzVUeGxYlzfwKCcfCyS+q3EEhWA/4kv7UehbeyM =
609
609
github.com/operator-framework/catalogd v0.17.0 h1:Vsl32qKf2nKbAnKNfJ6eREOkirx5+oxpUuSwMxGS/dc =
610
610
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 =
613
613
github.com/operator-framework/operator-lib v0.14.0 h1:er+BgZymZD1im2wytLJiPLZpGALAX6N0gXaHx3PKbO4 =
614
614
github.com/operator-framework/operator-lib v0.14.0 /go.mod h1:wUu4Xb9xzXnIpglvaZ3yucTMSlqGXHIoUEH9+5gWiu0 =
615
615
github.com/operator-framework/operator-registry v1.44.0 h1:NW5/xHYR77J2EUYm+6iBER1WNGLNS8gM+G5GBQWqTTs =
You can’t perform that action at this time.
0 commit comments