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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.20250408103821-238475bf8caa
github.com/percona/everest-operator v0.6.0-dev1.0.20250410064716-74834058bc00
github.com/percona/percona-helm-charts/charts/everest v0.0.0-20250331111537-4757a7ebe1dd
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 @@ -2245,8 +2245,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.20250408103821-238475bf8caa h1:tgh69x2EGfZ9EOAyKzoWcXcobRfq5FrBn/UrX3UUu+s=
github.com/percona/everest-operator v0.6.0-dev1.0.20250408103821-238475bf8caa/go.mod h1:lFCIXi5QtXkrMh5wft5AzhVV2YkH1BJUBJPeTXE8tbI=
github.com/percona/everest-operator v0.6.0-dev1.0.20250410064716-74834058bc00 h1:SiUjlhi9GhFs1o7fADVNkvf8a71EtoHULM/Fjq0VlVs=
github.com/percona/everest-operator v0.6.0-dev1.0.20250410064716-74834058bc00/go.mod h1:lFCIXi5QtXkrMh5wft5AzhVV2YkH1BJUBJPeTXE8tbI=
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-20250331111537-4757a7ebe1dd h1:Oc6I5s+2+hMCFYF1V7yK1AVrUFyfcBGkSbPztyk/ytU=
Expand Down
Loading