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.

The name of the image tag will be changed upon successfull CI check.

Signed-off-by: Imran Pochi <imran@kinvolk.io>
  • Loading branch information
ipochi committed Aug 7, 2020
1 parent da23121 commit 2055675
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/imran/bootkube:merged-upstream-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/imran/bootkube:merged-upstream-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/imran/bootkube:merged-upstream-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/imran/bootkube:merged-upstream-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/imran/bootkube:merged-upstream-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/imran/bootkube:merged-upstream-${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 2055675

Please sign in to comment.