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
path: root/app
diff options
context:
space:
mode:
authorChris Baumbauer <cab@cabnetworks.net>2019-06-19 16:12:53 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-06-19 16:12:53 +0300
commitd3db5d1b67250055a08254d1895190a7817a7e3e (patch)
tree66498af905e0a75eac9b4b0789b78a25f19d33fa /app
parent22755a4aa2d2884629ef9050227ef461574d9d94 (diff)
Knative version bump 0.5 -> 0.6
Diffstat (limited to 'app')
-rw-r--r--app/models/clusters/applications/knative.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clusters/applications/knative.rb b/app/models/clusters/applications/knative.rb
index d5a3bd62e3d..5df4812bd25 100644
--- a/app/models/clusters/applications/knative.rb
+++ b/app/models/clusters/applications/knative.rb
@@ -3,7 +3,7 @@
module Clusters
module Applications
class Knative < ApplicationRecord
- VERSION = '0.5.0'.freeze
+ VERSION = '0.6.0'.freeze
REPOSITORY = 'https://storage.googleapis.com/triggermesh-charts'.freeze
METRICS_CONFIG = 'https://storage.googleapis.com/triggermesh-charts/istio-metrics.yaml'.freeze
FETCH_IP_ADDRESS_DELAY = 30.seconds