Commit 1468db1d authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'update-jupyter-to-0-9-0' into 'master'

Update managed jupyter chart to 0.9.0 (stable)

See merge request gitlab-org/gitlab!30393
parents 87c31380 6b3ede8d
......@@ -5,7 +5,7 @@ require 'securerandom'
module Clusters
module Applications
class Jupyter < ApplicationRecord
VERSION = '0.9.0-beta.2'
VERSION = '0.9.0'
self.table_name = 'clusters_applications_jupyter'
......
---
title: Update managed jupyter chart to 0.9.0 (stable)
merge_request: 30393
author:
type: changed
......@@ -57,7 +57,7 @@ describe Clusters::Applications::Jupyter do
it 'is initialized with 4 arguments' do
expect(subject.name).to eq('jupyter')
expect(subject.chart).to eq('jupyter/jupyterhub')
expect(subject.version).to eq('0.9.0-beta.2')
expect(subject.version).to eq('0.9.0')
expect(subject).to be_rbac
expect(subject.repository).to eq('https://jupyterhub.github.io/helm-chart/')
......@@ -76,7 +76,7 @@ describe Clusters::Applications::Jupyter do
let(:jupyter) { create(:clusters_applications_jupyter, :errored, version: '0.0.1') }
it 'is initialized with the locked version' do
expect(subject.version).to eq('0.9.0-beta.2')
expect(subject.version).to eq('0.9.0')
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment