Skip to content

Commit b8e1a68

Browse files
fix: bump n-1 n-2 dapr versions
Signed-off-by: nelson.parente <[email protected]>
1 parent a0c2f73 commit b8e1a68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dapr-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ env:
6767
DAPR_GO_BUILD_TAGS: "subtlecrypto"
6868
# Useful for upgrade/downgrade/compatibility tests
6969
# TODO: Make this auto-populated based on GitHub's releases.
70-
DAPR_TEST_N_MINUS_1_IMAGE: "ghcr.io/dapr/daprd:1.13.0"
71-
DAPR_TEST_N_MINUS_2_IMAGE: "ghcr.io/dapr/daprd:1.12.5"
70+
DAPR_TEST_N_MINUS_1_IMAGE: "ghcr.io/dapr/daprd:1.14.5"
71+
DAPR_TEST_N_MINUS_2_IMAGE: "ghcr.io/dapr/daprd:1.13.6"
7272

7373
jobs:
7474
deploy-infrastructure:

.github/workflows/kind-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
DAPR_NAMESPACE: dapr-tests
5757
# Useful for upgrade/downgrade/compatibility tests
5858
# TODO: Make this auto-populated based on GitHub's releases.
59-
DAPR_TEST_N_MINUS_1_IMAGE: "ghcr.io/dapr/daprd:1.13.0"
60-
DAPR_TEST_N_MINUS_2_IMAGE: "ghcr.io/dapr/daprd:1.12.5"
59+
DAPR_TEST_N_MINUS_1_IMAGE: "ghcr.io/dapr/daprd:1.14.5"
60+
DAPR_TEST_N_MINUS_2_IMAGE: "ghcr.io/dapr/daprd:1.13.6"
6161
# Container registry where to cache e2e test images
6262
DAPR_CACHE_REGISTRY: "dapre2eacr.azurecr.io"
6363
PULL_POLICY: IfNotPresent

0 commit comments

Comments
 (0)