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
diff options
context:
space:
mode:
authorChris Baumbauer <cab@cabnetworks.net>2019-04-17 21:36:06 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-04-17 21:36:06 +0300
commit81d2c7b6fceae79b7c4be49b161160ddc2883aaa (patch)
tree4e7529ba3ba6a907762e8a1cfdc25a178dcb3802 /app/models/clusters/applications
parentdd7cb7bc60f828372dbe2cc8a30a70f97db12600 (diff)
Bump version of knative from 0.3 -> 0.5
Diffstat (limited to 'app/models/clusters/applications')
-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 f7e54833296..38cbc9ce8eb 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.3.0'.freeze
+ VERSION = '0.5.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