Skip to content

Commit

Permalink
Merge pull request #3925 from oshoval/bump
Browse files Browse the repository at this point in the history
Bump kubevirtci to support dual stack on k8s-1.18
  • Loading branch information
kubevirt-bot committed Aug 3, 2020
2 parents d38e5ac + 9d5adb7 commit dca824c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cluster-up-sha.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8a5463523c8bec2250c246e48566d3bc48d0232b
2c1c787152569aa0a543d6710da178c051c34a40
2 changes: 1 addition & 1 deletion cluster-up/cluster/images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ declare -A IMAGES
IMAGES[gocli]="gocli@sha256:0cec3163e5f8b050f129fa795b76c20cb1eb27c91564c63663160b095064a1f9"
if [ -z $KUBEVIRTCI_PROVISION_CHECK ]; then
IMAGES[k8s-fedora-1.17.0]="k8s-fedora-1.17.0@sha256:aebf67b8b1b499c721f4d98a7ab9542c680553a14cbc144d1fa701fe611f3c0d"
IMAGES[k8s-1.18]="k8s-1.18@sha256:4f12393b112074f9402c96b80033759d75b131620c81152a0b4cec929c3c870e"
IMAGES[k8s-1.18]="k8s-1.18@sha256:47731d8b9bee32bbb69aa142f11b395fa9d70c20f318d33473ef2ebb650c08dd"
IMAGES[k8s-1.17]="k8s-1.17@sha256:49de8023fdce76dcf6f3685b4cedc3c84f38c90d58ddf3daf08078f3405e51df"
IMAGES[k8s-1.16]="k8s-1.16@sha256:1e153fb62c9a30ce6bc6ddc1af21bb28a56b780ec93ab15e113d729bf664469a"
IMAGES[k8s-1.15]="k8s-1.15@sha256:c58cb9d79968590f24e070bc2517088d44fa2f83ba73e989a7e0f690ad08460b"
Expand Down
2 changes: 1 addition & 1 deletion cluster-up/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25a60ac1375cfbec2ef12bf5e62991737785b894
3ae577f8d1ec1ed251ece613612a85df6d238d8e
2 changes: 1 addition & 1 deletion hack/config-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cdi_namespace=cdi
image_pull_policy=${IMAGE_PULL_POLICY:-IfNotPresent}
verbosity=${VERBOSITY:-2}
package_name=${PACKAGE_NAME:-kubevirt-dev}
kubevirtci_git_hash="25a60ac1375cfbec2ef12bf5e62991737785b894"
kubevirtci_git_hash="3ae577f8d1ec1ed251ece613612a85df6d238d8e"

# try to derive csv_version from docker tag. But it must start with x.y.z, without leading v
default_csv_version="${docker_tag/latest/0.0.0}"
Expand Down

0 comments on commit dca824c

Please sign in to comment.