Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6859fb48
Commit
6859fb48
authored
Oct 08, 2019
by
Lucas Charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump ingress chart to 1.22.1
parent
81d60eb7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
app/models/clusters/applications/ingress.rb
app/models/clusters/applications/ingress.rb
+1
-1
changelogs/unreleased/28492-upgrade-ingress-to-latest.yml
changelogs/unreleased/28492-upgrade-ingress-to-latest.yml
+1
-1
spec/models/clusters/applications/ingress_spec.rb
spec/models/clusters/applications/ingress_spec.rb
+2
-2
No files found.
app/models/clusters/applications/ingress.rb
View file @
6859fb48
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
module
Clusters
module
Clusters
module
Applications
module
Applications
class
Ingress
<
ApplicationRecord
class
Ingress
<
ApplicationRecord
VERSION
=
'1.
1.2
'
VERSION
=
'1.
22.1
'
self
.
table_name
=
'clusters_applications_ingress'
self
.
table_name
=
'clusters_applications_ingress'
...
...
changelogs/unreleased/28492-upgrade-ingress-to-latest.yml
View file @
6859fb48
---
---
title
:
Unpin ingress image version,
default to installing latest
title
:
Unpin ingress image version,
upgrade chart to 1.22.1
merge_request
:
18047
merge_request
:
18047
author
:
author
:
type
:
added
type
:
added
spec/models/clusters/applications/ingress_spec.rb
View file @
6859fb48
...
@@ -96,7 +96,7 @@ describe Clusters::Applications::Ingress do
...
@@ -96,7 +96,7 @@ describe Clusters::Applications::Ingress do
it
'is initialized with ingress arguments'
do
it
'is initialized with ingress arguments'
do
expect
(
subject
.
name
).
to
eq
(
'ingress'
)
expect
(
subject
.
name
).
to
eq
(
'ingress'
)
expect
(
subject
.
chart
).
to
eq
(
'stable/nginx-ingress'
)
expect
(
subject
.
chart
).
to
eq
(
'stable/nginx-ingress'
)
expect
(
subject
.
version
).
to
eq
(
'1.
1.2
'
)
expect
(
subject
.
version
).
to
eq
(
'1.
22.1
'
)
expect
(
subject
).
to
be_rbac
expect
(
subject
).
to
be_rbac
expect
(
subject
.
files
).
to
eq
(
ingress
.
files
)
expect
(
subject
.
files
).
to
eq
(
ingress
.
files
)
end
end
...
@@ -113,7 +113,7 @@ describe Clusters::Applications::Ingress do
...
@@ -113,7 +113,7 @@ describe Clusters::Applications::Ingress do
let
(
:ingress
)
{
create
(
:clusters_applications_ingress
,
:errored
,
version:
'nginx'
)
}
let
(
:ingress
)
{
create
(
:clusters_applications_ingress
,
:errored
,
version:
'nginx'
)
}
it
'is initialized with the locked version'
do
it
'is initialized with the locked version'
do
expect
(
subject
.
version
).
to
eq
(
'1.
1.2
'
)
expect
(
subject
.
version
).
to
eq
(
'1.
22.1
'
)
end
end
end
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment