Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVEREST-1884 add PSMDB 1.19.1 #1099

Merged
merged 8 commits into from
Feb 25, 2025
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/oapi-codegen/runtime v1.1.1
github.com/operator-framework/api v0.27.0
github.com/operator-framework/operator-lifecycle-manager v0.27.0
github.com/percona/everest-operator v0.6.0-dev1.0.20250131090446-40b6d1d65b10
github.com/percona/everest-operator v0.6.0-dev1.0.20250212152228-556650c6aa88
github.com/percona/percona-helm-charts/charts/everest v0.0.0-20250206203544-2d61a898d367
github.com/rodaine/table v1.3.0
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2232,8 +2232,8 @@ github.com/otiai10/copy v1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=
github.com/percona/everest-operator v0.6.0-dev1.0.20250131090446-40b6d1d65b10 h1:LI/o3pAYQdC+5h50MPbR7q4L7kMcuPN0TlsoiYxi4lc=
github.com/percona/everest-operator v0.6.0-dev1.0.20250131090446-40b6d1d65b10/go.mod h1:jpmlzDw0avyNWwmlBABbaHNZO4/G3q9AonI1GoXfQfE=
github.com/percona/everest-operator v0.6.0-dev1.0.20250212152228-556650c6aa88 h1:wEMO3qzq8e0ErbLQWRRlPKWEZim3Cj0EcdHI5bxCkvM=
github.com/percona/everest-operator v0.6.0-dev1.0.20250212152228-556650c6aa88/go.mod h1:jpmlzDw0avyNWwmlBABbaHNZO4/G3q9AonI1GoXfQfE=
github.com/percona/percona-backup-mongodb v1.8.1-0.20241212160532-0157f87a7eee h1:LtitxWyhBqCNjIZqdvsSEPBd2HPg11lDBlIExTQAbGQ=
github.com/percona/percona-backup-mongodb v1.8.1-0.20241212160532-0157f87a7eee/go.mod h1:zikIUTNTflfcth3ZJRqhvW8+7Jj38aVlg+wSV1jwnxo=
github.com/percona/percona-helm-charts/charts/everest v0.0.0-20250206203544-2d61a898d367 h1:OawISaw1ZWLaLxddWTO9KGBuXofGY4KovB2hjPhW1+8=
Expand Down
Loading