Update GitLab Runner Helm Chart to 0.8.0
This commit is contained in:
parent
de385eee85
commit
5270e7e5af
2 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
module Clusters
|
module Clusters
|
||||||
module Applications
|
module Applications
|
||||||
class Runner < ApplicationRecord
|
class Runner < ApplicationRecord
|
||||||
VERSION = '0.7.0'.freeze
|
VERSION = '0.8.0'.freeze
|
||||||
|
|
||||||
self.table_name = 'clusters_applications_runners'
|
self.table_name = 'clusters_applications_runners'
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Update GitLab Runner Helm Chart to 0.8.0
|
||||||
|
merge_request: 32289
|
||||||
|
author:
|
||||||
|
type: other
|
Loading…
Reference in a new issue