Skip to content

Commit

Permalink
Merge pull request #2165 from zeeke/bump-operator-version
Browse files Browse the repository at this point in the history
cnf-tests: Bump `OPERATOR_VERSION` to 4.19
  • Loading branch information
openshift-merge-bot[bot] authored Jan 23, 2025
2 parents 90023fd + d5500d4 commit 2752394
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cnf-tests/mirror/images.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"registry": "quay.io/openshift-kni/",
"image": "cnf-tests:4.18"
"image": "cnf-tests:4.19"
},
{
"registry": "quay.io/openshift-kni/",
"image": "dpdk:4.16"
"image": "dpdk:4.19"
}
]

4 changes: 2 additions & 2 deletions cnf-tests/testsuites/pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ func init() {

cnfTestsImage = os.Getenv("CNF_TESTS_IMAGE")
if cnfTestsImage == "" {
cnfTestsImage = "cnf-tests:4.18"
cnfTestsImage = "cnf-tests:4.19"
}

dpdkTestImage = os.Getenv("DPDK_TESTS_IMAGE")
if dpdkTestImage == "" {
dpdkTestImage = "dpdk:4.16"
dpdkTestImage = "dpdk:4.19"
}

images = map[string]imageLocation{
Expand Down
4 changes: 2 additions & 2 deletions hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export GOFLAGS="${GOFLAGS:-"-mod=vendor"}"

export PATH=$PATH:$GOPATH/bin

export OCP_VERSION="${OCP_VERSION:-4.18}"
export OPERATOR_VERSION="${OPERATOR_VERSION:-4.18}"
export OCP_VERSION="${OCP_VERSION:-4.19}"
export OPERATOR_VERSION="${OPERATOR_VERSION:-4.19}"
export GATEKEEPER_VERSION="${GATEKEEPER_VERSION:-v0.2.0}"
export SRO_VERSION="${SRO_VERSION:-4.11}"

Expand Down

0 comments on commit 2752394

Please sign in to comment.