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

Commit

Permalink
Merge pull request #775 from kinvolk/imran/merged-upstream-bootkube-test
Browse files Browse the repository at this point in the history
bootkube: Use new bootkube image
  • Loading branch information
ipochi authored Aug 10, 2020
2 parents 0acfd02 + ccf38bc commit 817ac0e
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 817ac0e

Please sign in to comment.