Merge branch 'update-gitlab-runner-helm-chart-to-0-5-2' into 'master'
Update GitLab Runner Helm Chart to 0.5.2/11.11.2 See merge request gitlab-org/gitlab-ce!29050
This commit is contained in:
commit
366d925d5b
2 changed files with 6 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Update GitLab Runner Helm Chart to 0.5.2
|
||||
merge_request: 29050
|
||||
author:
|
||||
type: other
|
Loading…
Reference in a new issue