Skip to content

Commit

Permalink
ci: enable tests with kubernetes v1.27
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Apr 11, 2023
1 parent 62fc476 commit bb364d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pipelines/pr.yaml
Expand Up @@ -100,6 +100,10 @@ jobs:
KIND_NODE_VERSION: v1.26.0
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_27_0:
KIND_NODE_VERSION: v1.27.0
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
steps:
- script: echo "##vso[task.setvariable variable=CLUSTER_NAME]azwi-e2e-$(openssl rand -hex 2)"
displayName: Set CLUSTER_NAME
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@ Azure AD Workload Identity is the next iteration of [Azure AD Pod Identity][1] t

| Kubernetes Version | Supported |
| ------------------ | --------- |
| 1.27 ||
| 1.26 ||
| 1.25 ||
| 1.24 ||
Expand Down

0 comments on commit bb364d7

Please sign in to comment.