gitlab-org--gitlab-foss/lib/gitlab/kubernetes/helm.rb

9 lines
151 B
Ruby
Raw Normal View History

module Gitlab
2017-11-02 15:57:18 +00:00
module Kubernetes
module Helm
HELM_VERSION = '2.7.2'.freeze
NAMESPACE = 'gitlab-managed-apps'.freeze
end
end
end