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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2019-06-03 15:10:02 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2019-06-03 15:10:02 +0300
commit73a083be339509a1b14de2451152ac7d02b73167 (patch)
treefe9efcf74f713b2a3a166808aeaa1d3cc7f453a5 /app/models/clusters/applications
parent205f0d0cfe7ff47ead965ff120599dc3f2453974 (diff)
Update GitLab Runner Helm Chart to 0.5.2
Diffstat (limited to 'app/models/clusters/applications')
-rw-r--r--app/models/clusters/applications/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clusters/applications/runner.rb b/app/models/clusters/applications/runner.rb
index 0dff91c3fe2..db7fd8524c2 100644
--- a/app/models/clusters/applications/runner.rb
+++ b/app/models/clusters/applications/runner.rb
@@ -3,7 +3,7 @@
module Clusters
module Applications
class Runner < ApplicationRecord
- VERSION = '0.5.1'.freeze
+ VERSION = '0.5.2'.freeze
self.table_name = 'clusters_applications_runners'