File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 67
67
DAPR_GO_BUILD_TAGS : " subtlecrypto"
68
68
# Useful for upgrade/downgrade/compatibility tests
69
69
# 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 "
72
72
73
73
jobs :
74
74
deploy-infrastructure :
Original file line number Diff line number Diff line change 56
56
DAPR_NAMESPACE : dapr-tests
57
57
# Useful for upgrade/downgrade/compatibility tests
58
58
# 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 "
61
61
# Container registry where to cache e2e test images
62
62
DAPR_CACHE_REGISTRY : " dapre2eacr.azurecr.io"
63
63
PULL_POLICY : IfNotPresent
You can’t perform that action at this time.
0 commit comments