Skip to content

Commit

Permalink
Update vNext version in azure-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed May 3, 2023
1 parent b723c2a commit e1763fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ providers:
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- name: v1.9.99 # "vNext"; use manifests from local source files
- name: v1.10.99 # "vNext"; use manifests from local source files
value: "${PWD}/config/default"
contract: v1beta1
files:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/data/shared/v1beta1_provider/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ releaseSeries:
minor: 0
contract: v1beta1
- major: 1
minor: 9
minor: 10
contract: v1beta1

0 comments on commit e1763fd

Please sign in to comment.