Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
11606a08
Commit
11606a08
authored
Dec 01, 2015
by
vaikas-google
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #139 from bmelville/137
Repository now stores latest manifest in deployment.
parents
d4bf89c5
b3e02360
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
repository.go
manager/repository/repository.go
+2
-0
No files found.
manager/repository/repository.go
View file @
11606a08
...
@@ -152,6 +152,8 @@ func (r *mapBasedRepository) AddManifest(deploymentName string, manifest *manage
...
@@ -152,6 +152,8 @@ func (r *mapBasedRepository) AddManifest(deploymentName string, manifest *manage
l
[
manifest
.
Name
]
=
manifest
l
[
manifest
.
Name
]
=
manifest
d
.
LatestManifest
=
manifest
.
Name
d
.
LatestManifest
=
manifest
.
Name
r
.
deployments
[
deploymentName
]
=
*
d
return
nil
return
nil
}()
}()
...
...
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