Skip to content

Commit

Permalink
fix: test patch endpoint trying to update secrets when there were none (
Browse files Browse the repository at this point in the history
#2018)

* fix test patch endpoint trying to update secrets when there were none

* fix: update operator to v1.4.2
  • Loading branch information
nicufk committed Aug 8, 2022
1 parent e94e4bc commit 5e36b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -13,7 +13,7 @@ require (
github.com/gofiber/fiber/v2 v2.36.0
github.com/gookit/color v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/kubeshop/testkube-operator v1.4.0
github.com/kubeshop/testkube-operator v1.4.2
github.com/minio/minio-go/v7 v7.0.34
github.com/moogar0880/problems v0.1.1
github.com/olekukonko/tablewriter v0.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -432,8 +432,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubeshop/testkube-operator v1.4.0 h1:CGCwDTI2D5BMcWpDnr8Y9G5GiqTfHtnqIPik9d7XD98=
github.com/kubeshop/testkube-operator v1.4.0/go.mod h1:yYTgYLzQ4b97lGOlyrUXyywg1g0B8nUm2a6NpRRme1I=
github.com/kubeshop/testkube-operator v1.4.2 h1:g5CV3der44cGHhyBXB4OFy+l+Y/VE+bIZ1XE/NmQtLw=
github.com/kubeshop/testkube-operator v1.4.2/go.mod h1:yYTgYLzQ4b97lGOlyrUXyywg1g0B8nUm2a6NpRRme1I=
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=
github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
Expand Down

0 comments on commit 5e36b81

Please sign in to comment.