Skip to content

Commit

Permalink
bump image tags for v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Abdulhussein committed Mar 22, 2018
1 parent fcebc6d commit f910949
Show file tree
Hide file tree
Showing 5 changed files with 1,177 additions and 1,177 deletions.
2 changes: 1 addition & 1 deletion generated/statik/statik.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions manifests/apprepository.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ local labels = {
serviceAccountName: $.serviceaccount.metadata.name,
containers_+: {
default: kube.Container("controller") {
image: "kubeapps/apprepository-controller:v0.3.0",
image: "kubeapps/apprepository-controller:v0.5.0",
command: ["/apprepository-controller"],
args: ["--logtostderr", "--repo-sync-image=kubeapps/chart-repo:v0.3.0"],
args: ["--logtostderr", "--repo-sync-image=kubeapps/chart-repo:v0.5.0"],
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion manifests/chartsvc.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local labels = {
spec+: {
containers_+: {
default: kube.Container("chartsvc") {
image: "kubeapps/chartsvc:v0.2.0",
image: "kubeapps/chartsvc:v0.5.0",
env_+: {
MONGO_PASSWORD: kube.SecretKeyRef($.mongodb_secret, "mongodb-root-password"),
},
Expand Down
2 changes: 1 addition & 1 deletion manifests/kubeapps-dashboard.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local HashedConfigMap(name) = kube.ConfigMap(name) {
spec+: {
containers_+: {
default: kube.Container("dashboard") {
image: "kubeapps/dashboard:v0.4.0",
image: "kubeapps/dashboard:v0.5.0",
ports_: {
http: {containerPort: 8080, protocol: "TCP"},
},
Expand Down
Loading

0 comments on commit f910949

Please sign in to comment.