Merge branch 'update-gitlab-runner-helm-chart-to-0-6-0' into 'master'
Update GitLab Runner Helm Chart to 0.6.0/12.0.0 See merge request gitlab-org/gitlab-ce!29982
This commit is contained in:
commit
e8aff8351e
2 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
module Clusters
|
||||
module Applications
|
||||
class Runner < ApplicationRecord
|
||||
VERSION = '0.5.2'.freeze
|
||||
VERSION = '0.6.0'.freeze
|
||||
|
||||
self.table_name = 'clusters_applications_runners'
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Update GitLab Runner Helm Chart to 0.6.0
|
||||
merge_request: 29982
|
||||
author:
|
||||
type: other
|
Loading…
Reference in a new issue