Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2022-04-04 19:56:05 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-04-04 19:56:05 +0300
commit8cb970e296cc386673decee27c4087ad7ce4261e (patch)
tree9636236a8a3afe92dae374458f852bd7e4937ab0 /lib
parente53fdb0e75e65fc8ef698ff315ae2d374d21aa7f (diff)
Add GitLab Operator as a new product of the docs site
Diffstat (limited to 'lib')
-rw-r--r--lib/task_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/task_helpers.rb b/lib/task_helpers.rb
index f9e307bd..4b5cd1ea 100644
--- a/lib/task_helpers.rb
+++ b/lib/task_helpers.rb
@@ -1,6 +1,6 @@
require 'yaml'
-PRODUCTS = %w[ee omnibus runner charts].freeze
+PRODUCTS = %w[ee omnibus runner charts operator].freeze
VERSION_FORMAT = /^(?<major>\d{1,2})\.(?<minor>\d{1,2})$/.freeze
def config