summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTiger Watson <twatson@gitlab.com>2019-05-28 13:15:51 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-05-28 13:15:51 +0000
commit1ebc44dd45f305068262c59d71a995fa2b569f64 (patch)
tree635a8de9033395caae040f785b3d6c7077667518 /spec
parent04724a1768c55b984cfca4cd5b73c47e66a1b8f7 (diff)
downloadgitlab-ce-1ebc44dd45f305068262c59d71a995fa2b569f64.tar.gz
Update Knative version due to a security vulnerability
Diffstat (limited to 'spec')
-rw-r--r--spec/models/clusters/applications/knative_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/clusters/applications/knative_spec.rb b/spec/models/clusters/applications/knative_spec.rb
index 5e68f2634da..405b5ad691c 100644
--- a/spec/models/clusters/applications/knative_spec.rb
+++ b/spec/models/clusters/applications/knative_spec.rb
@@ -109,7 +109,7 @@ describe Clusters::Applications::Knative do
subject { knative.install_command }
it 'is initialized with latest version' do
- expect(subject.version).to eq('0.3.0')
+ expect(subject.version).to eq('0.5.0')
end
it_behaves_like 'a command'