Skip to content

Commit

Permalink
chore: bump upgrade integrations tests to 1.15, 116 [NET-4743] (#18130)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfi-hashicorp authored Jul 14, 2023
1 parent 691bc96 commit 05b665e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
GOTESTSUM_VERSION: "1.10.1"
CONSUL_BINARY_UPLOAD_NAME: consul-bin
# strip the hashicorp/ off the front of github.repository for consul
CONSUL_LATEST_IMAGE_NAME: ${{ endsWith(github.repository, '-enterprise') && github.repository || 'consul' }}
CONSUL_LATEST_IMAGE_NAME: ${{ endsWith(github.repository, '-enterprise') && github.repository || 'hashicorp/consul' }}
GOPRIVATE: github.com/hashicorp # Required for enterprise deps

jobs:
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
strategy:
fail-fast: false
matrix:
consul-version: [ "1.14", "1.15"]
consul-version: [ "1.15", "1.16"]
env:
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
ENVOY_VERSION: "1.24.6"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/consul-container/libs/utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
)

const (
DefaultImageNameOSS = "consul"
DefaultImageNameOSS = "hashicorp/consul"
DefaultImageNameENT = "hashicorp/consul-enterprise"
ImageVersionSuffixENT = "-ent"
)
Expand Down

0 comments on commit 05b665e

Please sign in to comment.