Skip to content

Commit

Permalink
k8s-cloud-builder: update variants and add bulleyes
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <[email protected]>
  • Loading branch information
cpanato committed Sep 28, 2021
1 parent 0ff1922 commit 830da9f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
variants:
cross1.17:
v1.23-cross1.17-bullseye:
CONFIG: 'cross1.17'
KUBE_CROSS_VERSION: 'v1.23.0-go1.17.1-bullseye.1'
v1.23-cross1.17-buster:
CONFIG: 'cross1.17'
KUBE_CROSS_VERSION: 'v1.23.0-go1.17.1-buster.0'
cross1.16:
v1.22-cross1.16-buster:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.22.0-go1.16.8-buster.0'
v1.21-cross1.16-buster:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.21.0-go1.16.8-buster.0'
cross1.15:
CONFIG: 'cross1.15'
KUBE_CROSS_VERSION: 'v1.15.15-1'
Expand Down

0 comments on commit 830da9f

Please sign in to comment.