Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
bootkube: Use new bootkube image
Browse files Browse the repository at this point in the history
This commits updates the bootkube image to use a new one which merges
the latest upstream bootkube to our forked one.

Image tag `7047a87` corresponds the merge commit of `kinvolk-master`
branch in `kinvolk/bootkube`

Signed-off-by: Imran Pochi <imran@kinvolk.io>
  • Loading branch information
ipochi committed Aug 10, 2020
1 parent da23121 commit 9812051
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ storage:
--volume bootstrap,kind=host,source=/etc/kubernetes \
--mount volume=bootstrap,target=/etc/kubernetes \
$${RKT_OPTS} \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-amd64 \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-7047a87-amd64 \
--insecure-options=image \
--net=host \
--dns=host \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ storage:
--volume bootstrap,kind=host,source=/etc/kubernetes \
--mount volume=bootstrap,target=/etc/kubernetes \
$${RKT_OPTS} \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-amd64 \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-7047a87-amd64 \
--insecure-options=image \
--net=host \
--dns=host \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ storage:
--volume bootstrap,kind=host,source=/etc/kubernetes \
--mount volume=bootstrap,target=/etc/kubernetes \
$${RKT_OPTS} \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-amd64 \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-7047a87-amd64 \
--insecure-options=image \
--net=host \
--dns=host \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ storage:
--volume bootstrap,kind=host,source=/etc/kubernetes \
--mount volume=bootstrap,target=/etc/kubernetes \
$${RKT_OPTS} \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-amd64 \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-7047a87-amd64 \
--insecure-options=image \
--net=host \
--dns=host \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ storage:
--volume bootstrap,kind=host,source=/etc/kubernetes \
--mount volume=bootstrap,target=/etc/kubernetes \
$${RKT_OPTS} \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-amd64 \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-7047a87-amd64 \
--insecure-options=image \
--net=host \
--dns=host \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ storage:
--volume bootstrap,kind=host,source=/etc/kubernetes \
--mount volume=bootstrap,target=/etc/kubernetes \
$${RKT_OPTS} \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-${os_arch} \
docker://quay.io/kinvolk/bootkube:v0.14.0-helm-7047a87-${os_arch} \
--insecure-options=image \
--net=host \
--dns=host \
Expand Down
24 changes: 12 additions & 12 deletions pkg/assets/generated_assets.go

Large diffs are not rendered by default.

0 comments on commit 9812051

Please sign in to comment.