Skip to content

Commit

Permalink
Bump kubevirtci
Browse files Browse the repository at this point in the history
[dc4fc70 Update Centos Stream 9 version to a stable version](kubevirt/kubevirtci#924)
[e0ace8c Revert "bump, cnao: k8s-1.2[4,5] to cnao v0.82.0](https://github.com/kubevirt/kubevirtci/pull/910)"](https://github.com/kubevirt/kubevirtci/pull/920)
[bc9b6d2 Remove the 1.22 kubevirtci provider](kubevirt/kubevirtci#922)
[c1432fc k8s-1.26: Update cni ipv6 diff file](kubevirt/kubevirtci#914)
[921f43c SR-IOV providers: Bump SR-IOV CNI to v2.7.0](kubevirt/kubevirtci#913)
[4eb880c vm based providers: Add single stack k8s-1.25 ipv6 lane](kubevirt/kubevirtci#912)
[d73b264 bump, cnao: k8s-1.2[4,5] to cnao v0.82.0](kubevirt/kubevirtci#910)

```release-note
NONE
```

Signed-off-by: kubevirt-bot <[email protected]>
Signed-off-by: zhangzhangzf <[email protected]>
  • Loading branch information
kubevirt-bot authored and zhangzhangzf committed Dec 10, 2022
1 parent c3c951e commit cf770da
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cluster-up-sha.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f1c7d0f6c1e27fa361a8624730c0bb385ed6c612
379e8637216136658d808a35cdd832d97d9005a6
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
effect: NoSchedule
containers:
- name: kube-sriov-cni
image: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.6.2
image: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.7.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
effect: NoSchedule
containers:
- name: kube-sriov-cni
image: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.6.2
image: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.7.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion cluster-up/hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ provider_prefix=${JOB_NAME:-${KUBEVIRT_PROVIDER}}${EXECUTOR_NUMBER}
job_prefix=${JOB_NAME:-kubevirt}${EXECUTOR_NUMBER}

mkdir -p $KUBEVIRTCI_CONFIG_PATH/$KUBEVIRT_PROVIDER
KUBEVIRTCI_TAG=2211251727-6059f37
KUBEVIRTCI_TAG=2212081953-dc4fc70
2 changes: 1 addition & 1 deletion cluster-up/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2211251727-6059f37
2212081953-dc4fc70
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="2211251727-6059f37"
kubevirtci_git_hash="2212081953-dc4fc70"
conn_check_ipv4_address=${CONN_CHECK_IPV4_ADDRESS:-""}
conn_check_ipv6_address=${CONN_CHECK_IPV6_ADDRESS:-""}
conn_check_dns=${CONN_CHECK_DNS:-""}
Expand Down

0 comments on commit cf770da

Please sign in to comment.