summaryrefslogtreecommitdiff
path: root/app/models/clusters/applications
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-01-08 10:32:28 +1300
committerThong Kuah <tkuah@gitlab.com>2019-01-10 14:33:39 +1300
commit8fb86a73dc480094ba01c344f57b7f2c1a2dd1ab (patch)
tree87ca26c76ebee11fc457ef10c6b9954004892c2f /app/models/clusters/applications
parent4a6c7661edae664a7f6366201d017e24d8f42026 (diff)
downloadgitlab-ce-8fb86a73dc480094ba01c344f57b7f2c1a2dd1ab.tar.gz
Bump nginx-ingress chart to 1.1.2
Diffstat (limited to 'app/models/clusters/applications')
-rw-r--r--app/models/clusters/applications/ingress.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clusters/applications/ingress.rb b/app/models/clusters/applications/ingress.rb
index 7799f069742..7c15aaa4825 100644
--- a/app/models/clusters/applications/ingress.rb
+++ b/app/models/clusters/applications/ingress.rb
@@ -3,7 +3,7 @@
module Clusters
module Applications
class Ingress < ActiveRecord::Base
- VERSION = '0.23.0'.freeze
+ VERSION = '1.1.2'.freeze
self.table_name = 'clusters_applications_ingress'