Skip to content

Commit

Permalink
feat: upgrade galaxy version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
QianChenglong committed Feb 28, 2020
1 parent d3a1711 commit d8da656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/platform/controller/addon/ipam/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (c Components) Get(name string) *containerregistry.Image {

var versionMap = map[string]Components{
LatestVersion: {
IPAM: containerregistry.Image{Name: "galaxy-ipam", Tag: "v1.0.1"},
IPAM: containerregistry.Image{Name: "galaxy-ipam", Tag: "v1.0.2"},
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (c Components) Get(name string) *containerregistry.Image {

var versionMap = map[string]Components{
LatestVersion: {
GalaxyDaemon: containerregistry.Image{Name: "galaxy", Tag: "v1.0.0"},
GalaxyDaemon: containerregistry.Image{Name: "galaxy", Tag: "v1.0.2"},
Flannel: containerregistry.Image{Name: "flannel", Tag: "v0.10.0"},
},
}
Expand Down

0 comments on commit d8da656

Please sign in to comment.