summaryrefslogtreecommitdiff
path: root/app/helpers/container_registry_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/container_registry_helper.rb')
-rw-r--r--app/helpers/container_registry_helper.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/helpers/container_registry_helper.rb b/app/helpers/container_registry_helper.rb
index 1b77b639ce1..255b8183164 100644
--- a/app/helpers/container_registry_helper.rb
+++ b/app/helpers/container_registry_helper.rb
@@ -2,8 +2,7 @@
module ContainerRegistryHelper
def container_registry_expiration_policies_throttling?
- Feature.enabled?(:container_registry_expiration_policies_throttling) &&
- ContainerRegistry::Client.supports_tag_delete?
+ Feature.enabled?(:container_registry_expiration_policies_throttling, default_enabled: :yaml)
end
def container_repository_gid_prefix