Skip to content

EVEREST-1651 Fix setting BackupStorageName into DatabaseCluster.labels #1189

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

Merged
merged 9 commits into from
Apr 30, 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.20250225113755-a3ec50251812
github.com/percona/everest-operator v0.6.0-dev1.0.20250307085112-6f1ab60c0797
github.com/percona/percona-helm-charts/charts/everest v0.0.0-20250303201303-d0a9b3ab002d
github.com/rodaine/table v1.3.0
github.com/spf13/cobra v1.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2233,8 +2233,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.20250225113755-a3ec50251812 h1:mXpaVPDDa9H3YXdI5h+hwAebKVAv/CvKDQNQE321CFw=
github.com/percona/everest-operator v0.6.0-dev1.0.20250225113755-a3ec50251812/go.mod h1:MNgmJP9Q0YFIUaQbwL99YT5vCDng8yE//aNyC6F3Yx8=
github.com/percona/everest-operator v0.6.0-dev1.0.20250307085112-6f1ab60c0797 h1:BjN8vd8KihJ0q9OLCbH/d465pfG4mAtoVR7FiKn7SHg=
github.com/percona/everest-operator v0.6.0-dev1.0.20250307085112-6f1ab60c0797/go.mod h1:reyVndfDi1y21P58D45w/+6EWqTnZbN9AGEYKU3RpFs=
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-20250303201303-d0a9b3ab002d h1:v/jNZ93XiWCFiVd/Kn4ThaOXwxtt4WigJx0J22Z0abI=
Expand Down
Loading