8 lines
151 B
Ruby
8 lines
151 B
Ruby
module Gitlab
|
|
module Kubernetes
|
|
module Helm
|
|
HELM_VERSION = '2.7.0'.freeze
|
|
NAMESPACE = 'gitlab-managed-apps'.freeze
|
|
end
|
|
end
|
|
end
|