Skip to content

Commit

Permalink
Bump up whereabouts to v0.6.1 (antrea-io#4988)
Browse files Browse the repository at this point in the history
Signed-off-by: hjiajing <hjiajing@vmware.com>
  • Loading branch information
hjiajing authored and ceclinux committed May 30, 2023
1 parent 6bd16a4 commit 06f44f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG BUILD_TAG
FROM ubuntu:22.04 as cni-binaries

ARG CNI_BINARIES_VERSION
ARG WHEREABOUTS_VERSION=v0.5.4
ARG WHEREABOUTS_VERSION=v0.6.1

RUN apt-get update && \
apt-get install -y --no-install-recommends wget ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion build/images/base/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG BUILD_TAG
FROM ubuntu:22.04 as cni-binaries

ARG CNI_BINARIES_VERSION
ARG WHEREABOUTS_VERSION=v0.5.1
ARG WHEREABOUTS_VERSION=v0.6.1

RUN apt-get update && \
apt-get install -y --no-install-recommends wget ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-secondary-network/infra/prepare_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function print_help {

NAMESPACE="kube-system"
ANTREA_DS="ds/antrea-agent"
WHEREABOUTS_CNI_REL_TAG=v0.5.4
WHEREABOUTS_CNI_REL_TAG=v0.6.1
export URL_WHEREABOUTS_IP_POOLS="https://raw.githubusercontent.com/k8snetworkplumbingwg/whereabouts/$WHEREABOUTS_CNI_REL_TAG/doc/crds/whereabouts.cni.cncf.io_ippools.yaml"
export URL_WHEREABOUTS_OVERLAPPING_IP_RANGE_RES="https://raw.githubusercontent.com/k8snetworkplumbingwg/whereabouts/$WHEREABOUTS_CNI_REL_TAG/doc/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml"
export YAML_ANTREA='antrea.yml'
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-secondary-network/infra/prepare_sriov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function print_help {


SRIOV_PLUGIN_REL_TAG=v3.5.1
WHEREABOUTS_CNI_REL_TAG=v0.5.4
WHEREABOUTS_CNI_REL_TAG=v0.6.1
export URL_SRIOV_DP_CONFIG_MAP="https://raw.githubusercontent.com/k8snetworkplumbingwg/sriov-network-device-plugin/$SRIOV_PLUGIN_REL_TAG/deployments/configMap.yaml"
export URL_SRIOV_DP_DAEMONSET="https://raw.githubusercontent.com/k8snetworkplumbingwg/sriov-network-device-plugin/$SRIOV_PLUGIN_REL_TAG/deployments/k8s-v1.16/sriovdp-daemonset.yaml"
export YAML_ANTREA='antrea.yml'
Expand Down

0 comments on commit 06f44f0

Please sign in to comment.