Skip to content

Commit

Permalink
fix: update provider-res version in tke
Browse files Browse the repository at this point in the history
  • Loading branch information
Shangru-WU authored and QianChenglong committed Mar 30, 2020
1 parent dbde12a commit 00989b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tke-installer/app/installer/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var components = Components{
Busybox: containerregistry.Image{Name: "busybox", Tag: "1.31.1"},
InfluxDB: containerregistry.Image{Name: "influxdb", Tag: "1.7.9"},

ProviderRes: containerregistry.Image{Name: "provider-res", Tag: "v1.16.6-3"},
ProviderRes: containerregistry.Image{Name: "provider-res", Tag: "v1.16.6-4"},

TKEAuthAPI: containerregistry.Image{Name: "tke-auth-api", Tag: Version},
TKEAuthController: containerregistry.Image{Name: "tke-auth-controller", Tag: Version},
Expand Down

0 comments on commit 00989b6

Please sign in to comment.