Skip to content

Commit

Permalink
Update sonobuoy version to v0.56.16
Browse files Browse the repository at this point in the history
The default K8s registry is changed to `registry.k8s.io`, the related
change is introduced since sonobuoy v0.56.8, upgrade its version to
the latest release v0.56.16 to avoid image pull failure.

Signed-off-by: Lan Luo <luola@vmware.com>
  • Loading branch information
luolanzone authored and tnqn committed Sep 14, 2023
1 parent 3a89ce6 commit 3b6bdb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/run-k8s-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
KUBE_CONFORMANCE_IMAGE_VERSION_OPTION=""
IMAGE_PULL_POLICY="Always"
CONFORMANCE_IMAGE_CONFIG_PATH="${THIS_DIR}/conformance-image-config.yaml"
SONOBUOY_IMAGE="projects.registry.vmware.com/sonobuoy/sonobuoy:v0.56.4"
SONOBUOY_IMAGE="projects.registry.vmware.com/sonobuoy/sonobuoy:v0.56.16"
SYSTEMD_LOGS_IMAGE="projects.registry.vmware.com/sonobuoy/systemd-logs:v0.4"

_usage="Usage: $0 [--e2e-conformance] [--e2e-network-policy] [--e2e-focus <TestRegex>] [--e2e-skip <SkipRegex>]
Expand Down
2 changes: 1 addition & 1 deletion ci/verify-sonobuoy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

_SONOBUOY_BINDIR="/tmp/antrea"
_SONOBUOY_TARBALL="/tmp/sonobuoy.tar.gz"
_MIN_SONOBUOY_VERSION="v0.56.4"
_MIN_SONOBUOY_VERSION="v0.56.16"

install_sonobuoy() {
local ostype=""
Expand Down

0 comments on commit 3b6bdb0

Please sign in to comment.